Shades of Screamin' Green #52E355
Tints of Screamin' Green #52E355
RGB
CMYK
RGB Variations
Color information
#52E355 (or 0x52E355) is known color: Screamin' Green. HEX triplet: 52, E3 and 55. RGB value is (82,227,85). Sum of RGB (Red+Green+Blue) = 82+227+85=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 227 (89.06% from 255 or 57.61% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 227 - color contains mainly: green. Hex color #52E355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E355 is #AD1CAA. Grayscale: #A7A7A7. Windows color (decimal): -11345067 or 5628754. OLE color: 5628754.
HSL color Cylindrical-coordinate representation of color #52E355: hue angle of 121.24º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E355 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 85 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.11 |
| HSL | 121.24º | 0.72% | 0.61% | - |
| HSV(B) | 121.24º | 0.64% | 0.89% | - |
| XYZ | 32.59 | 57.39 | 17.95 | - |
| YUV | 167.46 | 81.46 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 85 | 0.64 | 0 | 0.63 | 0.11 | 121.24 | 0.72 | 0.61 |
| Hex | 52 | E3 | 55 | 40 | 0 | 3F | B | 79 | 48 | 3D |
| Octal | 122 | 343 | 125 | 100 | 0 | 77 | 13 | 171 | 110 | 75 |
| Binary | 1010010 | 11100011 | 1010101 | 1000000 | 0 | 111111 | 1011 | 1111001 | 1001000 | 111101 |
Color Harmonies of #52E355
Complementary color
Monochromatic Colors of #52E355
Black with #52E355
Text Example
Text Example
White with #52E355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E355; }
p { color: rgb(82,227,85); }
H1.HeaderClassName
{
color: #52E355;
}
.AnyTagClassName
{
color: #52E355;
}
</style>
background-color css
<style>
a { background-color: #52E355; }
a { background-color: rgb(82,227,85); }
div.DivClassName
{
background-color: #52E355;
}
.BgClassName
{
background-color: #52E355;
}
</style>
border-color css
<style>
span { border-color: #52E355; }
span { border-color: rgb(82,227,85); }
td.TdClassName
{
border-color: #52E355;
}
.TagClassName
{
border-color: #52E355;
}
</style>