Shades of Screamin' Green #53DC56
Tints of Screamin' Green #53DC56
RGB
CMYK
RGB Variations
Color information
#53DC56 (or 0x53DC56) is known color: Screamin' Green. HEX triplet: 53, DC and 56. RGB value is (83,220,86). Sum of RGB (Red+Green+Blue) = 83+220+86=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC56 is #AC23A9. Grayscale: #A4A4A4. Windows color (decimal): -11281322 or 5692499. OLE color: 5692499.
HSL color Cylindrical-coordinate representation of color #53DC56: hue angle of 121.31º degrees, saturation: 0.66, 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 #53DC56 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 86 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.14 |
| HSL | 121.31º | 0.66% | 0.59% | - |
| HSV(B) | 121.31º | 0.62% | 0.86% | - |
| XYZ | 30.84 | 53.7 | 17.54 | - |
| YUV | 163.76 | 84.11 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 86 | 0.62 | 0 | 0.61 | 0.14 | 121.31 | 0.66 | 0.59 |
| Hex | 53 | DC | 56 | 3E | 0 | 3D | E | 79 | 42 | 3B |
| Octal | 123 | 334 | 126 | 76 | 0 | 75 | 16 | 171 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1010110 | 111110 | 0 | 111101 | 1110 | 1111001 | 1000010 | 111011 |
Color Harmonies of #53DC56
Complementary color
Monochromatic Colors of #53DC56
Black with #53DC56
Text Example
Text Example
White with #53DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC56; }
p { color: rgb(83,220,86); }
H1.HeaderClassName
{
color: #53DC56;
}
.AnyTagClassName
{
color: #53DC56;
}
</style>
background-color css
<style>
a { background-color: #53DC56; }
a { background-color: rgb(83,220,86); }
div.DivClassName
{
background-color: #53DC56;
}
.BgClassName
{
background-color: #53DC56;
}
</style>
border-color css
<style>
span { border-color: #53DC56; }
span { border-color: rgb(83,220,86); }
td.TdClassName
{
border-color: #53DC56;
}
.TagClassName
{
border-color: #53DC56;
}
</style>