Shades of Screamin' Green #52E256
Tints of Screamin' Green #52E256
RGB
CMYK
RGB Variations
Color information
#52E256 (or 0x52E256) is known color: Screamin' Green. HEX triplet: 52, E2 and 56. RGB value is (82,226,86). Sum of RGB (Red+Green+Blue) = 82+226+86=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 226 (88.67% from 255 or 57.36% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 226 - color contains mainly: green. Hex color #52E256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E256 is #AD1DA9. Grayscale: #A7A7A7. Windows color (decimal): -11345322 or 5694034. OLE color: 5694034.
HSL color Cylindrical-coordinate representation of color #52E256: hue angle of 121.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E256 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 226 | 86 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.11 |
| HSL | 121.67º | 0.71% | 0.6% | - |
| HSV(B) | 121.67º | 0.64% | 0.89% | - |
| XYZ | 32.36 | 56.86 | 18.07 | - |
| YUV | 166.98 | 82.29 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 226 | 86 | 0.64 | 0 | 0.62 | 0.11 | 121.67 | 0.71 | 0.6 |
| Hex | 52 | E2 | 56 | 40 | 0 | 3E | B | 7A | 47 | 3C |
| Octal | 122 | 342 | 126 | 100 | 0 | 76 | 13 | 172 | 107 | 74 |
| Binary | 1010010 | 11100010 | 1010110 | 1000000 | 0 | 111110 | 1011 | 1111010 | 1000111 | 111100 |
Color Harmonies of #52E256
Complementary color
Monochromatic Colors of #52E256
Black with #52E256
Text Example
Text Example
White with #52E256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E256; }
p { color: rgb(82,226,86); }
H1.HeaderClassName
{
color: #52E256;
}
.AnyTagClassName
{
color: #52E256;
}
</style>
background-color css
<style>
a { background-color: #52E256; }
a { background-color: rgb(82,226,86); }
div.DivClassName
{
background-color: #52E256;
}
.BgClassName
{
background-color: #52E256;
}
</style>
border-color css
<style>
span { border-color: #52E256; }
span { border-color: rgb(82,226,86); }
td.TdClassName
{
border-color: #52E256;
}
.TagClassName
{
border-color: #52E256;
}
</style>