#97F58F

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

Shades of Light Green #97F58F

Tints of Light Green #97F58F

Color information

#97F58F (or 0x97F58F) is unknown color: approx Light Green. HEX triplet: 97, F5 and 8F. RGB value is (151,245,143). Sum of RGB (Red+Green+Blue) = 151+245+143=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #97F58F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F58F is #680A70. Grayscale: #CDCDCD. Windows color (decimal): -6818417 or 9434519. OLE color: 9434519.

HSL color Cylindrical-coordinate representation of color #97F58F: hue angle of 115.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97F58F is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB151245143-
CMYK0.3800.420.04
HSL115.29º83.61%76.08%-
HSV(B)115.29º41.63%96.08%-
XYZ50.3773.8737.59-
YUV205.2792.8689.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.01%
GREEN value IS 245 (96.09% from 255) = 45.45%
BLUE value IS 143 (56.25% from 255) = 26.53%
R=28.01%
G=45.45%
B=26.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1512451430.3800.420.04115.2983.6176.08
Hex97F58F2602A473544c
Octal227365217460524163124114
Binary1001011111110101100011111001100101010100111001110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,245,143); }

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

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

 a { background-color: rgb(151,245,143); }

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

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

 span { border-color: rgb(151,245,143); }

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