Shades of Bright Green #64EF14
Tints of Bright Green #64EF14
RGB
CMYK
RGB Variations
Color information
#64EF14 (or 0x64EF14) is known color: Bright Green. HEX triplet: 64, EF and 14. RGB value is (100,239,20). Sum of RGB (Red+Green+Blue) = 100+239+20=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 239 (93.75% from 255 or 66.57% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EF14 is #9B10EB. Grayscale: #ADADAD. Windows color (decimal): -10162412 or 1372004. OLE color: 1372004.
HSL color Cylindrical-coordinate representation of color #64EF14: hue angle of 98.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64EF14 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 20 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.06 |
| HSL | 98.08º | 0.87% | 0.51% | - |
| HSV(B) | 98.08º | 0.92% | 0.94% | - |
| XYZ | 36.25 | 64.49 | 11.2 | - |
| YUV | 172.47 | 41.95 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 20 | 0.58 | 0 | 0.92 | 0.06 | 98.08 | 0.87 | 0.51 |
| Hex | 64 | EF | 14 | 3A | 0 | 5C | 6 | 62 | 57 | 33 |
| Octal | 144 | 357 | 24 | 72 | 0 | 134 | 6 | 142 | 127 | 63 |
| Binary | 1100100 | 11101111 | 10100 | 111010 | 0 | 1011100 | 110 | 1100010 | 1010111 | 110011 |
Color Harmonies of #64EF14
Complementary color
Monochromatic Colors of #64EF14
Black with #64EF14
Text Example
Text Example
White with #64EF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF14; }
p { color: rgb(100,239,20); }
H1.HeaderClassName
{
color: #64EF14;
}
.AnyTagClassName
{
color: #64EF14;
}
</style>
background-color css
<style>
a { background-color: #64EF14; }
a { background-color: rgb(100,239,20); }
div.DivClassName
{
background-color: #64EF14;
}
.BgClassName
{
background-color: #64EF14;
}
</style>
border-color css
<style>
span { border-color: #64EF14; }
span { border-color: rgb(100,239,20); }
td.TdClassName
{
border-color: #64EF14;
}
.TagClassName
{
border-color: #64EF14;
}
</style>