Shades of Screamin' Green #52EC60
Tints of Screamin' Green #52EC60
RGB
CMYK
RGB Variations
Color information
#52EC60 (or 0x52EC60) is known color: Screamin' Green. HEX triplet: 52, EC and 60. RGB value is (82,236,96). Sum of RGB (Red+Green+Blue) = 82+236+96=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC60 is #AD139F. Grayscale: #AEAEAE. Windows color (decimal): -11342752 or 6351954. OLE color: 6351954.
HSL color Cylindrical-coordinate representation of color #52EC60: hue angle of 125.45º 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 #52EC60 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 96 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.07 |
| HSL | 125.45º | 0.8% | 0.62% | - |
| HSV(B) | 125.45º | 0.65% | 0.93% | - |
| XYZ | 35.59 | 62.63 | 21.28 | - |
| YUV | 173.99 | 83.98 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 96 | 0.65 | 0 | 0.59 | 0.07 | 125.45 | 0.8 | 0.62 |
| Hex | 52 | EC | 60 | 41 | 0 | 3B | 7 | 7D | 50 | 3E |
| Octal | 122 | 354 | 140 | 101 | 0 | 73 | 7 | 175 | 120 | 76 |
| Binary | 1010010 | 11101100 | 1100000 | 1000001 | 0 | 111011 | 111 | 1111101 | 1010000 | 111110 |
Color Harmonies of #52EC60
Complementary color
Monochromatic Colors of #52EC60
Black with #52EC60
Text Example
Text Example
White with #52EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC60; }
p { color: rgb(82,236,96); }
H1.HeaderClassName
{
color: #52EC60;
}
.AnyTagClassName
{
color: #52EC60;
}
</style>
background-color css
<style>
a { background-color: #52EC60; }
a { background-color: rgb(82,236,96); }
div.DivClassName
{
background-color: #52EC60;
}
.BgClassName
{
background-color: #52EC60;
}
</style>
border-color css
<style>
span { border-color: #52EC60; }
span { border-color: rgb(82,236,96); }
td.TdClassName
{
border-color: #52EC60;
}
.TagClassName
{
border-color: #52EC60;
}
</style>