#97EE80

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

Shades of Light Green #97EE80

Tints of Light Green #97EE80

Color information

#97EE80 (or 0x97EE80) is unknown color: approx Light Green. HEX triplet: 97, EE and 80. RGB value is (151,238,128). Sum of RGB (Red+Green+Blue) = 151+238+128=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #97EE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EE80 is #68117F. Grayscale: #C7C7C7. Windows color (decimal): -6820224 or 8449687. OLE color: 8449687.

HSL color Cylindrical-coordinate representation of color #97EE80: hue angle of 107.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97EE80 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB151238128-
CMYK0.3700.460.07
HSL107.45º76.39%71.76%-
HSV(B)107.45º46.22%93.33%-
XYZ47.2369.2931.31-
YUV199.4587.6893.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.21%
GREEN value IS 238 (93.36% from 255) = 46.03%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=29.21%
G=46.03%
B=24.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512381280.3700.460.07107.4576.3971.76
Hex97EE802502E76b4c48
Octal227356200450567153114110
Binary1001011111101110100000001001010101110111110101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,238,128); }

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

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

 a { background-color: rgb(151,238,128); }

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

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

 span { border-color: rgb(151,238,128); }

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