Shades of Bright Green #64E020
Tints of Bright Green #64E020
RGB
CMYK
RGB Variations
Color information
#64E020 (or 0x64E020) is known color: Bright Green. HEX triplet: 64, E0 and 20. RGB value is (100,224,32). Sum of RGB (Red+Green+Blue) = 100+224+32=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #64E020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E020 is #9B1FDF. Grayscale: #A5A5A5. Windows color (decimal): -10166240 or 2154596. OLE color: 2154596.
HSL color Cylindrical-coordinate representation of color #64E020: hue angle of 98.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64E020 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 32 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.12 |
| HSL | 98.75º | 0.76% | 0.5% | - |
| HSV(B) | 98.75º | 0.86% | 0.88% | - |
| XYZ | 32.17 | 56.12 | 10.5 | - |
| YUV | 165.04 | 52.92 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 32 | 0.55 | 0 | 0.86 | 0.12 | 98.75 | 0.76 | 0.5 |
| Hex | 64 | E0 | 20 | 37 | 0 | 56 | C | 63 | 4C | 32 |
| Octal | 144 | 340 | 40 | 67 | 0 | 126 | 14 | 143 | 114 | 62 |
| Binary | 1100100 | 11100000 | 100000 | 110111 | 0 | 1010110 | 1100 | 1100011 | 1001100 | 110010 |
Color Harmonies of #64E020
Complementary color
Monochromatic Colors of #64E020
Black with #64E020
Text Example
Text Example
White with #64E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E020; }
p { color: rgb(100,224,32); }
H1.HeaderClassName
{
color: #64E020;
}
.AnyTagClassName
{
color: #64E020;
}
</style>
background-color css
<style>
a { background-color: #64E020; }
a { background-color: rgb(100,224,32); }
div.DivClassName
{
background-color: #64E020;
}
.BgClassName
{
background-color: #64E020;
}
</style>
border-color css
<style>
span { border-color: #64E020; }
span { border-color: rgb(100,224,32); }
td.TdClassName
{
border-color: #64E020;
}
.TagClassName
{
border-color: #64E020;
}
</style>