#97FB74

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

Shades of Light Green #97FB74

Tints of Light Green #97FB74

Color information

#97FB74 (or 0x97FB74) is unknown color: approx Light Green. HEX triplet: 97, FB and 74. RGB value is (151,251,116). Sum of RGB (Red+Green+Blue) = 151+251+116=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #97FB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FB74 is #68048B. Grayscale: #CECECE. Windows color (decimal): -6816908 or 7666583. OLE color: 7666583.

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

Color convert

RGB151251116-
CMYK0.4000.540.02
HSL104.44º94.41%71.96%-
HSV(B)104.44º53.78%98.43%-
XYZ50.4176.8328.7-
YUV205.7177.3788.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.15%
GREEN value IS 251 (98.44% from 255) = 48.46%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=29.15%
G=48.46%
B=22.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512511160.4000.540.02104.4494.4171.96
Hex97FB74280362685e48
Octal227373164500662150136110
Binary10010111111110111110100101000011011010110100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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