Shades of Fern #5DCB63
Tints of Fern #5DCB63
RGB
CMYK
RGB Variations
Color information
#5DCB63 (or 0x5DCB63) is known color: Fern. HEX triplet: 5D, CB and 63. RGB value is (93,203,99). Sum of RGB (Red+Green+Blue) = 93+203+99=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCB63 is #A2349C. Grayscale: #9E9E9E. Windows color (decimal): -10630301 or 6540125. OLE color: 6540125.
HSL color Cylindrical-coordinate representation of color #5DCB63: hue angle of 123.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCB63 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 99 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.20 |
| HSL | 123.27º | 0.51% | 0.58% | - |
| HSV(B) | 123.27º | 0.54% | 0.8% | - |
| XYZ | 28.12 | 45.94 | 19.19 | - |
| YUV | 158.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 99 | 0.54 | 0 | 0.51 | 0.20 | 123.27 | 0.51 | 0.58 |
| Hex | 5D | CB | 63 | 36 | 0 | 33 | 14 | 7B | 33 | 3A |
| Octal | 135 | 313 | 143 | 66 | 0 | 63 | 24 | 173 | 63 | 72 |
| Binary | 1011101 | 11001011 | 1100011 | 110110 | 0 | 110011 | 10100 | 1111011 | 110011 | 111010 |
Color Harmonies of #5DCB63
Complementary color
Monochromatic Colors of #5DCB63
Black with #5DCB63
Text Example
Text Example
White with #5DCB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB63; }
p { color: rgb(93,203,99); }
H1.HeaderClassName
{
color: #5DCB63;
}
.AnyTagClassName
{
color: #5DCB63;
}
</style>
background-color css
<style>
a { background-color: #5DCB63; }
a { background-color: rgb(93,203,99); }
div.DivClassName
{
background-color: #5DCB63;
}
.BgClassName
{
background-color: #5DCB63;
}
</style>
border-color css
<style>
span { border-color: #5DCB63; }
span { border-color: rgb(93,203,99); }
td.TdClassName
{
border-color: #5DCB63;
}
.TagClassName
{
border-color: #5DCB63;
}
</style>