Shades of Screamin' Green #52EC51
Tints of Screamin' Green #52EC51
RGB
CMYK
RGB Variations
Color information
#52EC51 (or 0x52EC51) is known color: Screamin' Green. HEX triplet: 52, EC and 51. RGB value is (82,236,81). Sum of RGB (Red+Green+Blue) = 82+236+81=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 236 (92.58% from 255 or 59.15% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC51 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC51 is #AD13AE. Grayscale: #ACACAC. Windows color (decimal): -11342767 or 5368914. OLE color: 5368914.
HSL color Cylindrical-coordinate representation of color #52EC51: hue angle of 119.61º 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 #52EC51 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 81 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.07 |
| HSL | 119.61º | 0.8% | 0.62% | - |
| HSV(B) | 119.61º | 0.66% | 0.93% | - |
| XYZ | 34.96 | 62.38 | 17.98 | - |
| YUV | 172.28 | 76.48 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 81 | 0.65 | 0 | 0.66 | 0.07 | 119.61 | 0.8 | 0.62 |
| Hex | 52 | EC | 51 | 41 | 0 | 42 | 7 | 78 | 50 | 3E |
| Octal | 122 | 354 | 121 | 101 | 0 | 102 | 7 | 170 | 120 | 76 |
| Binary | 1010010 | 11101100 | 1010001 | 1000001 | 0 | 1000010 | 111 | 1111000 | 1010000 | 111110 |
Color Harmonies of #52EC51
Complementary color
Monochromatic Colors of #52EC51
Black with #52EC51
Text Example
Text Example
White with #52EC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC51; }
p { color: rgb(82,236,81); }
H1.HeaderClassName
{
color: #52EC51;
}
.AnyTagClassName
{
color: #52EC51;
}
</style>
background-color css
<style>
a { background-color: #52EC51; }
a { background-color: rgb(82,236,81); }
div.DivClassName
{
background-color: #52EC51;
}
.BgClassName
{
background-color: #52EC51;
}
</style>
border-color css
<style>
span { border-color: #52EC51; }
span { border-color: rgb(82,236,81); }
td.TdClassName
{
border-color: #52EC51;
}
.TagClassName
{
border-color: #52EC51;
}
</style>