#97E45B

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

Shades of Conifer #97E45B

Tints of Conifer #97E45B

Color information

#97E45B (or 0x97E45B) is unknown color: approx Conifer. HEX triplet: 97, E4 and 5B. RGB value is (151,228,91). Sum of RGB (Red+Green+Blue) = 151+228+91=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #97E45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E45B is #681BA4. Grayscale: #BDBDBD. Windows color (decimal): -6822821 or 6022295. OLE color: 6022295.

HSL color Cylindrical-coordinate representation of color #97E45B: hue angle of 93.72º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97E45B is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB15122891-
CMYK0.3400.600.11
HSL93.72º71.73%62.55%-
HSV(B)93.72º60.09%89.41%-
XYZ42.3962.8219.79-
YUV189.3672.49100.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 228 (89.45% from 255) = 48.51%
BLUE value IS 91 (35.94% from 255) = 19.36%
R=32.13%
G=48.51%
B=19.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151228910.3400.600.1193.7271.7362.55
Hex97E45B2203CB5e483f
Octal227344133420741313611077
Binary100101111110010010110111000100111100101110111101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,228,91); }

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

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

 a { background-color: rgb(151,228,91); }

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

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

 span { border-color: rgb(151,228,91); }

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