Shades of Bright Green #64E014
Tints of Bright Green #64E014
RGB
CMYK
RGB Variations
Color information
#64E014 (or 0x64E014) is known color: Bright Green. HEX triplet: 64, E0 and 14. RGB value is (100,224,20). Sum of RGB (Red+Green+Blue) = 100+224+20=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #64E014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E014 is #9B1FEB. Grayscale: #A4A4A4. Windows color (decimal): -10166252 or 1368164. OLE color: 1368164.
HSL color Cylindrical-coordinate representation of color #64E014: hue angle of 96.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64E014 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 20 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.12 |
| HSL | 96.47º | 0.84% | 0.48% | - |
| HSV(B) | 96.47º | 0.91% | 0.88% | - |
| XYZ | 32.04 | 56.07 | 9.8 | - |
| YUV | 163.67 | 46.92 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 20 | 0.55 | 0 | 0.91 | 0.12 | 96.47 | 0.84 | 0.48 |
| Hex | 64 | E0 | 14 | 37 | 0 | 5B | C | 60 | 54 | 30 |
| Octal | 144 | 340 | 24 | 67 | 0 | 133 | 14 | 140 | 124 | 60 |
| Binary | 1100100 | 11100000 | 10100 | 110111 | 0 | 1011011 | 1100 | 1100000 | 1010100 | 110000 |
Color Harmonies of #64E014
Complementary color
Monochromatic Colors of #64E014
Black with #64E014
Text Example
Text Example
White with #64E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E014; }
p { color: rgb(100,224,20); }
H1.HeaderClassName
{
color: #64E014;
}
.AnyTagClassName
{
color: #64E014;
}
</style>
background-color css
<style>
a { background-color: #64E014; }
a { background-color: rgb(100,224,20); }
div.DivClassName
{
background-color: #64E014;
}
.BgClassName
{
background-color: #64E014;
}
</style>
border-color css
<style>
span { border-color: #64E014; }
span { border-color: rgb(100,224,20); }
td.TdClassName
{
border-color: #64E014;
}
.TagClassName
{
border-color: #64E014;
}
</style>