Shades of Screamin' Green #55DD4D
Tints of Screamin' Green #55DD4D
RGB
CMYK
RGB Variations
Color information
#55DD4D (or 0x55DD4D) is known color: Screamin' Green. HEX triplet: 55, DD and 4D. RGB value is (85,221,77). Sum of RGB (Red+Green+Blue) = 85+221+77=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD4D is #AA22B2. Grayscale: #A4A4A4. Windows color (decimal): -11150003 or 5102933. OLE color: 5102933.
HSL color Cylindrical-coordinate representation of color #55DD4D: hue angle of 116.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55DD4D is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 77 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.13 |
| HSL | 116.67º | 0.68% | 0.58% | - |
| HSV(B) | 116.67º | 0.65% | 0.87% | - |
| XYZ | 30.94 | 54.18 | 15.85 | - |
| YUV | 163.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 77 | 0.62 | 0 | 0.65 | 0.13 | 116.67 | 0.68 | 0.58 |
| Hex | 55 | DD | 4D | 3E | 0 | 41 | D | 75 | 44 | 3A |
| Octal | 125 | 335 | 115 | 76 | 0 | 101 | 15 | 165 | 104 | 72 |
| Binary | 1010101 | 11011101 | 1001101 | 111110 | 0 | 1000001 | 1101 | 1110101 | 1000100 | 111010 |
Color Harmonies of #55DD4D
Complementary color
Monochromatic Colors of #55DD4D
Black with #55DD4D
Text Example
Text Example
White with #55DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DD4D; }
p { color: rgb(85,221,77); }
H1.HeaderClassName
{
color: #55DD4D;
}
.AnyTagClassName
{
color: #55DD4D;
}
</style>
background-color css
<style>
a { background-color: #55DD4D; }
a { background-color: rgb(85,221,77); }
div.DivClassName
{
background-color: #55DD4D;
}
.BgClassName
{
background-color: #55DD4D;
}
</style>
border-color css
<style>
span { border-color: #55DD4D; }
span { border-color: rgb(85,221,77); }
td.TdClassName
{
border-color: #55DD4D;
}
.TagClassName
{
border-color: #55DD4D;
}
</style>