Shades of Screamin' Green #52DD55
Tints of Screamin' Green #52DD55
RGB
CMYK
RGB Variations
Color information
#52DD55 (or 0x52DD55) is known color: Screamin' Green. HEX triplet: 52, DD and 55. RGB value is (82,221,85). Sum of RGB (Red+Green+Blue) = 82+221+85=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD55 is #AD22AA. Grayscale: #A4A4A4. Windows color (decimal): -11346603 or 5627218. OLE color: 5627218.
HSL color Cylindrical-coordinate representation of color #52DD55: hue angle of 121.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DD55 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 85 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.13 |
| HSL | 121.3º | 0.67% | 0.59% | - |
| HSV(B) | 121.3º | 0.63% | 0.87% | - |
| XYZ | 30.98 | 54.16 | 17.42 | - |
| YUV | 163.94 | 83.45 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 85 | 0.63 | 0 | 0.62 | 0.13 | 121.3 | 0.67 | 0.59 |
| Hex | 52 | DD | 55 | 3F | 0 | 3E | D | 79 | 43 | 3B |
| Octal | 122 | 335 | 125 | 77 | 0 | 76 | 15 | 171 | 103 | 73 |
| Binary | 1010010 | 11011101 | 1010101 | 111111 | 0 | 111110 | 1101 | 1111001 | 1000011 | 111011 |
Color Harmonies of #52DD55
Complementary color
Monochromatic Colors of #52DD55
Black with #52DD55
Text Example
Text Example
White with #52DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD55; }
p { color: rgb(82,221,85); }
H1.HeaderClassName
{
color: #52DD55;
}
.AnyTagClassName
{
color: #52DD55;
}
</style>
background-color css
<style>
a { background-color: #52DD55; }
a { background-color: rgb(82,221,85); }
div.DivClassName
{
background-color: #52DD55;
}
.BgClassName
{
background-color: #52DD55;
}
</style>
border-color css
<style>
span { border-color: #52DD55; }
span { border-color: rgb(82,221,85); }
td.TdClassName
{
border-color: #52DD55;
}
.TagClassName
{
border-color: #52DD55;
}
</style>