Shades of Bright Green #64E518
Tints of Bright Green #64E518
RGB
CMYK
RGB Variations
Color information
#64E518 (or 0x64E518) is known color: Bright Green. HEX triplet: 64, E5 and 18. RGB value is (100,229,24). Sum of RGB (Red+Green+Blue) = 100+229+24=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 229 (89.84% from 255 or 64.87% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 229 - color contains mainly: green. Hex color #64E518 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E518 is #9B1AE7. Grayscale: #A7A7A7. Windows color (decimal): -10164968 or 1631588. OLE color: 1631588.
HSL color Cylindrical-coordinate representation of color #64E518: hue angle of 97.76º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64E518 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 229 | 24 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.10 |
| HSL | 97.76º | 0.81% | 0.5% | - |
| HSV(B) | 97.76º | 0.9% | 0.9% | - |
| XYZ | 33.44 | 58.81 | 10.45 | - |
| YUV | 167.06 | 47.26 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 229 | 24 | 0.56 | 0 | 0.90 | 0.10 | 97.76 | 0.81 | 0.5 |
| Hex | 64 | E5 | 18 | 38 | 0 | 5A | A | 62 | 51 | 32 |
| Octal | 144 | 345 | 30 | 70 | 0 | 132 | 12 | 142 | 121 | 62 |
| Binary | 1100100 | 11100101 | 11000 | 111000 | 0 | 1011010 | 1010 | 1100010 | 1010001 | 110010 |
Color Harmonies of #64E518
Complementary color
Monochromatic Colors of #64E518
Black with #64E518
Text Example
Text Example
White with #64E518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E518; }
p { color: rgb(100,229,24); }
H1.HeaderClassName
{
color: #64E518;
}
.AnyTagClassName
{
color: #64E518;
}
</style>
background-color css
<style>
a { background-color: #64E518; }
a { background-color: rgb(100,229,24); }
div.DivClassName
{
background-color: #64E518;
}
.BgClassName
{
background-color: #64E518;
}
</style>
border-color css
<style>
span { border-color: #64E518; }
span { border-color: rgb(100,229,24); }
td.TdClassName
{
border-color: #64E518;
}
.TagClassName
{
border-color: #64E518;
}
</style>