Shades of Fern #55CA5E
Tints of Fern #55CA5E
RGB
CMYK
RGB Variations
Color information
#55CA5E (or 0x55CA5E) is known color: Fern. HEX triplet: 55, CA and 5E. RGB value is (85,202,94). Sum of RGB (Red+Green+Blue) = 85+202+94=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA5E is #AA35A1. Grayscale: #9B9B9B. Windows color (decimal): -11154850 or 6212181. OLE color: 6212181.
HSL color Cylindrical-coordinate representation of color #55CA5E: hue angle of 124.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA5E is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 94 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.21 |
| HSL | 124.62º | 0.52% | 0.56% | - |
| HSV(B) | 124.62º | 0.58% | 0.79% | - |
| XYZ | 26.89 | 44.98 | 17.85 | - |
| YUV | 154.71 | 93.74 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 94 | 0.58 | 0 | 0.53 | 0.21 | 124.62 | 0.52 | 0.56 |
| Hex | 55 | CA | 5E | 3A | 0 | 35 | 15 | 7D | 34 | 38 |
| Octal | 125 | 312 | 136 | 72 | 0 | 65 | 25 | 175 | 64 | 70 |
| Binary | 1010101 | 11001010 | 1011110 | 111010 | 0 | 110101 | 10101 | 1111101 | 110100 | 111000 |
Color Harmonies of #55CA5E
Complementary color
Monochromatic Colors of #55CA5E
Black with #55CA5E
Text Example
Text Example
White with #55CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA5E; }
p { color: rgb(85,202,94); }
H1.HeaderClassName
{
color: #55CA5E;
}
.AnyTagClassName
{
color: #55CA5E;
}
</style>
background-color css
<style>
a { background-color: #55CA5E; }
a { background-color: rgb(85,202,94); }
div.DivClassName
{
background-color: #55CA5E;
}
.BgClassName
{
background-color: #55CA5E;
}
</style>
border-color css
<style>
span { border-color: #55CA5E; }
span { border-color: rgb(85,202,94); }
td.TdClassName
{
border-color: #55CA5E;
}
.TagClassName
{
border-color: #55CA5E;
}
</style>