Shades of Screamin' Green #52E952
Tints of Screamin' Green #52E952
RGB
CMYK
RGB Variations
Color information
#52E952 (or 0x52E952) is known color: Screamin' Green. HEX triplet: 52, E9 and 52. RGB value is (82,233,82). Sum of RGB (Red+Green+Blue) = 82+233+82=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 233 (91.41% from 255 or 58.69% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 233 - color contains mainly: green. Hex color #52E952 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E952 is #AD16AD. Grayscale: #ABABAB. Windows color (decimal): -11343534 or 5433682. OLE color: 5433682.
HSL color Cylindrical-coordinate representation of color #52E952: hue angle of 120º 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 #52E952 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 82 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.09 |
| HSL | 120º | 0.77% | 0.62% | - |
| HSV(B) | 120º | 0.65% | 0.91% | - |
| XYZ | 34.14 | 60.68 | 17.9 | - |
| YUV | 170.64 | 77.97 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 82 | 0.65 | 0 | 0.65 | 0.09 | 120 | 0.77 | 0.62 |
| Hex | 52 | E9 | 52 | 41 | 0 | 41 | 9 | 78 | 4D | 3E |
| Octal | 122 | 351 | 122 | 101 | 0 | 101 | 11 | 170 | 115 | 76 |
| Binary | 1010010 | 11101001 | 1010010 | 1000001 | 0 | 1000001 | 1001 | 1111000 | 1001101 | 111110 |
Color Harmonies of #52E952
Complementary color
Monochromatic Colors of #52E952
Black with #52E952
Text Example
Text Example
White with #52E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E952; }
p { color: rgb(82,233,82); }
H1.HeaderClassName
{
color: #52E952;
}
.AnyTagClassName
{
color: #52E952;
}
</style>
background-color css
<style>
a { background-color: #52E952; }
a { background-color: rgb(82,233,82); }
div.DivClassName
{
background-color: #52E952;
}
.BgClassName
{
background-color: #52E952;
}
</style>
border-color css
<style>
span { border-color: #52E952; }
span { border-color: rgb(82,233,82); }
td.TdClassName
{
border-color: #52E952;
}
.TagClassName
{
border-color: #52E952;
}
</style>