Shades of Bright Green #64E905
Tints of Bright Green #64E905
RGB
CMYK
RGB Variations
Color information
#64E905 (or 0x64E905) is known color: Bright Green. HEX triplet: 64, E9 and 05. RGB value is (100,233,5). Sum of RGB (Red+Green+Blue) = 100+233+5=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 233 (91.41% from 255 or 68.93% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 233 - color contains mainly: green. Hex color #64E905 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E905 is #9B16FA. Grayscale: #A8A8A8. Windows color (decimal): -10163963 or 387428. OLE color: 387428.
HSL color Cylindrical-coordinate representation of color #64E905: hue angle of 95º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64E905 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 233 | 5 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.09 |
| HSL | 95º | 0.96% | 0.47% | - |
| HSV(B) | 95º | 0.98% | 0.91% | - |
| XYZ | 34.42 | 61 | 10.1 | - |
| YUV | 167.24 | 36.44 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 233 | 5 | 0.57 | 0 | 0.98 | 0.09 | 95 | 0.96 | 0.47 |
| Hex | 64 | E9 | 5 | 39 | 0 | 62 | 9 | 5F | 60 | 2F |
| Octal | 144 | 351 | 5 | 71 | 0 | 142 | 11 | 137 | 140 | 57 |
| Binary | 1100100 | 11101001 | 101 | 111001 | 0 | 1100010 | 1001 | 1011111 | 1100000 | 101111 |
Color Harmonies of #64E905
Complementary color
Monochromatic Colors of #64E905
Black with #64E905
Text Example
Text Example
White with #64E905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E905; }
p { color: rgb(100,233,5); }
H1.HeaderClassName
{
color: #64E905;
}
.AnyTagClassName
{
color: #64E905;
}
</style>
background-color css
<style>
a { background-color: #64E905; }
a { background-color: rgb(100,233,5); }
div.DivClassName
{
background-color: #64E905;
}
.BgClassName
{
background-color: #64E905;
}
</style>
border-color css
<style>
span { border-color: #64E905; }
span { border-color: rgb(100,233,5); }
td.TdClassName
{
border-color: #64E905;
}
.TagClassName
{
border-color: #64E905;
}
</style>