Shades of Screamin' Green #52EC63
Tints of Screamin' Green #52EC63
RGB
CMYK
RGB Variations
Color information
#52EC63 (or 0x52EC63) is known color: Screamin' Green. HEX triplet: 52, EC and 63. RGB value is (82,236,99). Sum of RGB (Red+Green+Blue) = 82+236+99=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC63 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC63 is #AD139C. Grayscale: #AEAEAE. Windows color (decimal): -11342749 or 6548562. OLE color: 6548562.
HSL color Cylindrical-coordinate representation of color #52EC63: hue angle of 126.62º 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 #52EC63 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 99 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.07 |
| HSL | 126.62º | 0.8% | 0.62% | - |
| HSV(B) | 126.62º | 0.65% | 0.93% | - |
| XYZ | 35.73 | 62.69 | 22.02 | - |
| YUV | 174.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 99 | 0.65 | 0 | 0.58 | 0.07 | 126.62 | 0.8 | 0.62 |
| Hex | 52 | EC | 63 | 41 | 0 | 3A | 7 | 7F | 50 | 3E |
| Octal | 122 | 354 | 143 | 101 | 0 | 72 | 7 | 177 | 120 | 76 |
| Binary | 1010010 | 11101100 | 1100011 | 1000001 | 0 | 111010 | 111 | 1111111 | 1010000 | 111110 |
Color Harmonies of #52EC63
Complementary color
Monochromatic Colors of #52EC63
Black with #52EC63
Text Example
Text Example
White with #52EC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC63; }
p { color: rgb(82,236,99); }
H1.HeaderClassName
{
color: #52EC63;
}
.AnyTagClassName
{
color: #52EC63;
}
</style>
background-color css
<style>
a { background-color: #52EC63; }
a { background-color: rgb(82,236,99); }
div.DivClassName
{
background-color: #52EC63;
}
.BgClassName
{
background-color: #52EC63;
}
</style>
border-color css
<style>
span { border-color: #52EC63; }
span { border-color: rgb(82,236,99); }
td.TdClassName
{
border-color: #52EC63;
}
.TagClassName
{
border-color: #52EC63;
}
</style>