Shades of Fern #55CD5E
Tints of Fern #55CD5E
RGB
CMYK
RGB Variations
Color information
#55CD5E (or 0x55CD5E) is known color: Fern. HEX triplet: 55, CD and 5E. RGB value is (85,205,94). Sum of RGB (Red+Green+Blue) = 85+205+94=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CD5E is #AA32A1. Grayscale: #9C9C9C. Windows color (decimal): -11154082 or 6212949. OLE color: 6212949.
HSL color Cylindrical-coordinate representation of color #55CD5E: hue angle of 124.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CD5E is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
RGB | 85 | 205 | 94 | - |
CMYK | 0.59 | 0 | 0.54 | 0.20 |
HSL | 124.5º | 0.55% | 0.57% | - |
HSV(B) | 124.5º | 0.59% | 0.8% | - |
XYZ | 27.6 | 46.4 | 18.09 | - |
YUV | 156.47 | 92.74 | 77.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 205 | 94 | 0.59 | 0 | 0.54 | 0.20 | 124.5 | 0.55 | 0.57 |
Hex | 55 | CD | 5E | 3B | 0 | 36 | 14 | 7C | 37 | 39 |
Octal | 125 | 315 | 136 | 73 | 0 | 66 | 24 | 174 | 67 | 71 |
Binary | 1010101 | 11001101 | 1011110 | 111011 | 0 | 110110 | 10100 | 1111100 | 110111 | 111001 |
Color Harmonies of #55CD5E
Complementary color
Monochromatic Colors of #55CD5E
Black with #55CD5E
Text Example
Text Example
White with #55CD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CD5E; }
p { color: rgb(85,205,94); }
H1.HeaderClassName
{
color: #55CD5E;
}
.AnyTagClassName
{
color: #55CD5E;
}
</style>
background-color css
<style>
a { background-color: #55CD5E; }
a { background-color: rgb(85,205,94); }
div.DivClassName
{
background-color: #55CD5E;
}
.BgClassName
{
background-color: #55CD5E;
}
</style>
border-color css
<style>
span { border-color: #55CD5E; }
span { border-color: rgb(85,205,94); }
td.TdClassName
{
border-color: #55CD5E;
}
.TagClassName
{
border-color: #55CD5E;
}
</style>