Shades of Screamin' Green #55DC5A
Tints of Screamin' Green #55DC5A
RGB
CMYK
RGB Variations
Color information
#55DC5A (or 0x55DC5A) is known color: Screamin' Green. HEX triplet: 55, DC and 5A. RGB value is (85,220,90). Sum of RGB (Red+Green+Blue) = 85+220+90=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DC5A is #AA23A5. Grayscale: #A5A5A5. Windows color (decimal): -11150246 or 5954645. OLE color: 5954645.
HSL color Cylindrical-coordinate representation of color #55DC5A: hue angle of 122.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DC5A is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 90 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.14 |
| HSL | 122.22º | 0.66% | 0.6% | - |
| HSV(B) | 122.22º | 0.61% | 0.86% | - |
| XYZ | 31.18 | 53.86 | 18.42 | - |
| YUV | 164.82 | 85.77 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 90 | 0.61 | 0 | 0.59 | 0.14 | 122.22 | 0.66 | 0.6 |
| Hex | 55 | DC | 5A | 3D | 0 | 3B | E | 7A | 42 | 3C |
| Octal | 125 | 334 | 132 | 75 | 0 | 73 | 16 | 172 | 102 | 74 |
| Binary | 1010101 | 11011100 | 1011010 | 111101 | 0 | 111011 | 1110 | 1111010 | 1000010 | 111100 |
Color Harmonies of #55DC5A
Complementary color
Monochromatic Colors of #55DC5A
Black with #55DC5A
Text Example
Text Example
White with #55DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC5A; }
p { color: rgb(85,220,90); }
H1.HeaderClassName
{
color: #55DC5A;
}
.AnyTagClassName
{
color: #55DC5A;
}
</style>
background-color css
<style>
a { background-color: #55DC5A; }
a { background-color: rgb(85,220,90); }
div.DivClassName
{
background-color: #55DC5A;
}
.BgClassName
{
background-color: #55DC5A;
}
</style>
border-color css
<style>
span { border-color: #55DC5A; }
span { border-color: rgb(85,220,90); }
td.TdClassName
{
border-color: #55DC5A;
}
.TagClassName
{
border-color: #55DC5A;
}
</style>