Shades of Screamin' Green #53DC52
Tints of Screamin' Green #53DC52
RGB
CMYK
RGB Variations
Color information
#53DC52 (or 0x53DC52) is known color: Screamin' Green. HEX triplet: 53, DC and 52. RGB value is (83,220,82). Sum of RGB (Red+Green+Blue) = 83+220+82=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC52 is #AC23AD. Grayscale: #A3A3A3. Windows color (decimal): -11281326 or 5430355. OLE color: 5430355.
HSL color Cylindrical-coordinate representation of color #53DC52: hue angle of 119.57º 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 #53DC52 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 82 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.14 |
| HSL | 119.57º | 0.66% | 0.59% | - |
| HSV(B) | 119.57º | 0.63% | 0.86% | - |
| XYZ | 30.68 | 53.63 | 16.72 | - |
| YUV | 163.31 | 82.11 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 82 | 0.62 | 0 | 0.63 | 0.14 | 119.57 | 0.66 | 0.59 |
| Hex | 53 | DC | 52 | 3E | 0 | 3F | E | 78 | 42 | 3B |
| Octal | 123 | 334 | 122 | 76 | 0 | 77 | 16 | 170 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1010010 | 111110 | 0 | 111111 | 1110 | 1111000 | 1000010 | 111011 |
Color Harmonies of #53DC52
Complementary color
Monochromatic Colors of #53DC52
Black with #53DC52
Text Example
Text Example
White with #53DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC52; }
p { color: rgb(83,220,82); }
H1.HeaderClassName
{
color: #53DC52;
}
.AnyTagClassName
{
color: #53DC52;
}
</style>
background-color css
<style>
a { background-color: #53DC52; }
a { background-color: rgb(83,220,82); }
div.DivClassName
{
background-color: #53DC52;
}
.BgClassName
{
background-color: #53DC52;
}
</style>
border-color css
<style>
span { border-color: #53DC52; }
span { border-color: rgb(83,220,82); }
td.TdClassName
{
border-color: #53DC52;
}
.TagClassName
{
border-color: #53DC52;
}
</style>