Shades of Screamin' Green #55D952
Tints of Screamin' Green #55D952
RGB
CMYK
RGB Variations
Color information
#55D952 (or 0x55D952) is known color: Screamin' Green. HEX triplet: 55, D9 and 52. RGB value is (85,217,82). Sum of RGB (Red+Green+Blue) = 85+217+82=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #55D952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D952 is #AA26AD. Grayscale: #A2A2A2. Windows color (decimal): -11151022 or 5429589. OLE color: 5429589.
HSL color Cylindrical-coordinate representation of color #55D952: hue angle of 118.67º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55D952 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 82 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.15 |
| HSL | 118.67º | 0.64% | 0.59% | - |
| HSV(B) | 118.67º | 0.62% | 0.85% | - |
| XYZ | 30.08 | 52.17 | 16.47 | - |
| YUV | 162.14 | 82.77 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 82 | 0.61 | 0 | 0.62 | 0.15 | 118.67 | 0.64 | 0.59 |
| Hex | 55 | D9 | 52 | 3D | 0 | 3E | F | 77 | 40 | 3B |
| Octal | 125 | 331 | 122 | 75 | 0 | 76 | 17 | 167 | 100 | 73 |
| Binary | 1010101 | 11011001 | 1010010 | 111101 | 0 | 111110 | 1111 | 1110111 | 1000000 | 111011 |
Color Harmonies of #55D952
Complementary color
Monochromatic Colors of #55D952
Black with #55D952
Text Example
Text Example
White with #55D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D952; }
p { color: rgb(85,217,82); }
H1.HeaderClassName
{
color: #55D952;
}
.AnyTagClassName
{
color: #55D952;
}
</style>
background-color css
<style>
a { background-color: #55D952; }
a { background-color: rgb(85,217,82); }
div.DivClassName
{
background-color: #55D952;
}
.BgClassName
{
background-color: #55D952;
}
</style>
border-color css
<style>
span { border-color: #55D952; }
span { border-color: rgb(85,217,82); }
td.TdClassName
{
border-color: #55D952;
}
.TagClassName
{
border-color: #55D952;
}
</style>