Shades of Screamin' Green #62EC50
Tints of Screamin' Green #62EC50
RGB
CMYK
RGB Variations
Color information
#62EC50 (or 0x62EC50) is known color: Screamin' Green. HEX triplet: 62, EC and 50. RGB value is (98,236,80). Sum of RGB (Red+Green+Blue) = 98+236+80=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #62EC50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #62EC50 is #9D13AF. Grayscale: #B1B1B1. Windows color (decimal): -10294192 or 5303394. OLE color: 5303394.
HSL color Cylindrical-coordinate representation of color #62EC50: hue angle of 113.08º 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 #62EC50 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 80 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.07 |
| HSL | 113.08º | 0.8% | 0.62% | - |
| HSV(B) | 113.08º | 0.66% | 0.93% | - |
| XYZ | 36.48 | 63.17 | 17.86 | - |
| YUV | 176.95 | 73.28 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 80 | 0.58 | 0 | 0.66 | 0.07 | 113.08 | 0.8 | 0.62 |
| Hex | 62 | EC | 50 | 3A | 0 | 42 | 7 | 71 | 50 | 3E |
| Octal | 142 | 354 | 120 | 72 | 0 | 102 | 7 | 161 | 120 | 76 |
| Binary | 1100010 | 11101100 | 1010000 | 111010 | 0 | 1000010 | 111 | 1110001 | 1010000 | 111110 |
Color Harmonies of #62EC50
Complementary color
Monochromatic Colors of #62EC50
Black with #62EC50
Text Example
Text Example
White with #62EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EC50; }
p { color: rgb(98,236,80); }
H1.HeaderClassName
{
color: #62EC50;
}
.AnyTagClassName
{
color: #62EC50;
}
</style>
background-color css
<style>
a { background-color: #62EC50; }
a { background-color: rgb(98,236,80); }
div.DivClassName
{
background-color: #62EC50;
}
.BgClassName
{
background-color: #62EC50;
}
</style>
border-color css
<style>
span { border-color: #62EC50; }
span { border-color: rgb(98,236,80); }
td.TdClassName
{
border-color: #62EC50;
}
.TagClassName
{
border-color: #62EC50;
}
</style>