Shades of Fern #55CB55
Tints of Fern #55CB55
RGB
CMYK
RGB Variations
Color information
#55CB55 (or 0x55CB55) is known color: Fern. HEX triplet: 55, CB and 55. RGB value is (85,203,85). Sum of RGB (Red+Green+Blue) = 85+203+85=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB55 is #AA34AA. Grayscale: #9A9A9A. Windows color (decimal): -11154603 or 5622613. OLE color: 5622613.
HSL color Cylindrical-coordinate representation of color #55CB55: hue angle of 120º 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 #55CB55 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 85 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.20 |
| HSL | 120º | 0.53% | 0.56% | - |
| HSV(B) | 120º | 0.58% | 0.8% | - |
| XYZ | 26.74 | 45.3 | 15.93 | - |
| YUV | 154.27 | 88.91 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 85 | 0.58 | 0 | 0.58 | 0.20 | 120 | 0.53 | 0.56 |
| Hex | 55 | CB | 55 | 3A | 0 | 3A | 14 | 78 | 35 | 38 |
| Octal | 125 | 313 | 125 | 72 | 0 | 72 | 24 | 170 | 65 | 70 |
| Binary | 1010101 | 11001011 | 1010101 | 111010 | 0 | 111010 | 10100 | 1111000 | 110101 | 111000 |
Color Harmonies of #55CB55
Complementary color
Monochromatic Colors of #55CB55
Black with #55CB55
Text Example
Text Example
White with #55CB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB55; }
p { color: rgb(85,203,85); }
H1.HeaderClassName
{
color: #55CB55;
}
.AnyTagClassName
{
color: #55CB55;
}
</style>
background-color css
<style>
a { background-color: #55CB55; }
a { background-color: rgb(85,203,85); }
div.DivClassName
{
background-color: #55CB55;
}
.BgClassName
{
background-color: #55CB55;
}
</style>
border-color css
<style>
span { border-color: #55CB55; }
span { border-color: rgb(85,203,85); }
td.TdClassName
{
border-color: #55CB55;
}
.TagClassName
{
border-color: #55CB55;
}
</style>