Shades of Fern #5DB75C
Tints of Fern #5DB75C
RGB
CMYK
RGB Variations
Color information
#5DB75C (or 0x5DB75C) is known color: Fern. HEX triplet: 5D, B7 and 5C. RGB value is (93,183,92). Sum of RGB (Red+Green+Blue) = 93+183+92=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB75C is #A248A3. Grayscale: #919191. Windows color (decimal): -10635428 or 6076253. OLE color: 6076253.
HSL color Cylindrical-coordinate representation of color #5DB75C: hue angle of 119.34º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB75C is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 92 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.28 |
| HSL | 119.34º | 0.39% | 0.54% | - |
| HSV(B) | 119.34º | 0.5% | 0.72% | - |
| XYZ | 23.38 | 36.97 | 16.03 | - |
| YUV | 145.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 92 | 0.49 | 0 | 0.50 | 0.28 | 119.34 | 0.39 | 0.54 |
| Hex | 5D | B7 | 5C | 31 | 0 | 32 | 1C | 77 | 27 | 36 |
| Octal | 135 | 267 | 134 | 61 | 0 | 62 | 34 | 167 | 47 | 66 |
| Binary | 1011101 | 10110111 | 1011100 | 110001 | 0 | 110010 | 11100 | 1110111 | 100111 | 110110 |
Color Harmonies of #5DB75C
Complementary color
Monochromatic Colors of #5DB75C
Black with #5DB75C
Text Example
Text Example
White with #5DB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB75C; }
p { color: rgb(93,183,92); }
H1.HeaderClassName
{
color: #5DB75C;
}
.AnyTagClassName
{
color: #5DB75C;
}
</style>
background-color css
<style>
a { background-color: #5DB75C; }
a { background-color: rgb(93,183,92); }
div.DivClassName
{
background-color: #5DB75C;
}
.BgClassName
{
background-color: #5DB75C;
}
</style>
border-color css
<style>
span { border-color: #5DB75C; }
span { border-color: rgb(93,183,92); }
td.TdClassName
{
border-color: #5DB75C;
}
.TagClassName
{
border-color: #5DB75C;
}
</style>