Shades of Bright Green #64E805
Tints of Bright Green #64E805
RGB
CMYK
RGB Variations
Color information
#64E805 (or 0x64E805) is known color: Bright Green. HEX triplet: 64, E8 and 05. RGB value is (100,232,5). Sum of RGB (Red+Green+Blue) = 100+232+5=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 232 (91.02% from 255 or 68.84% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 232 - color contains mainly: green. Hex color #64E805 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E805 is #9B17FA. Grayscale: #A7A7A7. Windows color (decimal): -10164219 or 387172. OLE color: 387172.
HSL color Cylindrical-coordinate representation of color #64E805: hue angle of 94.89º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64E805 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 232 | 5 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.09 |
| HSL | 94.89º | 0.96% | 0.46% | - |
| HSV(B) | 94.89º | 0.98% | 0.91% | - |
| XYZ | 34.14 | 60.43 | 10.01 | - |
| YUV | 166.65 | 36.77 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 232 | 5 | 0.57 | 0 | 0.98 | 0.09 | 94.89 | 0.96 | 0.46 |
| Hex | 64 | E8 | 5 | 39 | 0 | 62 | 9 | 5F | 60 | 2E |
| Octal | 144 | 350 | 5 | 71 | 0 | 142 | 11 | 137 | 140 | 56 |
| Binary | 1100100 | 11101000 | 101 | 111001 | 0 | 1100010 | 1001 | 1011111 | 1100000 | 101110 |
Color Harmonies of #64E805
Complementary color
Monochromatic Colors of #64E805
Black with #64E805
Text Example
Text Example
White with #64E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E805; }
p { color: rgb(100,232,5); }
H1.HeaderClassName
{
color: #64E805;
}
.AnyTagClassName
{
color: #64E805;
}
</style>
background-color css
<style>
a { background-color: #64E805; }
a { background-color: rgb(100,232,5); }
div.DivClassName
{
background-color: #64E805;
}
.BgClassName
{
background-color: #64E805;
}
</style>
border-color css
<style>
span { border-color: #64E805; }
span { border-color: rgb(100,232,5); }
td.TdClassName
{
border-color: #64E805;
}
.TagClassName
{
border-color: #64E805;
}
</style>