Shades of Bright Green #64E505
Tints of Bright Green #64E505
RGB
CMYK
RGB Variations
Color information
#64E505 (or 0x64E505) is known color: Bright Green. HEX triplet: 64, E5 and 05. RGB value is (100,229,5). Sum of RGB (Red+Green+Blue) = 100+229+5=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 229 (89.84% from 255 or 68.56% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 229 - color contains mainly: green. Hex color #64E505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E505 is #9B1AFA. Grayscale: #A5A5A5. Windows color (decimal): -10164987 or 386404. OLE color: 386404.
HSL color Cylindrical-coordinate representation of color #64E505: hue angle of 94.55º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64E505 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 229 | 5 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.10 |
| HSL | 94.55º | 0.96% | 0.46% | - |
| HSV(B) | 94.55º | 0.98% | 0.9% | - |
| XYZ | 33.3 | 58.76 | 9.73 | - |
| YUV | 164.89 | 37.76 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 229 | 5 | 0.56 | 0 | 0.98 | 0.10 | 94.55 | 0.96 | 0.46 |
| Hex | 64 | E5 | 5 | 38 | 0 | 62 | A | 5F | 60 | 2E |
| Octal | 144 | 345 | 5 | 70 | 0 | 142 | 12 | 137 | 140 | 56 |
| Binary | 1100100 | 11100101 | 101 | 111000 | 0 | 1100010 | 1010 | 1011111 | 1100000 | 101110 |
Color Harmonies of #64E505
Complementary color
Monochromatic Colors of #64E505
Black with #64E505
Text Example
Text Example
White with #64E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E505; }
p { color: rgb(100,229,5); }
H1.HeaderClassName
{
color: #64E505;
}
.AnyTagClassName
{
color: #64E505;
}
</style>
background-color css
<style>
a { background-color: #64E505; }
a { background-color: rgb(100,229,5); }
div.DivClassName
{
background-color: #64E505;
}
.BgClassName
{
background-color: #64E505;
}
</style>
border-color css
<style>
span { border-color: #64E505; }
span { border-color: rgb(100,229,5); }
td.TdClassName
{
border-color: #64E505;
}
.TagClassName
{
border-color: #64E505;
}
</style>