Shades of Screamin' Green #54DC52
Tints of Screamin' Green #54DC52
RGB
CMYK
RGB Variations
Color information
#54DC52 (or 0x54DC52) is known color: Screamin' Green. HEX triplet: 54, DC and 52. RGB value is (84,220,82). Sum of RGB (Red+Green+Blue) = 84+220+82=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DC52 is #AB23AD. Grayscale: #A4A4A4. Windows color (decimal): -11215790 or 5430356. OLE color: 5430356.
HSL color Cylindrical-coordinate representation of color #54DC52: hue angle of 119.13º 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 #54DC52 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 82 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.14 |
| HSL | 119.13º | 0.66% | 0.59% | - |
| HSV(B) | 119.13º | 0.63% | 0.86% | - |
| XYZ | 30.77 | 53.68 | 16.72 | - |
| YUV | 163.6 | 81.94 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 82 | 0.62 | 0 | 0.63 | 0.14 | 119.13 | 0.66 | 0.59 |
| Hex | 54 | DC | 52 | 3E | 0 | 3F | E | 77 | 42 | 3B |
| Octal | 124 | 334 | 122 | 76 | 0 | 77 | 16 | 167 | 102 | 73 |
| Binary | 1010100 | 11011100 | 1010010 | 111110 | 0 | 111111 | 1110 | 1110111 | 1000010 | 111011 |
Color Harmonies of #54DC52
Complementary color
Monochromatic Colors of #54DC52
Black with #54DC52
Text Example
Text Example
White with #54DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC52; }
p { color: rgb(84,220,82); }
H1.HeaderClassName
{
color: #54DC52;
}
.AnyTagClassName
{
color: #54DC52;
}
</style>
background-color css
<style>
a { background-color: #54DC52; }
a { background-color: rgb(84,220,82); }
div.DivClassName
{
background-color: #54DC52;
}
.BgClassName
{
background-color: #54DC52;
}
</style>
border-color css
<style>
span { border-color: #54DC52; }
span { border-color: rgb(84,220,82); }
td.TdClassName
{
border-color: #54DC52;
}
.TagClassName
{
border-color: #54DC52;
}
</style>