Shades of Bright Green #64EE0F
Tints of Bright Green #64EE0F
RGB
CMYK
RGB Variations
Color information
#64EE0F (or 0x64EE0F) is known color: Bright Green. HEX triplet: 64, EE and 0F. RGB value is (100,238,15). Sum of RGB (Red+Green+Blue) = 100+238+15=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 238 (93.36% from 255 or 67.42% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EE0F is #9B11F0. Grayscale: #ACACAC. Windows color (decimal): -10162673 or 1044068. OLE color: 1044068.
HSL color Cylindrical-coordinate representation of color #64EE0F: hue angle of 97.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64EE0F is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 15 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.07 |
| HSL | 97.13º | 0.88% | 0.5% | - |
| HSV(B) | 97.13º | 0.94% | 0.93% | - |
| XYZ | 35.92 | 63.89 | 10.89 | - |
| YUV | 171.32 | 39.78 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 15 | 0.58 | 0 | 0.94 | 0.07 | 97.13 | 0.88 | 0.5 |
| Hex | 64 | EE | F | 3A | 0 | 5E | 7 | 61 | 58 | 32 |
| Octal | 144 | 356 | 17 | 72 | 0 | 136 | 7 | 141 | 130 | 62 |
| Binary | 1100100 | 11101110 | 1111 | 111010 | 0 | 1011110 | 111 | 1100001 | 1011000 | 110010 |
Color Harmonies of #64EE0F
Complementary color
Monochromatic Colors of #64EE0F
Black with #64EE0F
Text Example
Text Example
White with #64EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE0F; }
p { color: rgb(100,238,15); }
H1.HeaderClassName
{
color: #64EE0F;
}
.AnyTagClassName
{
color: #64EE0F;
}
</style>
background-color css
<style>
a { background-color: #64EE0F; }
a { background-color: rgb(100,238,15); }
div.DivClassName
{
background-color: #64EE0F;
}
.BgClassName
{
background-color: #64EE0F;
}
</style>
border-color css
<style>
span { border-color: #64EE0F; }
span { border-color: rgb(100,238,15); }
td.TdClassName
{
border-color: #64EE0F;
}
.TagClassName
{
border-color: #64EE0F;
}
</style>