Shades of Screamin' Green #64EC50
Tints of Screamin' Green #64EC50
RGB
CMYK
RGB Variations
Color information
#64EC50 (or 0x64EC50) is known color: Screamin' Green. HEX triplet: 64, EC and 50. RGB value is (100,236,80). Sum of RGB (Red+Green+Blue) = 100+236+80=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EC50 is #9B13AF. Grayscale: #B2B2B2. Windows color (decimal): -10163120 or 5303396. OLE color: 5303396.
HSL color Cylindrical-coordinate representation of color #64EC50: hue angle of 112.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64EC50 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 80 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.07 |
| HSL | 112.31º | 0.8% | 0.62% | - |
| HSV(B) | 112.31º | 0.66% | 0.93% | - |
| XYZ | 36.7 | 63.28 | 17.87 | - |
| YUV | 177.55 | 72.94 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 80 | 0.58 | 0 | 0.66 | 0.07 | 112.31 | 0.8 | 0.62 |
| Hex | 64 | EC | 50 | 3A | 0 | 42 | 7 | 70 | 50 | 3E |
| Octal | 144 | 354 | 120 | 72 | 0 | 102 | 7 | 160 | 120 | 76 |
| Binary | 1100100 | 11101100 | 1010000 | 111010 | 0 | 1000010 | 111 | 1110000 | 1010000 | 111110 |
Color Harmonies of #64EC50
Complementary color
Monochromatic Colors of #64EC50
Black with #64EC50
Text Example
Text Example
White with #64EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EC50; }
p { color: rgb(100,236,80); }
H1.HeaderClassName
{
color: #64EC50;
}
.AnyTagClassName
{
color: #64EC50;
}
</style>
background-color css
<style>
a { background-color: #64EC50; }
a { background-color: rgb(100,236,80); }
div.DivClassName
{
background-color: #64EC50;
}
.BgClassName
{
background-color: #64EC50;
}
</style>
border-color css
<style>
span { border-color: #64EC50; }
span { border-color: rgb(100,236,80); }
td.TdClassName
{
border-color: #64EC50;
}
.TagClassName
{
border-color: #64EC50;
}
</style>