Shades of Bright Green #64EF15
Tints of Bright Green #64EF15
RGB
CMYK
RGB Variations
Color information
#64EF15 (or 0x64EF15) is known color: Bright Green. HEX triplet: 64, EF and 15. RGB value is (100,239,21). Sum of RGB (Red+Green+Blue) = 100+239+21=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 239 (93.75% from 255 or 66.39% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EF15 is #9B10EA. Grayscale: #ADADAD. Windows color (decimal): -10162411 or 1437540. OLE color: 1437540.
HSL color Cylindrical-coordinate representation of color #64EF15: hue angle of 98.26º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64EF15 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 21 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.06 |
| HSL | 98.26º | 0.87% | 0.51% | - |
| HSV(B) | 98.26º | 0.91% | 0.94% | - |
| XYZ | 36.26 | 64.5 | 11.25 | - |
| YUV | 172.59 | 42.45 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 21 | 0.58 | 0 | 0.91 | 0.06 | 98.26 | 0.87 | 0.51 |
| Hex | 64 | EF | 15 | 3A | 0 | 5B | 6 | 62 | 57 | 33 |
| Octal | 144 | 357 | 25 | 72 | 0 | 133 | 6 | 142 | 127 | 63 |
| Binary | 1100100 | 11101111 | 10101 | 111010 | 0 | 1011011 | 110 | 1100010 | 1010111 | 110011 |
Color Harmonies of #64EF15
Complementary color
Monochromatic Colors of #64EF15
Black with #64EF15
Text Example
Text Example
White with #64EF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF15; }
p { color: rgb(100,239,21); }
H1.HeaderClassName
{
color: #64EF15;
}
.AnyTagClassName
{
color: #64EF15;
}
</style>
background-color css
<style>
a { background-color: #64EF15; }
a { background-color: rgb(100,239,21); }
div.DivClassName
{
background-color: #64EF15;
}
.BgClassName
{
background-color: #64EF15;
}
</style>
border-color css
<style>
span { border-color: #64EF15; }
span { border-color: rgb(100,239,21); }
td.TdClassName
{
border-color: #64EF15;
}
.TagClassName
{
border-color: #64EF15;
}
</style>