Shades of Fern #55CB5D
Tints of Fern #55CB5D
RGB
CMYK
RGB Variations
Color information
#55CB5D (or 0x55CB5D) is known color: Fern. HEX triplet: 55, CB and 5D. RGB value is (85,203,93). Sum of RGB (Red+Green+Blue) = 85+203+93=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB5D is #AA34A2. Grayscale: #9B9B9B. Windows color (decimal): -11154595 or 6146901. OLE color: 6146901.
HSL color Cylindrical-coordinate representation of color #55CB5D: hue angle of 124.07º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB5D is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 93 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.20 |
| HSL | 124.07º | 0.53% | 0.56% | - |
| HSV(B) | 124.07º | 0.58% | 0.8% | - |
| XYZ | 27.08 | 45.43 | 17.7 | - |
| YUV | 155.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 93 | 0.58 | 0 | 0.54 | 0.20 | 124.07 | 0.53 | 0.56 |
| Hex | 55 | CB | 5D | 3A | 0 | 36 | 14 | 7C | 35 | 38 |
| Octal | 125 | 313 | 135 | 72 | 0 | 66 | 24 | 174 | 65 | 70 |
| Binary | 1010101 | 11001011 | 1011101 | 111010 | 0 | 110110 | 10100 | 1111100 | 110101 | 111000 |
Color Harmonies of #55CB5D
Complementary color
Monochromatic Colors of #55CB5D
Black with #55CB5D
Text Example
Text Example
White with #55CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB5D; }
p { color: rgb(85,203,93); }
H1.HeaderClassName
{
color: #55CB5D;
}
.AnyTagClassName
{
color: #55CB5D;
}
</style>
background-color css
<style>
a { background-color: #55CB5D; }
a { background-color: rgb(85,203,93); }
div.DivClassName
{
background-color: #55CB5D;
}
.BgClassName
{
background-color: #55CB5D;
}
</style>
border-color css
<style>
span { border-color: #55CB5D; }
span { border-color: rgb(85,203,93); }
td.TdClassName
{
border-color: #55CB5D;
}
.TagClassName
{
border-color: #55CB5D;
}
</style>