Shades of Screamin' Green #55DD5D
Tints of Screamin' Green #55DD5D
RGB
CMYK
RGB Variations
Color information
#55DD5D (or 0x55DD5D) is known color: Screamin' Green. HEX triplet: 55, DD and 5D. RGB value is (85,221,93). Sum of RGB (Red+Green+Blue) = 85+221+93=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD5D is #AA22A2. Grayscale: #A6A6A6. Windows color (decimal): -11149987 or 6151509. OLE color: 6151509.
HSL color Cylindrical-coordinate representation of color #55DD5D: hue angle of 123.53º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DD5D is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 93 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.13 |
| HSL | 123.53º | 0.67% | 0.6% | - |
| HSV(B) | 123.53º | 0.62% | 0.87% | - |
| XYZ | 31.58 | 54.43 | 19.2 | - |
| YUV | 165.74 | 86.94 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 93 | 0.62 | 0 | 0.58 | 0.13 | 123.53 | 0.67 | 0.6 |
| Hex | 55 | DD | 5D | 3E | 0 | 3A | D | 7C | 43 | 3C |
| Octal | 125 | 335 | 135 | 76 | 0 | 72 | 15 | 174 | 103 | 74 |
| Binary | 1010101 | 11011101 | 1011101 | 111110 | 0 | 111010 | 1101 | 1111100 | 1000011 | 111100 |
Color Harmonies of #55DD5D
Complementary color
Monochromatic Colors of #55DD5D
Black with #55DD5D
Text Example
Text Example
White with #55DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DD5D; }
p { color: rgb(85,221,93); }
H1.HeaderClassName
{
color: #55DD5D;
}
.AnyTagClassName
{
color: #55DD5D;
}
</style>
background-color css
<style>
a { background-color: #55DD5D; }
a { background-color: rgb(85,221,93); }
div.DivClassName
{
background-color: #55DD5D;
}
.BgClassName
{
background-color: #55DD5D;
}
</style>
border-color css
<style>
span { border-color: #55DD5D; }
span { border-color: rgb(85,221,93); }
td.TdClassName
{
border-color: #55DD5D;
}
.TagClassName
{
border-color: #55DD5D;
}
</style>