Shades of Fern #55C353
Tints of Fern #55C353
RGB
CMYK
RGB Variations
Color information
#55C353 (or 0x55C353) is known color: Fern. HEX triplet: 55, C3 and 53. RGB value is (85,195,83). Sum of RGB (Red+Green+Blue) = 85+195+83=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #55C353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C353 is #AA3CAC. Grayscale: #959595. Windows color (decimal): -11156653 or 5489493. OLE color: 5489493.
HSL color Cylindrical-coordinate representation of color #55C353: hue angle of 118.93º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C353 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 83 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.24 |
| HSL | 118.93º | 0.48% | 0.55% | - |
| HSV(B) | 118.93º | 0.57% | 0.76% | - |
| XYZ | 24.82 | 41.59 | 14.9 | - |
| YUV | 149.34 | 90.56 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 83 | 0.56 | 0 | 0.57 | 0.24 | 118.93 | 0.48 | 0.55 |
| Hex | 55 | C3 | 53 | 38 | 0 | 39 | 18 | 77 | 30 | 37 |
| Octal | 125 | 303 | 123 | 70 | 0 | 71 | 30 | 167 | 60 | 67 |
| Binary | 1010101 | 11000011 | 1010011 | 111000 | 0 | 111001 | 11000 | 1110111 | 110000 | 110111 |
Color Harmonies of #55C353
Complementary color
Monochromatic Colors of #55C353
Black with #55C353
Text Example
Text Example
White with #55C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C353; }
p { color: rgb(85,195,83); }
H1.HeaderClassName
{
color: #55C353;
}
.AnyTagClassName
{
color: #55C353;
}
</style>
background-color css
<style>
a { background-color: #55C353; }
a { background-color: rgb(85,195,83); }
div.DivClassName
{
background-color: #55C353;
}
.BgClassName
{
background-color: #55C353;
}
</style>
border-color css
<style>
span { border-color: #55C353; }
span { border-color: rgb(85,195,83); }
td.TdClassName
{
border-color: #55C353;
}
.TagClassName
{
border-color: #55C353;
}
</style>