Shades of Fern #55D953
Tints of Fern #55D953
RGB
CMYK
RGB Variations
Color information
#55D953 (or 0x55D953) is known color: Fern. HEX triplet: 55, D9 and 53. RGB value is (85,217,83). Sum of RGB (Red+Green+Blue) = 85+217+83=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #55D953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D953 is #AA26AC. Grayscale: #A2A2A2. Windows color (decimal): -11151021 or 5495125. OLE color: 5495125.
HSL color Cylindrical-coordinate representation of color #55D953: hue angle of 119.1º 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 #55D953 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 83 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.15 |
| HSL | 119.1º | 0.64% | 0.59% | - |
| HSV(B) | 119.1º | 0.62% | 0.85% | - |
| XYZ | 30.12 | 52.18 | 16.67 | - |
| YUV | 162.26 | 83.27 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 83 | 0.61 | 0 | 0.62 | 0.15 | 119.1 | 0.64 | 0.59 |
| Hex | 55 | D9 | 53 | 3D | 0 | 3E | F | 77 | 40 | 3B |
| Octal | 125 | 331 | 123 | 75 | 0 | 76 | 17 | 167 | 100 | 73 |
| Binary | 1010101 | 11011001 | 1010011 | 111101 | 0 | 111110 | 1111 | 1110111 | 1000000 | 111011 |
Color Harmonies of #55D953
Complementary color
Monochromatic Colors of #55D953
Black with #55D953
Text Example
Text Example
White with #55D953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D953; }
p { color: rgb(85,217,83); }
H1.HeaderClassName
{
color: #55D953;
}
.AnyTagClassName
{
color: #55D953;
}
</style>
background-color css
<style>
a { background-color: #55D953; }
a { background-color: rgb(85,217,83); }
div.DivClassName
{
background-color: #55D953;
}
.BgClassName
{
background-color: #55D953;
}
</style>
border-color css
<style>
span { border-color: #55D953; }
span { border-color: rgb(85,217,83); }
td.TdClassName
{
border-color: #55D953;
}
.TagClassName
{
border-color: #55D953;
}
</style>