Shades of Fern #55C360
Tints of Fern #55C360
RGB
CMYK
RGB Variations
Color information
#55C360 (or 0x55C360) is known color: Fern. HEX triplet: 55, C3 and 60. RGB value is (85,195,96). Sum of RGB (Red+Green+Blue) = 85+195+96=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #55C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C360 is #AA3C9F. Grayscale: #979797. Windows color (decimal): -11156640 or 6341461. OLE color: 6341461.
HSL color Cylindrical-coordinate representation of color #55C360: hue angle of 126º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C360 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 96 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.24 |
| HSL | 126º | 0.48% | 0.55% | - |
| HSV(B) | 126º | 0.56% | 0.76% | - |
| XYZ | 25.37 | 41.81 | 17.8 | - |
| YUV | 150.82 | 97.06 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 96 | 0.56 | 0 | 0.51 | 0.24 | 126 | 0.48 | 0.55 |
| Hex | 55 | C3 | 60 | 38 | 0 | 33 | 18 | 7E | 30 | 37 |
| Octal | 125 | 303 | 140 | 70 | 0 | 63 | 30 | 176 | 60 | 67 |
| Binary | 1010101 | 11000011 | 1100000 | 111000 | 0 | 110011 | 11000 | 1111110 | 110000 | 110111 |
Color Harmonies of #55C360
Complementary color
Monochromatic Colors of #55C360
Black with #55C360
Text Example
Text Example
White with #55C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C360; }
p { color: rgb(85,195,96); }
H1.HeaderClassName
{
color: #55C360;
}
.AnyTagClassName
{
color: #55C360;
}
</style>
background-color css
<style>
a { background-color: #55C360; }
a { background-color: rgb(85,195,96); }
div.DivClassName
{
background-color: #55C360;
}
.BgClassName
{
background-color: #55C360;
}
</style>
border-color css
<style>
span { border-color: #55C360; }
span { border-color: rgb(85,195,96); }
td.TdClassName
{
border-color: #55C360;
}
.TagClassName
{
border-color: #55C360;
}
</style>