Shades of Screamin' Green #52E55F
Tints of Screamin' Green #52E55F
RGB
CMYK
RGB Variations
Color information
#52E55F (or 0x52E55F) is known color: Screamin' Green. HEX triplet: 52, E5 and 5F. RGB value is (82,229,95). Sum of RGB (Red+Green+Blue) = 82+229+95=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #52E55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E55F is #AD1AA0. Grayscale: #AAAAAA. Windows color (decimal): -11344545 or 6284626. OLE color: 6284626.
HSL color Cylindrical-coordinate representation of color #52E55F: hue angle of 125.31º 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 #52E55F is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 229 | 95 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.10 |
| HSL | 125.31º | 0.74% | 0.61% | - |
| HSV(B) | 125.31º | 0.64% | 0.9% | - |
| XYZ | 33.56 | 58.66 | 20.38 | - |
| YUV | 169.77 | 85.8 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 95 | 0.64 | 0 | 0.59 | 0.10 | 125.31 | 0.74 | 0.61 |
| Hex | 52 | E5 | 5F | 40 | 0 | 3B | A | 7D | 4A | 3D |
| Octal | 122 | 345 | 137 | 100 | 0 | 73 | 12 | 175 | 112 | 75 |
| Binary | 1010010 | 11100101 | 1011111 | 1000000 | 0 | 111011 | 1010 | 1111101 | 1001010 | 111101 |
Color Harmonies of #52E55F
Complementary color
Monochromatic Colors of #52E55F
Black with #52E55F
Text Example
Text Example
White with #52E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E55F; }
p { color: rgb(82,229,95); }
H1.HeaderClassName
{
color: #52E55F;
}
.AnyTagClassName
{
color: #52E55F;
}
</style>
background-color css
<style>
a { background-color: #52E55F; }
a { background-color: rgb(82,229,95); }
div.DivClassName
{
background-color: #52E55F;
}
.BgClassName
{
background-color: #52E55F;
}
</style>
border-color css
<style>
span { border-color: #52E55F; }
span { border-color: rgb(82,229,95); }
td.TdClassName
{
border-color: #52E55F;
}
.TagClassName
{
border-color: #52E55F;
}
</style>