Shades of Screamin' Green #55DA51
Tints of Screamin' Green #55DA51
RGB
CMYK
RGB Variations
Color information
#55DA51 (or 0x55DA51) is known color: Screamin' Green. HEX triplet: 55, DA and 51. RGB value is (85,218,81). Sum of RGB (Red+Green+Blue) = 85+218+81=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA51 is #AA25AE. Grayscale: #A3A3A3. Windows color (decimal): -11150767 or 5364309. OLE color: 5364309.
HSL color Cylindrical-coordinate representation of color #55DA51: hue angle of 118.25º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55DA51 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 81 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.15 |
| HSL | 118.25º | 0.65% | 0.59% | - |
| HSV(B) | 118.25º | 0.63% | 0.85% | - |
| XYZ | 30.3 | 52.67 | 16.35 | - |
| YUV | 162.62 | 81.94 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 81 | 0.61 | 0 | 0.63 | 0.15 | 118.25 | 0.65 | 0.59 |
| Hex | 55 | DA | 51 | 3D | 0 | 3F | F | 76 | 41 | 3B |
| Octal | 125 | 332 | 121 | 75 | 0 | 77 | 17 | 166 | 101 | 73 |
| Binary | 1010101 | 11011010 | 1010001 | 111101 | 0 | 111111 | 1111 | 1110110 | 1000001 | 111011 |
Color Harmonies of #55DA51
Complementary color
Monochromatic Colors of #55DA51
Black with #55DA51
Text Example
Text Example
White with #55DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA51; }
p { color: rgb(85,218,81); }
H1.HeaderClassName
{
color: #55DA51;
}
.AnyTagClassName
{
color: #55DA51;
}
</style>
background-color css
<style>
a { background-color: #55DA51; }
a { background-color: rgb(85,218,81); }
div.DivClassName
{
background-color: #55DA51;
}
.BgClassName
{
background-color: #55DA51;
}
</style>
border-color css
<style>
span { border-color: #55DA51; }
span { border-color: rgb(85,218,81); }
td.TdClassName
{
border-color: #55DA51;
}
.TagClassName
{
border-color: #55DA51;
}
</style>