Shades of Screamin' Green #55DC54
Tints of Screamin' Green #55DC54
RGB
CMYK
RGB Variations
Color information
#55DC54 (or 0x55DC54) is known color: Screamin' Green. HEX triplet: 55, DC and 54. RGB value is (85,220,84). Sum of RGB (Red+Green+Blue) = 85+220+84=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DC54 is #AA23AB. Grayscale: #A4A4A4. Windows color (decimal): -11150252 or 5561429. OLE color: 5561429.
HSL color Cylindrical-coordinate representation of color #55DC54: hue angle of 119.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DC54 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 84 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.14 |
| HSL | 119.56º | 0.66% | 0.6% | - |
| HSV(B) | 119.56º | 0.62% | 0.86% | - |
| XYZ | 30.94 | 53.76 | 17.13 | - |
| YUV | 164.13 | 82.77 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 84 | 0.61 | 0 | 0.62 | 0.14 | 119.56 | 0.66 | 0.6 |
| Hex | 55 | DC | 54 | 3D | 0 | 3E | E | 78 | 42 | 3C |
| Octal | 125 | 334 | 124 | 75 | 0 | 76 | 16 | 170 | 102 | 74 |
| Binary | 1010101 | 11011100 | 1010100 | 111101 | 0 | 111110 | 1110 | 1111000 | 1000010 | 111100 |
Color Harmonies of #55DC54
Complementary color
Monochromatic Colors of #55DC54
Black with #55DC54
Text Example
Text Example
White with #55DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC54; }
p { color: rgb(85,220,84); }
H1.HeaderClassName
{
color: #55DC54;
}
.AnyTagClassName
{
color: #55DC54;
}
</style>
background-color css
<style>
a { background-color: #55DC54; }
a { background-color: rgb(85,220,84); }
div.DivClassName
{
background-color: #55DC54;
}
.BgClassName
{
background-color: #55DC54;
}
</style>
border-color css
<style>
span { border-color: #55DC54; }
span { border-color: rgb(85,220,84); }
td.TdClassName
{
border-color: #55DC54;
}
.TagClassName
{
border-color: #55DC54;
}
</style>