Shades of Bright Green #64E00A
Tints of Bright Green #64E00A
RGB
CMYK
RGB Variations
Color information
#64E00A (or 0x64E00A) is known color: Bright Green. HEX triplet: 64, E0 and 0A. RGB value is (100,224,10). Sum of RGB (Red+Green+Blue) = 100+224+10=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #64E00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E00A is #9B1FF5. Grayscale: #A3A3A3. Windows color (decimal): -10166262 or 712804. OLE color: 712804.
HSL color Cylindrical-coordinate representation of color #64E00A: hue angle of 94.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64E00A is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 10 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.12 |
| HSL | 94.77º | 0.91% | 0.46% | - |
| HSV(B) | 94.77º | 0.96% | 0.88% | - |
| XYZ | 31.97 | 56.04 | 9.42 | - |
| YUV | 162.53 | 41.92 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 10 | 0.55 | 0 | 0.96 | 0.12 | 94.77 | 0.91 | 0.46 |
| Hex | 64 | E0 | A | 37 | 0 | 60 | C | 5F | 5B | 2E |
| Octal | 144 | 340 | 12 | 67 | 0 | 140 | 14 | 137 | 133 | 56 |
| Binary | 1100100 | 11100000 | 1010 | 110111 | 0 | 1100000 | 1100 | 1011111 | 1011011 | 101110 |
Color Harmonies of #64E00A
Complementary color
Monochromatic Colors of #64E00A
Black with #64E00A
Text Example
Text Example
White with #64E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E00A; }
p { color: rgb(100,224,10); }
H1.HeaderClassName
{
color: #64E00A;
}
.AnyTagClassName
{
color: #64E00A;
}
</style>
background-color css
<style>
a { background-color: #64E00A; }
a { background-color: rgb(100,224,10); }
div.DivClassName
{
background-color: #64E00A;
}
.BgClassName
{
background-color: #64E00A;
}
</style>
border-color css
<style>
span { border-color: #64E00A; }
span { border-color: rgb(100,224,10); }
td.TdClassName
{
border-color: #64E00A;
}
.TagClassName
{
border-color: #64E00A;
}
</style>