Shades of Fern #5DCB68
Tints of Fern #5DCB68
RGB
CMYK
RGB Variations
Color information
#5DCB68 (or 0x5DCB68) is known color: Fern. HEX triplet: 5D, CB and 68. RGB value is (93,203,104). Sum of RGB (Red+Green+Blue) = 93+203+104=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCB68 is #A23497. Grayscale: #9F9F9F. Windows color (decimal): -10630296 or 6867805. OLE color: 6867805.
HSL color Cylindrical-coordinate representation of color #5DCB68: hue angle of 126º 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 #5DCB68 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 104 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.20 |
| HSL | 126º | 0.51% | 0.58% | - |
| HSV(B) | 126º | 0.54% | 0.8% | - |
| XYZ | 28.37 | 46.04 | 20.49 | - |
| YUV | 158.82 | 97.06 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 104 | 0.54 | 0 | 0.49 | 0.20 | 126 | 0.51 | 0.58 |
| Hex | 5D | CB | 68 | 36 | 0 | 31 | 14 | 7E | 33 | 3A |
| Octal | 135 | 313 | 150 | 66 | 0 | 61 | 24 | 176 | 63 | 72 |
| Binary | 1011101 | 11001011 | 1101000 | 110110 | 0 | 110001 | 10100 | 1111110 | 110011 | 111010 |
Color Harmonies of #5DCB68
Complementary color
Monochromatic Colors of #5DCB68
Black with #5DCB68
Text Example
Text Example
White with #5DCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB68; }
p { color: rgb(93,203,104); }
H1.HeaderClassName
{
color: #5DCB68;
}
.AnyTagClassName
{
color: #5DCB68;
}
</style>
background-color css
<style>
a { background-color: #5DCB68; }
a { background-color: rgb(93,203,104); }
div.DivClassName
{
background-color: #5DCB68;
}
.BgClassName
{
background-color: #5DCB68;
}
</style>
border-color css
<style>
span { border-color: #5DCB68; }
span { border-color: rgb(93,203,104); }
td.TdClassName
{
border-color: #5DCB68;
}
.TagClassName
{
border-color: #5DCB68;
}
</style>