Shades of Bright Green #64EA00
Tints of Bright Green #64EA00
RGB
CMYK
RGB Variations
Color information
#64EA00 (or 0x64EA00) is known color: Bright Green. HEX triplet: 64, EA and 00. RGB value is (100,234,0). Sum of RGB (Red+Green+Blue) = 100+234+0=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EA00 is #9B15FF. Grayscale: #A8A8A8. Windows color (decimal): -10163712 or 60004. OLE color: 60004.
HSL color Cylindrical-coordinate representation of color #64EA00: hue angle of 94.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64EA00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.08 |
| HSL | 94.36º | 1% | 0.46% | - |
| HSV(B) | 94.36º | 1% | 0.92% | - |
| XYZ | 34.68 | 61.55 | 10.05 | - |
| YUV | 167.26 | 33.61 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 0 | 0.57 | 0 | 1 | 0.08 | 94.36 | 1 | 0.46 |
| Hex | 64 | EA | 0 | 39 | 0 | 64 | 8 | 5E | 64 | 2E |
| Octal | 144 | 352 | 0 | 71 | 0 | 144 | 10 | 136 | 144 | 56 |
| Binary | 1100100 | 11101010 | 0 | 111001 | 0 | 1100100 | 1000 | 1011110 | 1100100 | 101110 |
Color Harmonies of #64EA00
Complementary color
Monochromatic Colors of #64EA00
Black with #64EA00
Text Example
Text Example
White with #64EA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EA00; }
p { color: rgb(100,234,0); }
H1.HeaderClassName
{
color: #64EA00;
}
.AnyTagClassName
{
color: #64EA00;
}
</style>
background-color css
<style>
a { background-color: #64EA00; }
a { background-color: rgb(100,234,0); }
div.DivClassName
{
background-color: #64EA00;
}
.BgClassName
{
background-color: #64EA00;
}
</style>
border-color css
<style>
span { border-color: #64EA00; }
span { border-color: rgb(100,234,0); }
td.TdClassName
{
border-color: #64EA00;
}
.TagClassName
{
border-color: #64EA00;
}
</style>