Shades of Bright Green #64EA0E
Tints of Bright Green #64EA0E
RGB
CMYK
RGB Variations
Color information
#64EA0E (or 0x64EA0E) is known color: Bright Green. HEX triplet: 64, EA and 0E. RGB value is (100,234,14). Sum of RGB (Red+Green+Blue) = 100+234+14=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 234 (91.80% from 255 or 67.24% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EA0E is #9B15F1. Grayscale: #A9A9A9. Windows color (decimal): -10163698 or 977508. OLE color: 977508.
HSL color Cylindrical-coordinate representation of color #64EA0E: hue angle of 96.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64EA0E is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 14 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.08 |
| HSL | 96.55º | 0.89% | 0.49% | - |
| HSV(B) | 96.55º | 0.94% | 0.92% | - |
| XYZ | 34.76 | 61.59 | 10.47 | - |
| YUV | 168.85 | 40.61 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 14 | 0.57 | 0 | 0.94 | 0.08 | 96.55 | 0.89 | 0.49 |
| Hex | 64 | EA | E | 39 | 0 | 5E | 8 | 61 | 59 | 31 |
| Octal | 144 | 352 | 16 | 71 | 0 | 136 | 10 | 141 | 131 | 61 |
| Binary | 1100100 | 11101010 | 1110 | 111001 | 0 | 1011110 | 1000 | 1100001 | 1011001 | 110001 |
Color Harmonies of #64EA0E
Complementary color
Monochromatic Colors of #64EA0E
Black with #64EA0E
Text Example
Text Example
White with #64EA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EA0E; }
p { color: rgb(100,234,14); }
H1.HeaderClassName
{
color: #64EA0E;
}
.AnyTagClassName
{
color: #64EA0E;
}
</style>
background-color css
<style>
a { background-color: #64EA0E; }
a { background-color: rgb(100,234,14); }
div.DivClassName
{
background-color: #64EA0E;
}
.BgClassName
{
background-color: #64EA0E;
}
</style>
border-color css
<style>
span { border-color: #64EA0E; }
span { border-color: rgb(100,234,14); }
td.TdClassName
{
border-color: #64EA0E;
}
.TagClassName
{
border-color: #64EA0E;
}
</style>