Shades of Screamin' Green #53DB55
Tints of Screamin' Green #53DB55
RGB
CMYK
RGB Variations
Color information
#53DB55 (or 0x53DB55) is known color: Screamin' Green. HEX triplet: 53, DB and 55. RGB value is (83,219,85). Sum of RGB (Red+Green+Blue) = 83+219+85=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DB55 is #AC24AA. Grayscale: #A3A3A3. Windows color (decimal): -11281579 or 5626707. OLE color: 5626707.
HSL color Cylindrical-coordinate representation of color #53DB55: hue angle of 120.88º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DB55 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 85 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.14 |
| HSL | 120.88º | 0.65% | 0.59% | - |
| HSV(B) | 120.88º | 0.62% | 0.86% | - |
| XYZ | 30.54 | 53.16 | 17.25 | - |
| YUV | 163.06 | 83.94 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 85 | 0.62 | 0 | 0.61 | 0.14 | 120.88 | 0.65 | 0.59 |
| Hex | 53 | DB | 55 | 3E | 0 | 3D | E | 79 | 41 | 3B |
| Octal | 123 | 333 | 125 | 76 | 0 | 75 | 16 | 171 | 101 | 73 |
| Binary | 1010011 | 11011011 | 1010101 | 111110 | 0 | 111101 | 1110 | 1111001 | 1000001 | 111011 |
Color Harmonies of #53DB55
Complementary color
Monochromatic Colors of #53DB55
Black with #53DB55
Text Example
Text Example
White with #53DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB55; }
p { color: rgb(83,219,85); }
H1.HeaderClassName
{
color: #53DB55;
}
.AnyTagClassName
{
color: #53DB55;
}
</style>
background-color css
<style>
a { background-color: #53DB55; }
a { background-color: rgb(83,219,85); }
div.DivClassName
{
background-color: #53DB55;
}
.BgClassName
{
background-color: #53DB55;
}
</style>
border-color css
<style>
span { border-color: #53DB55; }
span { border-color: rgb(83,219,85); }
td.TdClassName
{
border-color: #53DB55;
}
.TagClassName
{
border-color: #53DB55;
}
</style>