Shades of Bright Green #64EC10
Tints of Bright Green #64EC10
RGB
CMYK
RGB Variations
Color information
#64EC10 (or 0x64EC10) is known color: Bright Green. HEX triplet: 64, EC and 10. RGB value is (100,236,16). Sum of RGB (Red+Green+Blue) = 100+236+16=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 236 (92.58% from 255 or 67.05% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EC10 is #9B13EF. Grayscale: #AAAAAA. Windows color (decimal): -10163184 or 1109092. OLE color: 1109092.
HSL color Cylindrical-coordinate representation of color #64EC10: hue angle of 97.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64EC10 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 16 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.07 |
| HSL | 97.09º | 0.87% | 0.49% | - |
| HSV(B) | 97.09º | 0.93% | 0.93% | - |
| XYZ | 35.34 | 62.74 | 10.74 | - |
| YUV | 170.26 | 40.94 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 16 | 0.58 | 0 | 0.93 | 0.07 | 97.09 | 0.87 | 0.49 |
| Hex | 64 | EC | 10 | 3A | 0 | 5D | 7 | 61 | 57 | 31 |
| Octal | 144 | 354 | 20 | 72 | 0 | 135 | 7 | 141 | 127 | 61 |
| Binary | 1100100 | 11101100 | 10000 | 111010 | 0 | 1011101 | 111 | 1100001 | 1010111 | 110001 |
Color Harmonies of #64EC10
Complementary color
Monochromatic Colors of #64EC10
Black with #64EC10
Text Example
Text Example
White with #64EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EC10; }
p { color: rgb(100,236,16); }
H1.HeaderClassName
{
color: #64EC10;
}
.AnyTagClassName
{
color: #64EC10;
}
</style>
background-color css
<style>
a { background-color: #64EC10; }
a { background-color: rgb(100,236,16); }
div.DivClassName
{
background-color: #64EC10;
}
.BgClassName
{
background-color: #64EC10;
}
</style>
border-color css
<style>
span { border-color: #64EC10; }
span { border-color: rgb(100,236,16); }
td.TdClassName
{
border-color: #64EC10;
}
.TagClassName
{
border-color: #64EC10;
}
</style>