Shades of Fern #55CC5B
Tints of Fern #55CC5B
RGB
CMYK
RGB Variations
Color information
#55CC5B (or 0x55CC5B) is known color: Fern. HEX triplet: 55, CC and 5B. RGB value is (85,204,91). Sum of RGB (Red+Green+Blue) = 85+204+91=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CC5B is #AA33A4. Grayscale: #9B9B9B. Windows color (decimal): -11154341 or 6016085. OLE color: 6016085.
HSL color Cylindrical-coordinate representation of color #55CC5B: hue angle of 123.03º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CC5B is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 91 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.2 |
| HSL | 123.03º | 0.54% | 0.57% | - |
| HSV(B) | 123.03º | 0.58% | 0.8% | - |
| XYZ | 27.23 | 45.87 | 17.32 | - |
| YUV | 155.54 | 91.58 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 91 | 0.58 | 0 | 0.55 | 0.2 | 123.03 | 0.54 | 0.57 |
| Hex | 55 | CC | 5B | 3A | 0 | 37 | 14 | 7B | 36 | 39 |
| Octal | 125 | 314 | 133 | 72 | 0 | 67 | 24 | 173 | 66 | 71 |
| Binary | 1010101 | 11001100 | 1011011 | 111010 | 0 | 110111 | 10100 | 1111011 | 110110 | 111001 |
Color Harmonies of #55CC5B
Complementary color
Monochromatic Colors of #55CC5B
Black with #55CC5B
Text Example
Text Example
White with #55CC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC5B; }
p { color: rgb(85,204,91); }
H1.HeaderClassName
{
color: #55CC5B;
}
.AnyTagClassName
{
color: #55CC5B;
}
</style>
background-color css
<style>
a { background-color: #55CC5B; }
a { background-color: rgb(85,204,91); }
div.DivClassName
{
background-color: #55CC5B;
}
.BgClassName
{
background-color: #55CC5B;
}
</style>
border-color css
<style>
span { border-color: #55CC5B; }
span { border-color: rgb(85,204,91); }
td.TdClassName
{
border-color: #55CC5B;
}
.TagClassName
{
border-color: #55CC5B;
}
</style>