Shades of Light Green #64FF98
Tints of Light Green #64FF98
RGB
CMYK
RGB Variations
Color information
#64FF98 (or 0x64FF98) is known color: Light Green. HEX triplet: 64, FF and 98. RGB value is (100,255,152). Sum of RGB (Red+Green+Blue) = 100+255+152=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FF98 is #9B0067. Grayscale: #C5C5C5. Windows color (decimal): -10158184 or 10026852. OLE color: 10026852.
HSL color Cylindrical-coordinate representation of color #64FF98: hue angle of 140.13º 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 #64FF98 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 152 | - |
| CMYK | 0.61 | 0 | 0.40 | 0 |
| HSL | 140.13º | 1% | 0.7% | - |
| HSV(B) | 140.13º | 0.61% | 1% | - |
| XYZ | 46.68 | 76.5 | 42.01 | - |
| YUV | 196.91 | 102.65 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 152 | 0.61 | 0 | 0.40 | 0 | 140.13 | 1 | 0.7 |
| Hex | 64 | FF | 98 | 3D | 0 | 28 | 0 | 8C | 64 | 46 |
| Octal | 144 | 377 | 230 | 75 | 0 | 50 | 0 | 214 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10011000 | 111101 | 0 | 101000 | 0 | 10001100 | 1100100 | 1000110 |
Color Harmonies of #64FF98
Complementary color
Monochromatic Colors of #64FF98
Black with #64FF98
Text Example
Text Example
White with #64FF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF98; }
p { color: rgb(100,255,152); }
H1.HeaderClassName
{
color: #64FF98;
}
.AnyTagClassName
{
color: #64FF98;
}
</style>
background-color css
<style>
a { background-color: #64FF98; }
a { background-color: rgb(100,255,152); }
div.DivClassName
{
background-color: #64FF98;
}
.BgClassName
{
background-color: #64FF98;
}
</style>
border-color css
<style>
span { border-color: #64FF98; }
span { border-color: rgb(100,255,152); }
td.TdClassName
{
border-color: #64FF98;
}
.TagClassName
{
border-color: #64FF98;
}
</style>