#97FB5A

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

Shades of Conifer #97FB5A

Tints of Conifer #97FB5A

Color information

#97FB5A (or 0x97FB5A) is unknown color: approx Conifer. HEX triplet: 97, FB and 5A. RGB value is (151,251,90). Sum of RGB (Red+Green+Blue) = 151+251+90=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #97FB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FB5A is #6804A5. Grayscale: #CBCBCB. Windows color (decimal): -6816934 or 5962647. OLE color: 5962647.

HSL color Cylindrical-coordinate representation of color #97FB5A: hue angle of 97.27º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97FB5A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB15125190-
CMYK0.4000.640.02
HSL97.27º95.27%66.86%-
HSV(B)97.27º64.14%98.43%-
XYZ49.1176.3121.81-
YUV202.7564.3791.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 251 (98.44% from 255) = 51.02%
BLUE value IS 90 (35.55% from 255) = 18.29%
R=30.69%
G=51.02%
B=18.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151251900.4000.640.0297.2795.2766.86
Hex97FB5A280402615f43
Octal2273731325001002141137103
Binary100101111111101110110101010000100000010110000110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,251,90); }

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

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

 a { background-color: rgb(151,251,90); }

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

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

 span { border-color: rgb(151,251,90); }

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