Shades of Fern #55D95C
Tints of Fern #55D95C
RGB
CMYK
RGB Variations
Color information
#55D95C (or 0x55D95C) is known color: Fern. HEX triplet: 55, D9 and 5C. RGB value is (85,217,92). Sum of RGB (Red+Green+Blue) = 85+217+92=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #55D95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D95C is #AA26A3. Grayscale: #A3A3A3. Windows color (decimal): -11151012 or 6084949. OLE color: 6084949.
HSL color Cylindrical-coordinate representation of color #55D95C: hue angle of 123.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D95C is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 92 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.15 |
| HSL | 123.18º | 0.63% | 0.59% | - |
| HSV(B) | 123.18º | 0.61% | 0.85% | - |
| XYZ | 30.49 | 52.33 | 18.62 | - |
| YUV | 163.28 | 87.77 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 92 | 0.61 | 0 | 0.58 | 0.15 | 123.18 | 0.63 | 0.59 |
| Hex | 55 | D9 | 5C | 3D | 0 | 3A | F | 7B | 3F | 3B |
| Octal | 125 | 331 | 134 | 75 | 0 | 72 | 17 | 173 | 77 | 73 |
| Binary | 1010101 | 11011001 | 1011100 | 111101 | 0 | 111010 | 1111 | 1111011 | 111111 | 111011 |
Color Harmonies of #55D95C
Complementary color
Monochromatic Colors of #55D95C
Black with #55D95C
Text Example
Text Example
White with #55D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D95C; }
p { color: rgb(85,217,92); }
H1.HeaderClassName
{
color: #55D95C;
}
.AnyTagClassName
{
color: #55D95C;
}
</style>
background-color css
<style>
a { background-color: #55D95C; }
a { background-color: rgb(85,217,92); }
div.DivClassName
{
background-color: #55D95C;
}
.BgClassName
{
background-color: #55D95C;
}
</style>
border-color css
<style>
span { border-color: #55D95C; }
span { border-color: rgb(85,217,92); }
td.TdClassName
{
border-color: #55D95C;
}
.TagClassName
{
border-color: #55D95C;
}
</style>