Shades of Screamin' Green #54DD50
Tints of Screamin' Green #54DD50
RGB
CMYK
RGB Variations
Color information
#54DD50 (or 0x54DD50) is known color: Screamin' Green. HEX triplet: 54, DD and 50. RGB value is (84,221,80). Sum of RGB (Red+Green+Blue) = 84+221+80=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DD50 is #AB22AF. Grayscale: #A4A4A4. Windows color (decimal): -11215536 or 5299540. OLE color: 5299540.
HSL color Cylindrical-coordinate representation of color #54DD50: hue angle of 118.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54DD50 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 80 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.13 |
| HSL | 118.3º | 0.67% | 0.59% | - |
| HSV(B) | 118.3º | 0.64% | 0.87% | - |
| XYZ | 30.96 | 54.18 | 16.41 | - |
| YUV | 163.96 | 80.61 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 80 | 0.62 | 0 | 0.64 | 0.13 | 118.3 | 0.67 | 0.59 |
| Hex | 54 | DD | 50 | 3E | 0 | 40 | D | 76 | 43 | 3B |
| Octal | 124 | 335 | 120 | 76 | 0 | 100 | 15 | 166 | 103 | 73 |
| Binary | 1010100 | 11011101 | 1010000 | 111110 | 0 | 1000000 | 1101 | 1110110 | 1000011 | 111011 |
Color Harmonies of #54DD50
Complementary color
Monochromatic Colors of #54DD50
Black with #54DD50
Text Example
Text Example
White with #54DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DD50; }
p { color: rgb(84,221,80); }
H1.HeaderClassName
{
color: #54DD50;
}
.AnyTagClassName
{
color: #54DD50;
}
</style>
background-color css
<style>
a { background-color: #54DD50; }
a { background-color: rgb(84,221,80); }
div.DivClassName
{
background-color: #54DD50;
}
.BgClassName
{
background-color: #54DD50;
}
</style>
border-color css
<style>
span { border-color: #54DD50; }
span { border-color: rgb(84,221,80); }
td.TdClassName
{
border-color: #54DD50;
}
.TagClassName
{
border-color: #54DD50;
}
</style>