Shades of Light Green #64FF99
Tints of Light Green #64FF99
RGB
CMYK
RGB Variations
Color information
#64FF99 (or 0x64FF99) is known color: Light Green. HEX triplet: 64, FF and 99. RGB value is (100,255,153). Sum of RGB (Red+Green+Blue) = 100+255+153=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FF99 is #9B0066. Grayscale: #C5C5C5. Windows color (decimal): -10158183 or 10092388. OLE color: 10092388.
HSL color Cylindrical-coordinate representation of color #64FF99: hue angle of 140.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FF99 is Cyan = 0.61, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 153 | - |
| CMYK | 0.61 | 0 | 0.4 | 0 |
| HSL | 140.52º | 1% | 0.7% | - |
| HSV(B) | 140.52º | 0.61% | 1% | - |
| XYZ | 46.77 | 76.53 | 42.44 | - |
| YUV | 197.03 | 103.15 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 153 | 0.61 | 0 | 0.4 | 0 | 140.52 | 1 | 0.7 |
| Hex | 64 | FF | 99 | 3D | 0 | 28 | 0 | 8D | 64 | 46 |
| Octal | 144 | 377 | 231 | 75 | 0 | 50 | 0 | 215 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10011001 | 111101 | 0 | 101000 | 0 | 10001101 | 1100100 | 1000110 |
Color Harmonies of #64FF99
Complementary color
Monochromatic Colors of #64FF99
Black with #64FF99
Text Example
Text Example
White with #64FF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF99; }
p { color: rgb(100,255,153); }
H1.HeaderClassName
{
color: #64FF99;
}
.AnyTagClassName
{
color: #64FF99;
}
</style>
background-color css
<style>
a { background-color: #64FF99; }
a { background-color: rgb(100,255,153); }
div.DivClassName
{
background-color: #64FF99;
}
.BgClassName
{
background-color: #64FF99;
}
</style>
border-color css
<style>
span { border-color: #64FF99; }
span { border-color: rgb(100,255,153); }
td.TdClassName
{
border-color: #64FF99;
}
.TagClassName
{
border-color: #64FF99;
}
</style>