Shades of Fern #55C355
Tints of Fern #55C355
RGB
CMYK
RGB Variations
Color information
#55C355 (or 0x55C355) is known color: Fern. HEX triplet: 55, C3 and 55. RGB value is (85,195,85). Sum of RGB (Red+Green+Blue) = 85+195+85=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #55C355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C355 is #AA3CAA. Grayscale: #959595. Windows color (decimal): -11156651 or 5620565. OLE color: 5620565.
HSL color Cylindrical-coordinate representation of color #55C355: hue angle of 120º 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 #55C355 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 85 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.24 |
| HSL | 120º | 0.48% | 0.55% | - |
| HSV(B) | 120º | 0.56% | 0.76% | - |
| XYZ | 24.9 | 41.62 | 15.31 | - |
| YUV | 149.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 85 | 0.56 | 0 | 0.56 | 0.24 | 120 | 0.48 | 0.55 |
| Hex | 55 | C3 | 55 | 38 | 0 | 38 | 18 | 78 | 30 | 37 |
| Octal | 125 | 303 | 125 | 70 | 0 | 70 | 30 | 170 | 60 | 67 |
| Binary | 1010101 | 11000011 | 1010101 | 111000 | 0 | 111000 | 11000 | 1111000 | 110000 | 110111 |
Color Harmonies of #55C355
Complementary color
Monochromatic Colors of #55C355
Black with #55C355
Text Example
Text Example
White with #55C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C355; }
p { color: rgb(85,195,85); }
H1.HeaderClassName
{
color: #55C355;
}
.AnyTagClassName
{
color: #55C355;
}
</style>
background-color css
<style>
a { background-color: #55C355; }
a { background-color: rgb(85,195,85); }
div.DivClassName
{
background-color: #55C355;
}
.BgClassName
{
background-color: #55C355;
}
</style>
border-color css
<style>
span { border-color: #55C355; }
span { border-color: rgb(85,195,85); }
td.TdClassName
{
border-color: #55C355;
}
.TagClassName
{
border-color: #55C355;
}
</style>