Shades of Light Green #64FF9C
Tints of Light Green #64FF9C
RGB
CMYK
RGB Variations
Color information
#64FF9C (or 0x64FF9C) is known color: Light Green. HEX triplet: 64, FF and 9C. RGB value is (100,255,156). Sum of RGB (Red+Green+Blue) = 100+255+156=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FF9C is #9B0063. Grayscale: #C5C5C5. Windows color (decimal): -10158180 or 10288996. OLE color: 10288996.
HSL color Cylindrical-coordinate representation of color #64FF9C: hue angle of 141.68º 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 #64FF9C is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 156 | - |
| CMYK | 0.61 | 0 | 0.39 | 0 |
| HSL | 141.68º | 1% | 0.7% | - |
| HSV(B) | 141.68º | 0.61% | 1% | - |
| XYZ | 47.02 | 76.63 | 43.77 | - |
| YUV | 197.37 | 104.65 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 156 | 0.61 | 0 | 0.39 | 0 | 141.68 | 1 | 0.7 |
| Hex | 64 | FF | 9C | 3D | 0 | 27 | 0 | 8E | 64 | 46 |
| Octal | 144 | 377 | 234 | 75 | 0 | 47 | 0 | 216 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10011100 | 111101 | 0 | 100111 | 0 | 10001110 | 1100100 | 1000110 |
Color Harmonies of #64FF9C
Complementary color
Monochromatic Colors of #64FF9C
Black with #64FF9C
Text Example
Text Example
White with #64FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF9C; }
p { color: rgb(100,255,156); }
H1.HeaderClassName
{
color: #64FF9C;
}
.AnyTagClassName
{
color: #64FF9C;
}
</style>
background-color css
<style>
a { background-color: #64FF9C; }
a { background-color: rgb(100,255,156); }
div.DivClassName
{
background-color: #64FF9C;
}
.BgClassName
{
background-color: #64FF9C;
}
</style>
border-color css
<style>
span { border-color: #64FF9C; }
span { border-color: rgb(100,255,156); }
td.TdClassName
{
border-color: #64FF9C;
}
.TagClassName
{
border-color: #64FF9C;
}
</style>