#97F67F

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

Shades of Light Green #97F67F

Tints of Light Green #97F67F

Color information

#97F67F (or 0x97F67F) is unknown color: approx Light Green. HEX triplet: 97, F6 and 7F. RGB value is (151,246,127). Sum of RGB (Red+Green+Blue) = 151+246+127=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #97F67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F67F is #680980. Grayscale: #CCCCCC. Windows color (decimal): -6818177 or 8386199. OLE color: 8386199.

HSL color Cylindrical-coordinate representation of color #97F67F: hue angle of 107.9º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97F67F is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB151246127-
CMYK0.3900.480.04
HSL107.9º86.86%73.14%-
HSV(B)107.9º48.37%96.47%-
XYZ49.5574.0231.76-
YUV204.0384.5390.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 246 (96.48% from 255) = 46.95%
BLUE value IS 127 (50% from 255) = 24.24%
R=28.82%
G=46.95%
B=24.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1512461270.3900.480.04107.986.8673.14
Hex97F67F2703046c5749
Octal227366177470604154127111
Binary100101111111011011111111001110110000100110110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,246,127); }

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

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

 a { background-color: rgb(151,246,127); }

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

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

 span { border-color: rgb(151,246,127); }

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