Shades of Screamin' Green #53DD55
Tints of Screamin' Green #53DD55
RGB
CMYK
RGB Variations
Color information
#53DD55 (or 0x53DD55) is known color: Screamin' Green. HEX triplet: 53, DD and 55. RGB value is (83,221,85). Sum of RGB (Red+Green+Blue) = 83+221+85=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD55 is #AC22AA. Grayscale: #A4A4A4. Windows color (decimal): -11281067 or 5627219. OLE color: 5627219.
HSL color Cylindrical-coordinate representation of color #53DD55: hue angle of 120.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DD55 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 85 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.13 |
| HSL | 120.87º | 0.67% | 0.6% | - |
| HSV(B) | 120.87º | 0.62% | 0.87% | - |
| XYZ | 31.06 | 54.21 | 17.42 | - |
| YUV | 164.23 | 83.28 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 85 | 0.62 | 0 | 0.62 | 0.13 | 120.87 | 0.67 | 0.6 |
| Hex | 53 | DD | 55 | 3E | 0 | 3E | D | 79 | 43 | 3C |
| Octal | 123 | 335 | 125 | 76 | 0 | 76 | 15 | 171 | 103 | 74 |
| Binary | 1010011 | 11011101 | 1010101 | 111110 | 0 | 111110 | 1101 | 1111001 | 1000011 | 111100 |
Color Harmonies of #53DD55
Complementary color
Monochromatic Colors of #53DD55
Black with #53DD55
Text Example
Text Example
White with #53DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD55; }
p { color: rgb(83,221,85); }
H1.HeaderClassName
{
color: #53DD55;
}
.AnyTagClassName
{
color: #53DD55;
}
</style>
background-color css
<style>
a { background-color: #53DD55; }
a { background-color: rgb(83,221,85); }
div.DivClassName
{
background-color: #53DD55;
}
.BgClassName
{
background-color: #53DD55;
}
</style>
border-color css
<style>
span { border-color: #53DD55; }
span { border-color: rgb(83,221,85); }
td.TdClassName
{
border-color: #53DD55;
}
.TagClassName
{
border-color: #53DD55;
}
</style>