Shades of Bright Green #64EA10
Tints of Bright Green #64EA10
RGB
CMYK
RGB Variations
Color information
#64EA10 (or 0x64EA10) is known color: Bright Green. HEX triplet: 64, EA and 10. RGB value is (100,234,16). Sum of RGB (Red+Green+Blue) = 100+234+16=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 234 (91.80% from 255 or 66.86% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EA10 is #9B15EF. Grayscale: #A9A9A9. Windows color (decimal): -10163696 or 1108580. OLE color: 1108580.
HSL color Cylindrical-coordinate representation of color #64EA10: hue angle of 96.88º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64EA10 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 16 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.08 |
| HSL | 96.88º | 0.87% | 0.49% | - |
| HSV(B) | 96.88º | 0.93% | 0.92% | - |
| XYZ | 34.77 | 61.59 | 10.55 | - |
| YUV | 169.08 | 41.61 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 16 | 0.57 | 0 | 0.93 | 0.08 | 96.88 | 0.87 | 0.49 |
| Hex | 64 | EA | 10 | 39 | 0 | 5D | 8 | 61 | 57 | 31 |
| Octal | 144 | 352 | 20 | 71 | 0 | 135 | 10 | 141 | 127 | 61 |
| Binary | 1100100 | 11101010 | 10000 | 111001 | 0 | 1011101 | 1000 | 1100001 | 1010111 | 110001 |
Color Harmonies of #64EA10
Complementary color
Monochromatic Colors of #64EA10
Black with #64EA10
Text Example
Text Example
White with #64EA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EA10; }
p { color: rgb(100,234,16); }
H1.HeaderClassName
{
color: #64EA10;
}
.AnyTagClassName
{
color: #64EA10;
}
</style>
background-color css
<style>
a { background-color: #64EA10; }
a { background-color: rgb(100,234,16); }
div.DivClassName
{
background-color: #64EA10;
}
.BgClassName
{
background-color: #64EA10;
}
</style>
border-color css
<style>
span { border-color: #64EA10; }
span { border-color: rgb(100,234,16); }
td.TdClassName
{
border-color: #64EA10;
}
.TagClassName
{
border-color: #64EA10;
}
</style>