Shades of Screamin' Green #54DC50
Tints of Screamin' Green #54DC50
RGB
CMYK
RGB Variations
Color information
#54DC50 (or 0x54DC50) is known color: Screamin' Green. HEX triplet: 54, DC and 50. RGB value is (84,220,80). Sum of RGB (Red+Green+Blue) = 84+220+80=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DC50 is #AB23AF. Grayscale: #A3A3A3. Windows color (decimal): -11215792 or 5299284. OLE color: 5299284.
HSL color Cylindrical-coordinate representation of color #54DC50: hue angle of 118.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54DC50 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 80 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.14 |
| HSL | 118.29º | 0.67% | 0.59% | - |
| HSV(B) | 118.29º | 0.64% | 0.86% | - |
| XYZ | 30.7 | 53.65 | 16.33 | - |
| YUV | 163.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 80 | 0.62 | 0 | 0.64 | 0.14 | 118.29 | 0.67 | 0.59 |
| Hex | 54 | DC | 50 | 3E | 0 | 40 | E | 76 | 43 | 3B |
| Octal | 124 | 334 | 120 | 76 | 0 | 100 | 16 | 166 | 103 | 73 |
| Binary | 1010100 | 11011100 | 1010000 | 111110 | 0 | 1000000 | 1110 | 1110110 | 1000011 | 111011 |
Color Harmonies of #54DC50
Complementary color
Monochromatic Colors of #54DC50
Black with #54DC50
Text Example
Text Example
White with #54DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC50; }
p { color: rgb(84,220,80); }
H1.HeaderClassName
{
color: #54DC50;
}
.AnyTagClassName
{
color: #54DC50;
}
</style>
background-color css
<style>
a { background-color: #54DC50; }
a { background-color: rgb(84,220,80); }
div.DivClassName
{
background-color: #54DC50;
}
.BgClassName
{
background-color: #54DC50;
}
</style>
border-color css
<style>
span { border-color: #54DC50; }
span { border-color: rgb(84,220,80); }
td.TdClassName
{
border-color: #54DC50;
}
.TagClassName
{
border-color: #54DC50;
}
</style>