Shades of Screamin' Green #53DC55
Tints of Screamin' Green #53DC55
RGB
CMYK
RGB Variations
Color information
#53DC55 (or 0x53DC55) is known color: Screamin' Green. HEX triplet: 53, DC and 55. RGB value is (83,220,85). Sum of RGB (Red+Green+Blue) = 83+220+85=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC55 is #AC23AA. Grayscale: #A4A4A4. Windows color (decimal): -11281323 or 5626963. OLE color: 5626963.
HSL color Cylindrical-coordinate representation of color #53DC55: hue angle of 120.88º 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 #53DC55 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 85 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.14 |
| HSL | 120.88º | 0.66% | 0.59% | - |
| HSV(B) | 120.88º | 0.62% | 0.86% | - |
| XYZ | 30.8 | 53.68 | 17.33 | - |
| YUV | 163.65 | 83.61 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 85 | 0.62 | 0 | 0.61 | 0.14 | 120.88 | 0.66 | 0.59 |
| Hex | 53 | DC | 55 | 3E | 0 | 3D | E | 79 | 42 | 3B |
| Octal | 123 | 334 | 125 | 76 | 0 | 75 | 16 | 171 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1010101 | 111110 | 0 | 111101 | 1110 | 1111001 | 1000010 | 111011 |
Color Harmonies of #53DC55
Complementary color
Monochromatic Colors of #53DC55
Black with #53DC55
Text Example
Text Example
White with #53DC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC55; }
p { color: rgb(83,220,85); }
H1.HeaderClassName
{
color: #53DC55;
}
.AnyTagClassName
{
color: #53DC55;
}
</style>
background-color css
<style>
a { background-color: #53DC55; }
a { background-color: rgb(83,220,85); }
div.DivClassName
{
background-color: #53DC55;
}
.BgClassName
{
background-color: #53DC55;
}
</style>
border-color css
<style>
span { border-color: #53DC55; }
span { border-color: rgb(83,220,85); }
td.TdClassName
{
border-color: #53DC55;
}
.TagClassName
{
border-color: #53DC55;
}
</style>