Shades of Screamin' Green #52E85C
Tints of Screamin' Green #52E85C
RGB
CMYK
RGB Variations
Color information
#52E85C (or 0x52E85C) is known color: Screamin' Green. HEX triplet: 52, E8 and 5C. RGB value is (82,232,92). Sum of RGB (Red+Green+Blue) = 82+232+92=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 232 (91.02% from 255 or 57.14% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 232 - color contains mainly: green. Hex color #52E85C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E85C is #AD17A3. Grayscale: #ABABAB. Windows color (decimal): -11343780 or 6088786. OLE color: 6088786.
HSL color Cylindrical-coordinate representation of color #52E85C: hue angle of 124º 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 #52E85C is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 92 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.09 |
| HSL | 124º | 0.77% | 0.62% | - |
| HSV(B) | 124º | 0.65% | 0.91% | - |
| XYZ | 34.27 | 60.28 | 19.95 | - |
| YUV | 171.19 | 83.31 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 92 | 0.65 | 0 | 0.60 | 0.09 | 124 | 0.77 | 0.62 |
| Hex | 52 | E8 | 5C | 41 | 0 | 3C | 9 | 7C | 4D | 3E |
| Octal | 122 | 350 | 134 | 101 | 0 | 74 | 11 | 174 | 115 | 76 |
| Binary | 1010010 | 11101000 | 1011100 | 1000001 | 0 | 111100 | 1001 | 1111100 | 1001101 | 111110 |
Color Harmonies of #52E85C
Complementary color
Monochromatic Colors of #52E85C
Black with #52E85C
Text Example
Text Example
White with #52E85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E85C; }
p { color: rgb(82,232,92); }
H1.HeaderClassName
{
color: #52E85C;
}
.AnyTagClassName
{
color: #52E85C;
}
</style>
background-color css
<style>
a { background-color: #52E85C; }
a { background-color: rgb(82,232,92); }
div.DivClassName
{
background-color: #52E85C;
}
.BgClassName
{
background-color: #52E85C;
}
</style>
border-color css
<style>
span { border-color: #52E85C; }
span { border-color: rgb(82,232,92); }
td.TdClassName
{
border-color: #52E85C;
}
.TagClassName
{
border-color: #52E85C;
}
</style>