Shades of Screamin' Green #52E162
Tints of Screamin' Green #52E162
RGB
CMYK
RGB Variations
Color information
#52E162 (or 0x52E162) is known color: Screamin' Green. HEX triplet: 52, E1 and 62. RGB value is (82,225,98). Sum of RGB (Red+Green+Blue) = 82+225+98=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #52E162 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E162 is #AD1E9D. Grayscale: #A8A8A8. Windows color (decimal): -11345566 or 6480210. OLE color: 6480210.
HSL color Cylindrical-coordinate representation of color #52E162: hue angle of 126.71º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E162 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 98 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.12 |
| HSL | 126.71º | 0.7% | 0.6% | - |
| HSV(B) | 126.71º | 0.64% | 0.88% | - |
| XYZ | 32.61 | 56.53 | 20.75 | - |
| YUV | 167.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 98 | 0.64 | 0 | 0.56 | 0.12 | 126.71 | 0.7 | 0.6 |
| Hex | 52 | E1 | 62 | 40 | 0 | 38 | C | 7F | 46 | 3C |
| Octal | 122 | 341 | 142 | 100 | 0 | 70 | 14 | 177 | 106 | 74 |
| Binary | 1010010 | 11100001 | 1100010 | 1000000 | 0 | 111000 | 1100 | 1111111 | 1000110 | 111100 |
Color Harmonies of #52E162
Complementary color
Monochromatic Colors of #52E162
Black with #52E162
Text Example
Text Example
White with #52E162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E162; }
p { color: rgb(82,225,98); }
H1.HeaderClassName
{
color: #52E162;
}
.AnyTagClassName
{
color: #52E162;
}
</style>
background-color css
<style>
a { background-color: #52E162; }
a { background-color: rgb(82,225,98); }
div.DivClassName
{
background-color: #52E162;
}
.BgClassName
{
background-color: #52E162;
}
</style>
border-color css
<style>
span { border-color: #52E162; }
span { border-color: rgb(82,225,98); }
td.TdClassName
{
border-color: #52E162;
}
.TagClassName
{
border-color: #52E162;
}
</style>