Shades of Screamin' Green #52E85D
Tints of Screamin' Green #52E85D
RGB
CMYK
RGB Variations
Color information
#52E85D (or 0x52E85D) is known color: Screamin' Green. HEX triplet: 52, E8 and 5D. RGB value is (82,232,93). Sum of RGB (Red+Green+Blue) = 82+232+93=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 232 (91.02% from 255 or 57.00% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 232 - color contains mainly: green. Hex color #52E85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E85D is #AD17A2. Grayscale: #ABABAB. Windows color (decimal): -11343779 or 6154322. OLE color: 6154322.
HSL color Cylindrical-coordinate representation of color #52E85D: hue angle of 124.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E85D is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 93 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.09 |
| HSL | 124.4º | 0.77% | 0.62% | - |
| HSV(B) | 124.4º | 0.65% | 0.91% | - |
| XYZ | 34.31 | 60.3 | 20.19 | - |
| YUV | 171.3 | 83.81 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 93 | 0.65 | 0 | 0.60 | 0.09 | 124.4 | 0.77 | 0.62 |
| Hex | 52 | E8 | 5D | 41 | 0 | 3C | 9 | 7C | 4D | 3E |
| Octal | 122 | 350 | 135 | 101 | 0 | 74 | 11 | 174 | 115 | 76 |
| Binary | 1010010 | 11101000 | 1011101 | 1000001 | 0 | 111100 | 1001 | 1111100 | 1001101 | 111110 |
Color Harmonies of #52E85D
Complementary color
Monochromatic Colors of #52E85D
Black with #52E85D
Text Example
Text Example
White with #52E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E85D; }
p { color: rgb(82,232,93); }
H1.HeaderClassName
{
color: #52E85D;
}
.AnyTagClassName
{
color: #52E85D;
}
</style>
background-color css
<style>
a { background-color: #52E85D; }
a { background-color: rgb(82,232,93); }
div.DivClassName
{
background-color: #52E85D;
}
.BgClassName
{
background-color: #52E85D;
}
</style>
border-color css
<style>
span { border-color: #52E85D; }
span { border-color: rgb(82,232,93); }
td.TdClassName
{
border-color: #52E85D;
}
.TagClassName
{
border-color: #52E85D;
}
</style>