#97e25d

Color #97E25D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #97E25D

Tints of Conifer #97E25D

Color information

#97E25D (or 0x97E25D) is unknown color: approx Conifer. HEX triplet: 97, E2 and 5D. RGB value is (151,226,93). Sum of RGB (Red+Green+Blue) = 151+226+93=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #97E25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E25D is #681DA2. Grayscale: #BCBCBC. Windows color (decimal): -6823331 or 6152855. OLE color: 6152855.

HSL color Cylindrical-coordinate representation of color #97E25D: hue angle of 93.83º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97E25D is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB15122693-
CMYK0.3300.590.11
HSL93.83º69.63%62.55%-
HSV(B)93.83º58.85%88.63%-
XYZ41.9361.7620.07-
YUV188.4174.15101.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 226 (88.67% from 255) = 48.09%
BLUE value IS 93 (36.72% from 255) = 19.79%
R=32.13%
G=48.09%
B=19.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151226930.3300.590.1193.8369.6362.55
Hex97E25D2103BB5e463f
Octal227342135410731313610677
Binary100101111110001010111011000010111011101110111101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97e25d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97e25d; }

 p { color: rgb(151,226,93); }

 H1.HeaderClassName
 {
   color: #97e25d;
 }
 .AnyTagClassName
 {
   color: #97e25d;
 }
</style>
background-color css

<style>
 a { background-color: #97e25d; }

 a { background-color: rgb(151,226,93); }

 div.DivClassName
 {
   background-color: #97e25d;
 }
 .BgClassName
 {
   background-color: #97e25d;
 }
</style>
border-color css

<style>
 span { border-color: #97e25d; }

 span { border-color: rgb(151,226,93); }

 td.TdClassName
 {
   border-color: #97e25d;
 }
 .TagClassName
 {
   border-color: #97e25d;
 }
</style>