Shades of Fern #55C153
Tints of Fern #55C153
RGB
CMYK
RGB Variations
Color information
#55C153 (or 0x55C153) is known color: Fern. HEX triplet: 55, C1 and 53. RGB value is (85,193,83). Sum of RGB (Red+Green+Blue) = 85+193+83=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #55C153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C153 is #AA3EAC. Grayscale: #949494. Windows color (decimal): -11157165 or 5488981. OLE color: 5488981.
HSL color Cylindrical-coordinate representation of color #55C153: hue angle of 118.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C153 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 83 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.24 |
| HSL | 118.91º | 0.47% | 0.54% | - |
| HSV(B) | 118.91º | 0.57% | 0.76% | - |
| XYZ | 24.38 | 40.7 | 14.75 | - |
| YUV | 148.17 | 91.22 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 83 | 0.56 | 0 | 0.57 | 0.24 | 118.91 | 0.47 | 0.54 |
| Hex | 55 | C1 | 53 | 38 | 0 | 39 | 18 | 77 | 2F | 36 |
| Octal | 125 | 301 | 123 | 70 | 0 | 71 | 30 | 167 | 57 | 66 |
| Binary | 1010101 | 11000001 | 1010011 | 111000 | 0 | 111001 | 11000 | 1110111 | 101111 | 110110 |
Color Harmonies of #55C153
Complementary color
Monochromatic Colors of #55C153
Black with #55C153
Text Example
Text Example
White with #55C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C153; }
p { color: rgb(85,193,83); }
H1.HeaderClassName
{
color: #55C153;
}
.AnyTagClassName
{
color: #55C153;
}
</style>
background-color css
<style>
a { background-color: #55C153; }
a { background-color: rgb(85,193,83); }
div.DivClassName
{
background-color: #55C153;
}
.BgClassName
{
background-color: #55C153;
}
</style>
border-color css
<style>
span { border-color: #55C153; }
span { border-color: rgb(85,193,83); }
td.TdClassName
{
border-color: #55C153;
}
.TagClassName
{
border-color: #55C153;
}
</style>