Shades of Screamin' Green #52DB54
Tints of Screamin' Green #52DB54
RGB
CMYK
RGB Variations
Color information
#52DB54 (or 0x52DB54) is known color: Screamin' Green. HEX triplet: 52, DB and 54. RGB value is (82,219,84). Sum of RGB (Red+Green+Blue) = 82+219+84=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB54 is #AD24AB. Grayscale: #A3A3A3. Windows color (decimal): -11347116 or 5561170. OLE color: 5561170.
HSL color Cylindrical-coordinate representation of color #52DB54: hue angle of 120.88º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DB54 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 84 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.14 |
| HSL | 120.88º | 0.66% | 0.59% | - |
| HSV(B) | 120.88º | 0.63% | 0.86% | - |
| XYZ | 30.41 | 53.1 | 17.03 | - |
| YUV | 162.65 | 83.61 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 84 | 0.63 | 0 | 0.62 | 0.14 | 120.88 | 0.66 | 0.59 |
| Hex | 52 | DB | 54 | 3F | 0 | 3E | E | 79 | 42 | 3B |
| Octal | 122 | 333 | 124 | 77 | 0 | 76 | 16 | 171 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1010100 | 111111 | 0 | 111110 | 1110 | 1111001 | 1000010 | 111011 |
Color Harmonies of #52DB54
Complementary color
Monochromatic Colors of #52DB54
Black with #52DB54
Text Example
Text Example
White with #52DB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB54; }
p { color: rgb(82,219,84); }
H1.HeaderClassName
{
color: #52DB54;
}
.AnyTagClassName
{
color: #52DB54;
}
</style>
background-color css
<style>
a { background-color: #52DB54; }
a { background-color: rgb(82,219,84); }
div.DivClassName
{
background-color: #52DB54;
}
.BgClassName
{
background-color: #52DB54;
}
</style>
border-color css
<style>
span { border-color: #52DB54; }
span { border-color: rgb(82,219,84); }
td.TdClassName
{
border-color: #52DB54;
}
.TagClassName
{
border-color: #52DB54;
}
</style>