Shades of Fern #55CE5D
Tints of Fern #55CE5D
RGB
CMYK
RGB Variations
Color information
#55CE5D (or 0x55CE5D) is known color: Fern. HEX triplet: 55, CE and 5D. RGB value is (85,206,93). Sum of RGB (Red+Green+Blue) = 85+206+93=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE5D is #AA31A2. Grayscale: #9D9D9D. Windows color (decimal): -11153827 or 6147669. OLE color: 6147669.
HSL color Cylindrical-coordinate representation of color #55CE5D: hue angle of 123.97º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CE5D is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 93 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.19 |
| HSL | 123.97º | 0.55% | 0.57% | - |
| HSV(B) | 123.97º | 0.59% | 0.81% | - |
| XYZ | 27.79 | 46.86 | 17.94 | - |
| YUV | 156.94 | 91.91 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 93 | 0.59 | 0 | 0.55 | 0.19 | 123.97 | 0.55 | 0.57 |
| Hex | 55 | CE | 5D | 3B | 0 | 37 | 13 | 7C | 37 | 39 |
| Octal | 125 | 316 | 135 | 73 | 0 | 67 | 23 | 174 | 67 | 71 |
| Binary | 1010101 | 11001110 | 1011101 | 111011 | 0 | 110111 | 10011 | 1111100 | 110111 | 111001 |
Color Harmonies of #55CE5D
Complementary color
Monochromatic Colors of #55CE5D
Black with #55CE5D
Text Example
Text Example
White with #55CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE5D; }
p { color: rgb(85,206,93); }
H1.HeaderClassName
{
color: #55CE5D;
}
.AnyTagClassName
{
color: #55CE5D;
}
</style>
background-color css
<style>
a { background-color: #55CE5D; }
a { background-color: rgb(85,206,93); }
div.DivClassName
{
background-color: #55CE5D;
}
.BgClassName
{
background-color: #55CE5D;
}
</style>
border-color css
<style>
span { border-color: #55CE5D; }
span { border-color: rgb(85,206,93); }
td.TdClassName
{
border-color: #55CE5D;
}
.TagClassName
{
border-color: #55CE5D;
}
</style>