Shades of Fern #55C269
Tints of Fern #55C269
RGB
CMYK
RGB Variations
Color information
#55C269 (or 0x55C269) is known color: Fern. HEX triplet: 55, C2 and 69. RGB value is (85,194,105). Sum of RGB (Red+Green+Blue) = 85+194+105=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #55C269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C269 is #AA3D96. Grayscale: #979797. Windows color (decimal): -11156887 or 6931029. OLE color: 6931029.
HSL color Cylindrical-coordinate representation of color #55C269: hue angle of 131.01º 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 #55C269 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 105 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.24 |
| HSL | 131.01º | 0.47% | 0.55% | - |
| HSV(B) | 131.01º | 0.56% | 0.76% | - |
| XYZ | 25.59 | 41.53 | 20.03 | - |
| YUV | 151.26 | 101.89 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 105 | 0.56 | 0 | 0.46 | 0.24 | 131.01 | 0.47 | 0.55 |
| Hex | 55 | C2 | 69 | 38 | 0 | 2E | 18 | 83 | 2F | 37 |
| Octal | 125 | 302 | 151 | 70 | 0 | 56 | 30 | 203 | 57 | 67 |
| Binary | 1010101 | 11000010 | 1101001 | 111000 | 0 | 101110 | 11000 | 10000011 | 101111 | 110111 |
Color Harmonies of #55C269
Complementary color
Monochromatic Colors of #55C269
Black with #55C269
Text Example
Text Example
White with #55C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C269; }
p { color: rgb(85,194,105); }
H1.HeaderClassName
{
color: #55C269;
}
.AnyTagClassName
{
color: #55C269;
}
</style>
background-color css
<style>
a { background-color: #55C269; }
a { background-color: rgb(85,194,105); }
div.DivClassName
{
background-color: #55C269;
}
.BgClassName
{
background-color: #55C269;
}
</style>
border-color css
<style>
span { border-color: #55C269; }
span { border-color: rgb(85,194,105); }
td.TdClassName
{
border-color: #55C269;
}
.TagClassName
{
border-color: #55C269;
}
</style>