Shades of Screamin' Green #54DD52
Tints of Screamin' Green #54DD52
RGB
CMYK
RGB Variations
Color information
#54DD52 (or 0x54DD52) is known color: Screamin' Green. HEX triplet: 54, DD and 52. RGB value is (84,221,82). Sum of RGB (Red+Green+Blue) = 84+221+82=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DD52 is #AB22AD. Grayscale: #A4A4A4. Windows color (decimal): -11215534 or 5430612. OLE color: 5430612.
HSL color Cylindrical-coordinate representation of color #54DD52: hue angle of 119.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54DD52 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 82 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.13 |
| HSL | 119.14º | 0.67% | 0.59% | - |
| HSV(B) | 119.14º | 0.63% | 0.87% | - |
| XYZ | 31.04 | 54.21 | 16.81 | - |
| YUV | 164.19 | 81.61 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 82 | 0.62 | 0 | 0.63 | 0.13 | 119.14 | 0.67 | 0.59 |
| Hex | 54 | DD | 52 | 3E | 0 | 3F | D | 77 | 43 | 3B |
| Octal | 124 | 335 | 122 | 76 | 0 | 77 | 15 | 167 | 103 | 73 |
| Binary | 1010100 | 11011101 | 1010010 | 111110 | 0 | 111111 | 1101 | 1110111 | 1000011 | 111011 |
Color Harmonies of #54DD52
Complementary color
Monochromatic Colors of #54DD52
Black with #54DD52
Text Example
Text Example
White with #54DD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DD52; }
p { color: rgb(84,221,82); }
H1.HeaderClassName
{
color: #54DD52;
}
.AnyTagClassName
{
color: #54DD52;
}
</style>
background-color css
<style>
a { background-color: #54DD52; }
a { background-color: rgb(84,221,82); }
div.DivClassName
{
background-color: #54DD52;
}
.BgClassName
{
background-color: #54DD52;
}
</style>
border-color css
<style>
span { border-color: #54DD52; }
span { border-color: rgb(84,221,82); }
td.TdClassName
{
border-color: #54DD52;
}
.TagClassName
{
border-color: #54DD52;
}
</style>