Shades of Fern #55C262
Tints of Fern #55C262
RGB
CMYK
RGB Variations
Color information
#55C262 (or 0x55C262) is known color: Fern. HEX triplet: 55, C2 and 62. RGB value is (85,194,98). Sum of RGB (Red+Green+Blue) = 85+194+98=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #55C262 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C262 is #AA3D9D. Grayscale: #969696. Windows color (decimal): -11156894 or 6472277. OLE color: 6472277.
HSL color Cylindrical-coordinate representation of color #55C262: hue angle of 127.16º degrees, saturation: 0.47, 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 #55C262 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 98 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.24 |
| HSL | 127.16º | 0.47% | 0.55% | - |
| HSV(B) | 127.16º | 0.56% | 0.76% | - |
| XYZ | 25.24 | 41.4 | 18.22 | - |
| YUV | 150.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 98 | 0.56 | 0 | 0.49 | 0.24 | 127.16 | 0.47 | 0.55 |
| Hex | 55 | C2 | 62 | 38 | 0 | 31 | 18 | 7F | 2F | 37 |
| Octal | 125 | 302 | 142 | 70 | 0 | 61 | 30 | 177 | 57 | 67 |
| Binary | 1010101 | 11000010 | 1100010 | 111000 | 0 | 110001 | 11000 | 1111111 | 101111 | 110111 |
Color Harmonies of #55C262
Complementary color
Monochromatic Colors of #55C262
Black with #55C262
Text Example
Text Example
White with #55C262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C262; }
p { color: rgb(85,194,98); }
H1.HeaderClassName
{
color: #55C262;
}
.AnyTagClassName
{
color: #55C262;
}
</style>
background-color css
<style>
a { background-color: #55C262; }
a { background-color: rgb(85,194,98); }
div.DivClassName
{
background-color: #55C262;
}
.BgClassName
{
background-color: #55C262;
}
</style>
border-color css
<style>
span { border-color: #55C262; }
span { border-color: rgb(85,194,98); }
td.TdClassName
{
border-color: #55C262;
}
.TagClassName
{
border-color: #55C262;
}
</style>