Shades of Fern #5DB268
Tints of Fern #5DB268
RGB
CMYK
RGB Variations
Color information
#5DB268 (or 0x5DB268) is known color: Fern. HEX triplet: 5D, B2 and 68. RGB value is (93,178,104). Sum of RGB (Red+Green+Blue) = 93+178+104=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB268 is #A24D97. Grayscale: #909090. Windows color (decimal): -10636696 or 6861405. OLE color: 6861405.
HSL color Cylindrical-coordinate representation of color #5DB268: hue angle of 127.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB268 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 104 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.30 |
| HSL | 127.76º | 0.36% | 0.53% | - |
| HSV(B) | 127.76º | 0.48% | 0.7% | - |
| XYZ | 22.93 | 35.17 | 18.68 | - |
| YUV | 144.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 104 | 0.48 | 0 | 0.42 | 0.30 | 127.76 | 0.36 | 0.53 |
| Hex | 5D | B2 | 68 | 30 | 0 | 2A | 1E | 80 | 24 | 35 |
| Octal | 135 | 262 | 150 | 60 | 0 | 52 | 36 | 200 | 44 | 65 |
| Binary | 1011101 | 10110010 | 1101000 | 110000 | 0 | 101010 | 11110 | 10000000 | 100100 | 110101 |
Color Harmonies of #5DB268
Complementary color
Monochromatic Colors of #5DB268
Black with #5DB268
Text Example
Text Example
White with #5DB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB268; }
p { color: rgb(93,178,104); }
H1.HeaderClassName
{
color: #5DB268;
}
.AnyTagClassName
{
color: #5DB268;
}
</style>
background-color css
<style>
a { background-color: #5DB268; }
a { background-color: rgb(93,178,104); }
div.DivClassName
{
background-color: #5DB268;
}
.BgClassName
{
background-color: #5DB268;
}
</style>
border-color css
<style>
span { border-color: #5DB268; }
span { border-color: rgb(93,178,104); }
td.TdClassName
{
border-color: #5DB268;
}
.TagClassName
{
border-color: #5DB268;
}
</style>