Shades of Light Green #64FA96
Tints of Light Green #64FA96
RGB
CMYK
RGB Variations
Color information
#64FA96 (or 0x64FA96) is known color: Light Green. HEX triplet: 64, FA and 96. RGB value is (100,250,150). Sum of RGB (Red+Green+Blue) = 100+250+150=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA96 is #9B0569. Grayscale: #C2C2C2. Windows color (decimal): -10159466 or 9894500. OLE color: 9894500.
HSL color Cylindrical-coordinate representation of color #64FA96: hue angle of 140º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FA96 is Cyan = 0.6, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 150 | - |
| CMYK | 0.6 | 0 | 0.4 | 0.02 |
| HSL | 140º | 0.94% | 0.69% | - |
| HSV(B) | 140º | 0.6% | 0.98% | - |
| XYZ | 44.95 | 73.28 | 40.63 | - |
| YUV | 193.75 | 103.31 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 150 | 0.6 | 0 | 0.4 | 0.02 | 140 | 0.94 | 0.69 |
| Hex | 64 | FA | 96 | 3C | 0 | 28 | 2 | 8C | 5E | 45 |
| Octal | 144 | 372 | 226 | 74 | 0 | 50 | 2 | 214 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10010110 | 111100 | 0 | 101000 | 10 | 10001100 | 1011110 | 1000101 |
Color Harmonies of #64FA96
Complementary color
Monochromatic Colors of #64FA96
Black with #64FA96
Text Example
Text Example
White with #64FA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA96; }
p { color: rgb(100,250,150); }
H1.HeaderClassName
{
color: #64FA96;
}
.AnyTagClassName
{
color: #64FA96;
}
</style>
background-color css
<style>
a { background-color: #64FA96; }
a { background-color: rgb(100,250,150); }
div.DivClassName
{
background-color: #64FA96;
}
.BgClassName
{
background-color: #64FA96;
}
</style>
border-color css
<style>
span { border-color: #64FA96; }
span { border-color: rgb(100,250,150); }
td.TdClassName
{
border-color: #64FA96;
}
.TagClassName
{
border-color: #64FA96;
}
</style>