#97F07C

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

Shades of Light Green #97F07C

Tints of Light Green #97F07C

Color information

#97F07C (or 0x97F07C) is unknown color: approx Light Green. HEX triplet: 97, F0 and 7C. RGB value is (151,240,124). Sum of RGB (Red+Green+Blue) = 151+240+124=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #97F07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F07C is #680F83. Grayscale: #C8C8C8. Windows color (decimal): -6819716 or 8188055. OLE color: 8188055.

HSL color Cylindrical-coordinate representation of color #97F07C: hue angle of 106.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97F07C is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB151240124-
CMYK0.3700.480.06
HSL106.03º79.45%71.37%-
HSV(B)106.03º48.33%94.12%-
XYZ47.5670.3530.14-
YUV200.1685.0192.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 240 (94.14% from 255) = 46.60%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=29.32%
G=46.60%
B=24.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512401240.3700.480.06106.0379.4571.37
Hex97F07C2503066a4f47
Octal227360174450606152117107
Binary100101111111000011111001001010110000110110101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,240,124); }

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

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

 a { background-color: rgb(151,240,124); }

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

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

 span { border-color: rgb(151,240,124); }

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