#64F997

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

Shades of Light Green #64F997

Tints of Light Green #64F997

Color information

#64F997 (or 0x64F997) is unknown color: approx Light Green. HEX triplet: 64, F9 and 97. RGB value is (100,249,151). Sum of RGB (Red+Green+Blue) = 100+249+151=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #64F997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F997 is #9B0668. Grayscale: #C1C1C1. Windows color (decimal): -10159721 or 9959780. OLE color: 9959780.

HSL color Cylindrical-coordinate representation of color #64F997: hue angle of 140.54º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F997 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB100249151-
CMYK0.6000.390.02
HSL140.54º92.55%68.43%-
HSV(B)140.54º59.84%97.65%-
XYZ44.7272.740.95-
YUV193.28104.1461.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20%
GREEN value IS 249 (97.66% from 255) = 49.8%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=20%
G=49.8%
B=30.2%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002491510.6000.390.02140.5492.5568.43
Hex64F9973C02728d5d44
Octal144371227740472215135104
Binary110010011111001100101111111000100111101000110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64F997; }

 p { color: rgb(100,249,151); }

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

<style>
 a { background-color: #64F997; }

 a { background-color: rgb(100,249,151); }

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

<style>
 span { border-color: #64F997; }

 span { border-color: rgb(100,249,151); }

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