#97FD6A

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

Shades of Light Green #97FD6A

Tints of Light Green #97FD6A

Color information

#97FD6A (or 0x97FD6A) is unknown color: approx Light Green. HEX triplet: 97, FD and 6A. RGB value is (151,253,106). Sum of RGB (Red+Green+Blue) = 151+253+106=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #97FD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FD6A is #680295. Grayscale: #CECECE. Windows color (decimal): -6816406 or 7011735. OLE color: 7011735.

HSL color Cylindrical-coordinate representation of color #97FD6A: hue angle of 101.63º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97FD6A is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB151253106-
CMYK0.4000.580.01
HSL101.63º97.35%70.39%-
HSV(B)101.63º58.1%99.22%-
XYZ50.4977.8726.01-
YUV205.7471.7188.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 253 (99.22% from 255) = 49.61%
BLUE value IS 106 (41.80% from 255) = 20.78%
R=29.61%
G=49.61%
B=20.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512531060.4000.580.01101.6397.3570.39
Hex97FD6A2803A1666146
Octal227375152500721146141106
Binary1001011111111101110101010100001110101110011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,253,106); }

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

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

 a { background-color: rgb(151,253,106); }

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

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

 span { border-color: rgb(151,253,106); }

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