Shades of Light Green #64F997
Tints of Light Green #64F997
RGB
CMYK
RGB Variations
Color information
#64F997 (or 0x64F997) is known color: 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
| RGB | 100 | 249 | 151 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.02 |
| HSL | 140.54º | 0.93% | 0.68% | - |
| HSV(B) | 140.54º | 0.6% | 0.98% | - |
| XYZ | 44.72 | 72.7 | 40.95 | - |
| YUV | 193.28 | 104.14 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 151 | 0.60 | 0 | 0.39 | 0.02 | 140.54 | 0.93 | 0.68 |
| Hex | 64 | F9 | 97 | 3C | 0 | 27 | 2 | 8D | 5D | 44 |
| Octal | 144 | 371 | 227 | 74 | 0 | 47 | 2 | 215 | 135 | 104 |
| Binary | 1100100 | 11111001 | 10010111 | 111100 | 0 | 100111 | 10 | 10001101 | 1011101 | 1000100 |
Color Harmonies of #64F997
Complementary color
Monochromatic Colors of #64F997
Black with #64F997
Text Example
Text Example
White with #64F997
Text Example
Text Example
HTML Codes & Css Web 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>