Shades of Bright Green #64EF18
Tints of Bright Green #64EF18
RGB
CMYK
RGB Variations
Color information
#64EF18 (or 0x64EF18) is known color: Bright Green. HEX triplet: 64, EF and 18. RGB value is (100,239,24). Sum of RGB (Red+Green+Blue) = 100+239+24=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 239 (93.75% from 255 or 65.84% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EF18 is #9B10E7. Grayscale: #ADADAD. Windows color (decimal): -10162408 or 1634148. OLE color: 1634148.
HSL color Cylindrical-coordinate representation of color #64EF18: hue angle of 98.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64EF18 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 24 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.06 |
| HSL | 98.79º | 0.87% | 0.52% | - |
| HSV(B) | 98.79º | 0.9% | 0.94% | - |
| XYZ | 36.29 | 64.51 | 11.4 | - |
| YUV | 172.93 | 43.95 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 24 | 0.58 | 0 | 0.90 | 0.06 | 98.79 | 0.87 | 0.52 |
| Hex | 64 | EF | 18 | 3A | 0 | 5A | 6 | 63 | 57 | 34 |
| Octal | 144 | 357 | 30 | 72 | 0 | 132 | 6 | 143 | 127 | 64 |
| Binary | 1100100 | 11101111 | 11000 | 111010 | 0 | 1011010 | 110 | 1100011 | 1010111 | 110100 |
Color Harmonies of #64EF18
Complementary color
Monochromatic Colors of #64EF18
Black with #64EF18
Text Example
Text Example
White with #64EF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF18; }
p { color: rgb(100,239,24); }
H1.HeaderClassName
{
color: #64EF18;
}
.AnyTagClassName
{
color: #64EF18;
}
</style>
background-color css
<style>
a { background-color: #64EF18; }
a { background-color: rgb(100,239,24); }
div.DivClassName
{
background-color: #64EF18;
}
.BgClassName
{
background-color: #64EF18;
}
</style>
border-color css
<style>
span { border-color: #64EF18; }
span { border-color: rgb(100,239,24); }
td.TdClassName
{
border-color: #64EF18;
}
.TagClassName
{
border-color: #64EF18;
}
</style>