Shades of Screamin' Green #52E561
Tints of Screamin' Green #52E561
RGB
CMYK
RGB Variations
Color information
#52E561 (or 0x52E561) is known color: Screamin' Green. HEX triplet: 52, E5 and 61. RGB value is (82,229,97). Sum of RGB (Red+Green+Blue) = 82+229+97=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 229 (89.84% from 255 or 56.13% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 229 - color contains mainly: green. Hex color #52E561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E561 is #AD1A9E. Grayscale: #AAAAAA. Windows color (decimal): -11344543 or 6415698. OLE color: 6415698.
HSL color Cylindrical-coordinate representation of color #52E561: hue angle of 126.12º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E561 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 229 | 97 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.10 |
| HSL | 126.12º | 0.74% | 0.61% | - |
| HSV(B) | 126.12º | 0.64% | 0.9% | - |
| XYZ | 33.66 | 58.7 | 20.86 | - |
| YUV | 170 | 86.8 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 97 | 0.64 | 0 | 0.58 | 0.10 | 126.12 | 0.74 | 0.61 |
| Hex | 52 | E5 | 61 | 40 | 0 | 3A | A | 7E | 4A | 3D |
| Octal | 122 | 345 | 141 | 100 | 0 | 72 | 12 | 176 | 112 | 75 |
| Binary | 1010010 | 11100101 | 1100001 | 1000000 | 0 | 111010 | 1010 | 1111110 | 1001010 | 111101 |
Color Harmonies of #52E561
Complementary color
Monochromatic Colors of #52E561
Black with #52E561
Text Example
Text Example
White with #52E561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E561; }
p { color: rgb(82,229,97); }
H1.HeaderClassName
{
color: #52E561;
}
.AnyTagClassName
{
color: #52E561;
}
</style>
background-color css
<style>
a { background-color: #52E561; }
a { background-color: rgb(82,229,97); }
div.DivClassName
{
background-color: #52E561;
}
.BgClassName
{
background-color: #52E561;
}
</style>
border-color css
<style>
span { border-color: #52E561; }
span { border-color: rgb(82,229,97); }
td.TdClassName
{
border-color: #52E561;
}
.TagClassName
{
border-color: #52E561;
}
</style>