Shades of Bright Green #64D804
Tints of Bright Green #64D804
RGB
CMYK
RGB Variations
Color information
#64D804 (or 0x64D804) is known color: Bright Green. HEX triplet: 64, D8 and 04. RGB value is (100,216,4). Sum of RGB (Red+Green+Blue) = 100+216+4=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 216 (84.77% from 255 or 67.5% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 216 - color contains mainly: green. Hex color #64D804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D804 is #9B27FB. Grayscale: #9D9D9D. Windows color (decimal): -10168316 or 317540. OLE color: 317540.
HSL color Cylindrical-coordinate representation of color #64D804: hue angle of 92.83º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64D804 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 4 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.15 |
| HSL | 92.83º | 0.96% | 0.43% | - |
| HSV(B) | 92.83º | 0.98% | 0.85% | - |
| XYZ | 29.83 | 51.83 | 8.55 | - |
| YUV | 157.15 | 41.57 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 4 | 0.54 | 0 | 0.98 | 0.15 | 92.83 | 0.96 | 0.43 |
| Hex | 64 | D8 | 4 | 36 | 0 | 62 | F | 5D | 60 | 2B |
| Octal | 144 | 330 | 4 | 66 | 0 | 142 | 17 | 135 | 140 | 53 |
| Binary | 1100100 | 11011000 | 100 | 110110 | 0 | 1100010 | 1111 | 1011101 | 1100000 | 101011 |
Color Harmonies of #64D804
Complementary color
Monochromatic Colors of #64D804
Black with #64D804
Text Example
Text Example
White with #64D804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D804; }
p { color: rgb(100,216,4); }
H1.HeaderClassName
{
color: #64D804;
}
.AnyTagClassName
{
color: #64D804;
}
</style>
background-color css
<style>
a { background-color: #64D804; }
a { background-color: rgb(100,216,4); }
div.DivClassName
{
background-color: #64D804;
}
.BgClassName
{
background-color: #64D804;
}
</style>
border-color css
<style>
span { border-color: #64D804; }
span { border-color: rgb(100,216,4); }
td.TdClassName
{
border-color: #64D804;
}
.TagClassName
{
border-color: #64D804;
}
</style>