Shades of Fern #55CB5E
Tints of Fern #55CB5E
RGB
CMYK
RGB Variations
Color information
#55CB5E (or 0x55CB5E) is known color: Fern. HEX triplet: 55, CB and 5E. RGB value is (85,203,94). Sum of RGB (Red+Green+Blue) = 85+203+94=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB5E is #AA34A1. Grayscale: #9B9B9B. Windows color (decimal): -11154594 or 6212437. OLE color: 6212437.
HSL color Cylindrical-coordinate representation of color #55CB5E: hue angle of 124.58º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB5E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 94 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.20 |
| HSL | 124.58º | 0.53% | 0.56% | - |
| HSV(B) | 124.58º | 0.58% | 0.8% | - |
| XYZ | 27.12 | 45.45 | 17.93 | - |
| YUV | 155.29 | 93.41 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 94 | 0.58 | 0 | 0.54 | 0.20 | 124.58 | 0.53 | 0.56 |
| Hex | 55 | CB | 5E | 3A | 0 | 36 | 14 | 7D | 35 | 38 |
| Octal | 125 | 313 | 136 | 72 | 0 | 66 | 24 | 175 | 65 | 70 |
| Binary | 1010101 | 11001011 | 1011110 | 111010 | 0 | 110110 | 10100 | 1111101 | 110101 | 111000 |
Color Harmonies of #55CB5E
Complementary color
Monochromatic Colors of #55CB5E
Black with #55CB5E
Text Example
Text Example
White with #55CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB5E; }
p { color: rgb(85,203,94); }
H1.HeaderClassName
{
color: #55CB5E;
}
.AnyTagClassName
{
color: #55CB5E;
}
</style>
background-color css
<style>
a { background-color: #55CB5E; }
a { background-color: rgb(85,203,94); }
div.DivClassName
{
background-color: #55CB5E;
}
.BgClassName
{
background-color: #55CB5E;
}
</style>
border-color css
<style>
span { border-color: #55CB5E; }
span { border-color: rgb(85,203,94); }
td.TdClassName
{
border-color: #55CB5E;
}
.TagClassName
{
border-color: #55CB5E;
}
</style>