Shades of Fern #55CA5D
Tints of Fern #55CA5D
RGB
CMYK
RGB Variations
Color information
#55CA5D (or 0x55CA5D) is known color: Fern. HEX triplet: 55, CA and 5D. RGB value is (85,202,93). Sum of RGB (Red+Green+Blue) = 85+202+93=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA5D is #AA35A2. Grayscale: #9A9A9A. Windows color (decimal): -11154851 or 6146645. OLE color: 6146645.
HSL color Cylindrical-coordinate representation of color #55CA5D: hue angle of 124.1º 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 #55CA5D is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 93 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.21 |
| HSL | 124.1º | 0.52% | 0.56% | - |
| HSV(B) | 124.1º | 0.58% | 0.79% | - |
| XYZ | 26.84 | 44.96 | 17.62 | - |
| YUV | 154.59 | 93.24 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 93 | 0.58 | 0 | 0.54 | 0.21 | 124.1 | 0.52 | 0.56 |
| Hex | 55 | CA | 5D | 3A | 0 | 36 | 15 | 7C | 34 | 38 |
| Octal | 125 | 312 | 135 | 72 | 0 | 66 | 25 | 174 | 64 | 70 |
| Binary | 1010101 | 11001010 | 1011101 | 111010 | 0 | 110110 | 10101 | 1111100 | 110100 | 111000 |
Color Harmonies of #55CA5D
Complementary color
Monochromatic Colors of #55CA5D
Black with #55CA5D
Text Example
Text Example
White with #55CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA5D; }
p { color: rgb(85,202,93); }
H1.HeaderClassName
{
color: #55CA5D;
}
.AnyTagClassName
{
color: #55CA5D;
}
</style>
background-color css
<style>
a { background-color: #55CA5D; }
a { background-color: rgb(85,202,93); }
div.DivClassName
{
background-color: #55CA5D;
}
.BgClassName
{
background-color: #55CA5D;
}
</style>
border-color css
<style>
span { border-color: #55CA5D; }
span { border-color: rgb(85,202,93); }
td.TdClassName
{
border-color: #55CA5D;
}
.TagClassName
{
border-color: #55CA5D;
}
</style>