Shades of Screamin' Green #52DB59
Tints of Screamin' Green #52DB59
RGB
CMYK
RGB Variations
Color information
#52DB59 (or 0x52DB59) is known color: Screamin' Green. HEX triplet: 52, DB and 59. RGB value is (82,219,89). Sum of RGB (Red+Green+Blue) = 82+219+89=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB59 is #AD24A6. Grayscale: #A3A3A3. Windows color (decimal): -11347111 or 5888850. OLE color: 5888850.
HSL color Cylindrical-coordinate representation of color #52DB59: hue angle of 123.07º 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 #52DB59 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 89 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.14 |
| HSL | 123.07º | 0.66% | 0.59% | - |
| HSV(B) | 123.07º | 0.63% | 0.86% | - |
| XYZ | 30.61 | 53.18 | 18.1 | - |
| YUV | 163.22 | 86.11 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 89 | 0.63 | 0 | 0.59 | 0.14 | 123.07 | 0.66 | 0.59 |
| Hex | 52 | DB | 59 | 3F | 0 | 3B | E | 7B | 42 | 3B |
| Octal | 122 | 333 | 131 | 77 | 0 | 73 | 16 | 173 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1011001 | 111111 | 0 | 111011 | 1110 | 1111011 | 1000010 | 111011 |
Color Harmonies of #52DB59
Complementary color
Monochromatic Colors of #52DB59
Black with #52DB59
Text Example
Text Example
White with #52DB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB59; }
p { color: rgb(82,219,89); }
H1.HeaderClassName
{
color: #52DB59;
}
.AnyTagClassName
{
color: #52DB59;
}
</style>
background-color css
<style>
a { background-color: #52DB59; }
a { background-color: rgb(82,219,89); }
div.DivClassName
{
background-color: #52DB59;
}
.BgClassName
{
background-color: #52DB59;
}
</style>
border-color css
<style>
span { border-color: #52DB59; }
span { border-color: rgb(82,219,89); }
td.TdClassName
{
border-color: #52DB59;
}
.TagClassName
{
border-color: #52DB59;
}
</style>