Shades of Light Green #64F996
Tints of Light Green #64F996
RGB
CMYK
RGB Variations
Color information
#64F996 (or 0x64F996) is known color: Light Green. HEX triplet: 64, F9 and 96. RGB value is (100,249,150). Sum of RGB (Red+Green+Blue) = 100+249+150=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #64F996 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F996 is #9B0669. Grayscale: #C1C1C1. Windows color (decimal): -10159722 or 9894244. OLE color: 9894244.
HSL color Cylindrical-coordinate representation of color #64F996: hue angle of 140.13º 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 #64F996 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 150 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.02 |
| HSL | 140.13º | 0.93% | 0.68% | - |
| HSV(B) | 140.13º | 0.6% | 0.98% | - |
| XYZ | 44.64 | 72.66 | 40.53 | - |
| YUV | 193.16 | 103.64 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 150 | 0.60 | 0 | 0.40 | 0.02 | 140.13 | 0.93 | 0.68 |
| Hex | 64 | F9 | 96 | 3C | 0 | 28 | 2 | 8C | 5D | 44 |
| Octal | 144 | 371 | 226 | 74 | 0 | 50 | 2 | 214 | 135 | 104 |
| Binary | 1100100 | 11111001 | 10010110 | 111100 | 0 | 101000 | 10 | 10001100 | 1011101 | 1000100 |
Color Harmonies of #64F996
Complementary color
Monochromatic Colors of #64F996
Black with #64F996
Text Example
Text Example
White with #64F996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F996; }
p { color: rgb(100,249,150); }
H1.HeaderClassName
{
color: #64F996;
}
.AnyTagClassName
{
color: #64F996;
}
</style>
background-color css
<style>
a { background-color: #64F996; }
a { background-color: rgb(100,249,150); }
div.DivClassName
{
background-color: #64F996;
}
.BgClassName
{
background-color: #64F996;
}
</style>
border-color css
<style>
span { border-color: #64F996; }
span { border-color: rgb(100,249,150); }
td.TdClassName
{
border-color: #64F996;
}
.TagClassName
{
border-color: #64F996;
}
</style>