Shades of Screamin' Green #52DC55
Tints of Screamin' Green #52DC55
RGB
CMYK
RGB Variations
Color information
#52DC55 (or 0x52DC55) is known color: Screamin' Green. HEX triplet: 52, DC and 55. RGB value is (82,220,85). Sum of RGB (Red+Green+Blue) = 82+220+85=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC55 is #AD23AA. Grayscale: #A3A3A3. Windows color (decimal): -11346859 or 5626962. OLE color: 5626962.
HSL color Cylindrical-coordinate representation of color #52DC55: hue angle of 121.3º 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 #52DC55 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 85 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.14 |
| HSL | 121.3º | 0.66% | 0.59% | - |
| HSV(B) | 121.3º | 0.63% | 0.86% | - |
| XYZ | 30.71 | 53.64 | 17.33 | - |
| YUV | 163.35 | 83.78 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 85 | 0.63 | 0 | 0.61 | 0.14 | 121.3 | 0.66 | 0.59 |
| Hex | 52 | DC | 55 | 3F | 0 | 3D | E | 79 | 42 | 3B |
| Octal | 122 | 334 | 125 | 77 | 0 | 75 | 16 | 171 | 102 | 73 |
| Binary | 1010010 | 11011100 | 1010101 | 111111 | 0 | 111101 | 1110 | 1111001 | 1000010 | 111011 |
Color Harmonies of #52DC55
Complementary color
Monochromatic Colors of #52DC55
Black with #52DC55
Text Example
Text Example
White with #52DC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC55; }
p { color: rgb(82,220,85); }
H1.HeaderClassName
{
color: #52DC55;
}
.AnyTagClassName
{
color: #52DC55;
}
</style>
background-color css
<style>
a { background-color: #52DC55; }
a { background-color: rgb(82,220,85); }
div.DivClassName
{
background-color: #52DC55;
}
.BgClassName
{
background-color: #52DC55;
}
</style>
border-color css
<style>
span { border-color: #52DC55; }
span { border-color: rgb(82,220,85); }
td.TdClassName
{
border-color: #52DC55;
}
.TagClassName
{
border-color: #52DC55;
}
</style>