Shades of Bright Green #64E019
Tints of Bright Green #64E019
RGB
CMYK
RGB Variations
Color information
#64E019 (or 0x64E019) is known color: Bright Green. HEX triplet: 64, E0 and 19. RGB value is (100,224,25). Sum of RGB (Red+Green+Blue) = 100+224+25=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 224 (87.89% from 255 or 64.18% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 224 - color contains mainly: green. Hex color #64E019 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E019 is #9B1FE6. Grayscale: #A4A4A4. Windows color (decimal): -10166247 or 1695844. OLE color: 1695844.
HSL color Cylindrical-coordinate representation of color #64E019: hue angle of 97.39º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64E019 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 25 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.12 |
| HSL | 97.39º | 0.8% | 0.49% | - |
| HSV(B) | 97.39º | 0.89% | 0.88% | - |
| XYZ | 32.09 | 56.09 | 10.06 | - |
| YUV | 164.24 | 49.42 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 25 | 0.55 | 0 | 0.89 | 0.12 | 97.39 | 0.8 | 0.49 |
| Hex | 64 | E0 | 19 | 37 | 0 | 59 | C | 61 | 50 | 31 |
| Octal | 144 | 340 | 31 | 67 | 0 | 131 | 14 | 141 | 120 | 61 |
| Binary | 1100100 | 11100000 | 11001 | 110111 | 0 | 1011001 | 1100 | 1100001 | 1010000 | 110001 |
Color Harmonies of #64E019
Complementary color
Monochromatic Colors of #64E019
Black with #64E019
Text Example
Text Example
White with #64E019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E019; }
p { color: rgb(100,224,25); }
H1.HeaderClassName
{
color: #64E019;
}
.AnyTagClassName
{
color: #64E019;
}
</style>
background-color css
<style>
a { background-color: #64E019; }
a { background-color: rgb(100,224,25); }
div.DivClassName
{
background-color: #64E019;
}
.BgClassName
{
background-color: #64E019;
}
</style>
border-color css
<style>
span { border-color: #64E019; }
span { border-color: rgb(100,224,25); }
td.TdClassName
{
border-color: #64E019;
}
.TagClassName
{
border-color: #64E019;
}
</style>