#97F078

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

Shades of Light Green #97F078

Tints of Light Green #97F078

Color information

#97F078 (or 0x97F078) is unknown color: approx Light Green. HEX triplet: 97, F0 and 78. RGB value is (151,240,120). Sum of RGB (Red+Green+Blue) = 151+240+120=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #97F078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F078 is #680F87. Grayscale: #C8C8C8. Windows color (decimal): -6819720 or 7925911. OLE color: 7925911.

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

Color convert

RGB151240120-
CMYK0.3700.50.06
HSL104.5º80%70.59%-
HSV(B)104.5º50%94.12%-
XYZ47.3170.2628.84-
YUV199.7183.0193.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.55%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 120 (47.27% from 255) = 23.48%
R=29.55%
G=46.97%
B=23.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512401200.3700.50.06104.58070.59
Hex97F078250326685047
Octal227360170450626150120107
Binary100101111111000011110001001010110010110110100010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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