Shades of Bright Green #64E408
Tints of Bright Green #64E408
RGB
CMYK
RGB Variations
Color information
#64E408 (or 0x64E408) is known color: Bright Green. HEX triplet: 64, E4 and 08. RGB value is (100,228,8). Sum of RGB (Red+Green+Blue) = 100+228+8=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 228 (89.45% from 255 or 67.86% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 228 - color contains mainly: green. Hex color #64E408 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E408 is #9B1BF7. Grayscale: #A5A5A5. Windows color (decimal): -10165240 or 582756. OLE color: 582756.
HSL color Cylindrical-coordinate representation of color #64E408: hue angle of 94.91º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64E408 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 8 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.11 |
| HSL | 94.91º | 0.93% | 0.46% | - |
| HSV(B) | 94.91º | 0.96% | 0.89% | - |
| XYZ | 33.04 | 58.21 | 9.72 | - |
| YUV | 164.65 | 39.59 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 8 | 0.56 | 0 | 0.96 | 0.11 | 94.91 | 0.93 | 0.46 |
| Hex | 64 | E4 | 8 | 38 | 0 | 60 | B | 5F | 5D | 2E |
| Octal | 144 | 344 | 10 | 70 | 0 | 140 | 13 | 137 | 135 | 56 |
| Binary | 1100100 | 11100100 | 1000 | 111000 | 0 | 1100000 | 1011 | 1011111 | 1011101 | 101110 |
Color Harmonies of #64E408
Complementary color
Monochromatic Colors of #64E408
Black with #64E408
Text Example
Text Example
White with #64E408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E408; }
p { color: rgb(100,228,8); }
H1.HeaderClassName
{
color: #64E408;
}
.AnyTagClassName
{
color: #64E408;
}
</style>
background-color css
<style>
a { background-color: #64E408; }
a { background-color: rgb(100,228,8); }
div.DivClassName
{
background-color: #64E408;
}
.BgClassName
{
background-color: #64E408;
}
</style>
border-color css
<style>
span { border-color: #64E408; }
span { border-color: rgb(100,228,8); }
td.TdClassName
{
border-color: #64E408;
}
.TagClassName
{
border-color: #64E408;
}
</style>