Shades of Fern #5BCB69
Tints of Fern #5BCB69
RGB
CMYK
RGB Variations
Color information
#5BCB69 (or 0x5BCB69) is known color: Fern. HEX triplet: 5B, CB and 69. RGB value is (91,203,105). Sum of RGB (Red+Green+Blue) = 91+203+105=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCB69 is #A43496. Grayscale: #9E9E9E. Windows color (decimal): -10761367 or 6933339. OLE color: 6933339.
HSL color Cylindrical-coordinate representation of color #5BCB69: hue angle of 127.5º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCB69 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 105 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.20 |
| HSL | 127.5º | 0.52% | 0.58% | - |
| HSV(B) | 127.5º | 0.55% | 0.8% | - |
| XYZ | 28.22 | 45.96 | 20.75 | - |
| YUV | 158.34 | 97.89 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 105 | 0.55 | 0 | 0.48 | 0.20 | 127.5 | 0.52 | 0.58 |
| Hex | 5B | CB | 69 | 37 | 0 | 30 | 14 | 80 | 34 | 3A |
| Octal | 133 | 313 | 151 | 67 | 0 | 60 | 24 | 200 | 64 | 72 |
| Binary | 1011011 | 11001011 | 1101001 | 110111 | 0 | 110000 | 10100 | 10000000 | 110100 | 111010 |
Color Harmonies of #5BCB69
Complementary color
Monochromatic Colors of #5BCB69
Black with #5BCB69
Text Example
Text Example
White with #5BCB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCB69; }
p { color: rgb(91,203,105); }
H1.HeaderClassName
{
color: #5BCB69;
}
.AnyTagClassName
{
color: #5BCB69;
}
</style>
background-color css
<style>
a { background-color: #5BCB69; }
a { background-color: rgb(91,203,105); }
div.DivClassName
{
background-color: #5BCB69;
}
.BgClassName
{
background-color: #5BCB69;
}
</style>
border-color css
<style>
span { border-color: #5BCB69; }
span { border-color: rgb(91,203,105); }
td.TdClassName
{
border-color: #5BCB69;
}
.TagClassName
{
border-color: #5BCB69;
}
</style>