Shades of Screamin' Green #52E752
Tints of Screamin' Green #52E752
RGB
CMYK
RGB Variations
Color information
#52E752 (or 0x52E752) is known color: Screamin' Green. HEX triplet: 52, E7 and 52. RGB value is (82,231,82). Sum of RGB (Red+Green+Blue) = 82+231+82=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 231 (90.62% from 255 or 58.48% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 231 - color contains mainly: green. Hex color #52E752 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E752 is #AD18AD. Grayscale: #A9A9A9. Windows color (decimal): -11344046 or 5433170. OLE color: 5433170.
HSL color Cylindrical-coordinate representation of color #52E752: hue angle of 120º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E752 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 82 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.09 |
| HSL | 120º | 0.76% | 0.61% | - |
| HSV(B) | 120º | 0.65% | 0.91% | - |
| XYZ | 33.58 | 59.55 | 17.71 | - |
| YUV | 169.46 | 78.64 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 82 | 0.65 | 0 | 0.65 | 0.09 | 120 | 0.76 | 0.61 |
| Hex | 52 | E7 | 52 | 41 | 0 | 41 | 9 | 78 | 4C | 3D |
| Octal | 122 | 347 | 122 | 101 | 0 | 101 | 11 | 170 | 114 | 75 |
| Binary | 1010010 | 11100111 | 1010010 | 1000001 | 0 | 1000001 | 1001 | 1111000 | 1001100 | 111101 |
Color Harmonies of #52E752
Complementary color
Monochromatic Colors of #52E752
Black with #52E752
Text Example
Text Example
White with #52E752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E752; }
p { color: rgb(82,231,82); }
H1.HeaderClassName
{
color: #52E752;
}
.AnyTagClassName
{
color: #52E752;
}
</style>
background-color css
<style>
a { background-color: #52E752; }
a { background-color: rgb(82,231,82); }
div.DivClassName
{
background-color: #52E752;
}
.BgClassName
{
background-color: #52E752;
}
</style>
border-color css
<style>
span { border-color: #52E752; }
span { border-color: rgb(82,231,82); }
td.TdClassName
{
border-color: #52E752;
}
.TagClassName
{
border-color: #52E752;
}
</style>