Shades of Screamin' Green #52E961
Tints of Screamin' Green #52E961
RGB
CMYK
RGB Variations
Color information
#52E961 (or 0x52E961) is known color: Screamin' Green. HEX triplet: 52, E9 and 61. RGB value is (82,233,97). Sum of RGB (Red+Green+Blue) = 82+233+97=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #52E961 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E961 is #AD169E. Grayscale: #ACACAC. Windows color (decimal): -11343519 or 6416722. OLE color: 6416722.
HSL color Cylindrical-coordinate representation of color #52E961: hue angle of 125.96º 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 #52E961 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 97 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.09 |
| HSL | 125.96º | 0.77% | 0.62% | - |
| HSV(B) | 125.96º | 0.65% | 0.91% | - |
| XYZ | 34.78 | 60.93 | 21.24 | - |
| YUV | 172.35 | 85.47 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 97 | 0.65 | 0 | 0.58 | 0.09 | 125.96 | 0.77 | 0.62 |
| Hex | 52 | E9 | 61 | 41 | 0 | 3A | 9 | 7E | 4D | 3E |
| Octal | 122 | 351 | 141 | 101 | 0 | 72 | 11 | 176 | 115 | 76 |
| Binary | 1010010 | 11101001 | 1100001 | 1000001 | 0 | 111010 | 1001 | 1111110 | 1001101 | 111110 |
Color Harmonies of #52E961
Complementary color
Monochromatic Colors of #52E961
Black with #52E961
Text Example
Text Example
White with #52E961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E961; }
p { color: rgb(82,233,97); }
H1.HeaderClassName
{
color: #52E961;
}
.AnyTagClassName
{
color: #52E961;
}
</style>
background-color css
<style>
a { background-color: #52E961; }
a { background-color: rgb(82,233,97); }
div.DivClassName
{
background-color: #52E961;
}
.BgClassName
{
background-color: #52E961;
}
</style>
border-color css
<style>
span { border-color: #52E961; }
span { border-color: rgb(82,233,97); }
td.TdClassName
{
border-color: #52E961;
}
.TagClassName
{
border-color: #52E961;
}
</style>