Shades of Screamin' Green #52EC56
Tints of Screamin' Green #52EC56
RGB
CMYK
RGB Variations
Color information
#52EC56 (or 0x52EC56) is known color: Screamin' Green. HEX triplet: 52, EC and 56. RGB value is (82,236,86). Sum of RGB (Red+Green+Blue) = 82+236+86=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 236 (92.58% from 255 or 58.42% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC56 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC56 is #AD13A9. Grayscale: #ADADAD. Windows color (decimal): -11342762 or 5696594. OLE color: 5696594.
HSL color Cylindrical-coordinate representation of color #52EC56: hue angle of 121.56º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EC56 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 86 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.07 |
| HSL | 121.56º | 0.8% | 0.62% | - |
| HSV(B) | 121.56º | 0.65% | 0.93% | - |
| XYZ | 35.15 | 62.46 | 19.01 | - |
| YUV | 172.85 | 78.98 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 86 | 0.65 | 0 | 0.64 | 0.07 | 121.56 | 0.8 | 0.62 |
| Hex | 52 | EC | 56 | 41 | 0 | 40 | 7 | 7A | 50 | 3E |
| Octal | 122 | 354 | 126 | 101 | 0 | 100 | 7 | 172 | 120 | 76 |
| Binary | 1010010 | 11101100 | 1010110 | 1000001 | 0 | 1000000 | 111 | 1111010 | 1010000 | 111110 |
Color Harmonies of #52EC56
Complementary color
Monochromatic Colors of #52EC56
Black with #52EC56
Text Example
Text Example
White with #52EC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC56; }
p { color: rgb(82,236,86); }
H1.HeaderClassName
{
color: #52EC56;
}
.AnyTagClassName
{
color: #52EC56;
}
</style>
background-color css
<style>
a { background-color: #52EC56; }
a { background-color: rgb(82,236,86); }
div.DivClassName
{
background-color: #52EC56;
}
.BgClassName
{
background-color: #52EC56;
}
</style>
border-color css
<style>
span { border-color: #52EC56; }
span { border-color: rgb(82,236,86); }
td.TdClassName
{
border-color: #52EC56;
}
.TagClassName
{
border-color: #52EC56;
}
</style>