Shades of Fern #55CA5B
Tints of Fern #55CA5B
RGB
CMYK
RGB Variations
Color information
#55CA5B (or 0x55CA5B) is known color: Fern. HEX triplet: 55, CA and 5B. RGB value is (85,202,91). Sum of RGB (Red+Green+Blue) = 85+202+91=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA5B is #AA35A4. Grayscale: #9A9A9A. Windows color (decimal): -11154853 or 6015573. OLE color: 6015573.
HSL color Cylindrical-coordinate representation of color #55CA5B: hue angle of 123.08º 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 #55CA5B is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 91 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.21 |
| HSL | 123.08º | 0.52% | 0.56% | - |
| HSV(B) | 123.08º | 0.58% | 0.79% | - |
| XYZ | 26.76 | 44.93 | 17.16 | - |
| YUV | 154.36 | 92.24 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 91 | 0.58 | 0 | 0.55 | 0.21 | 123.08 | 0.52 | 0.56 |
| Hex | 55 | CA | 5B | 3A | 0 | 37 | 15 | 7B | 34 | 38 |
| Octal | 125 | 312 | 133 | 72 | 0 | 67 | 25 | 173 | 64 | 70 |
| Binary | 1010101 | 11001010 | 1011011 | 111010 | 0 | 110111 | 10101 | 1111011 | 110100 | 111000 |
Color Harmonies of #55CA5B
Complementary color
Monochromatic Colors of #55CA5B
Black with #55CA5B
Text Example
Text Example
White with #55CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA5B; }
p { color: rgb(85,202,91); }
H1.HeaderClassName
{
color: #55CA5B;
}
.AnyTagClassName
{
color: #55CA5B;
}
</style>
background-color css
<style>
a { background-color: #55CA5B; }
a { background-color: rgb(85,202,91); }
div.DivClassName
{
background-color: #55CA5B;
}
.BgClassName
{
background-color: #55CA5B;
}
</style>
border-color css
<style>
span { border-color: #55CA5B; }
span { border-color: rgb(85,202,91); }
td.TdClassName
{
border-color: #55CA5B;
}
.TagClassName
{
border-color: #55CA5B;
}
</style>