Shades of Fern #5DB267
Tints of Fern #5DB267
RGB
CMYK
RGB Variations
Color information
#5DB267 (or 0x5DB267) is known color: Fern. HEX triplet: 5D, B2 and 67. RGB value is (93,178,103). Sum of RGB (Red+Green+Blue) = 93+178+103=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB267 is #A24D98. Grayscale: #909090. Windows color (decimal): -10636697 or 6795869. OLE color: 6795869.
HSL color Cylindrical-coordinate representation of color #5DB267: hue angle of 127.06º 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 #5DB267 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 103 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.30 |
| HSL | 127.06º | 0.36% | 0.53% | - |
| HSV(B) | 127.06º | 0.48% | 0.7% | - |
| XYZ | 22.88 | 35.15 | 18.41 | - |
| YUV | 144.04 | 104.84 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 103 | 0.48 | 0 | 0.42 | 0.30 | 127.06 | 0.36 | 0.53 |
| Hex | 5D | B2 | 67 | 30 | 0 | 2A | 1E | 7F | 24 | 35 |
| Octal | 135 | 262 | 147 | 60 | 0 | 52 | 36 | 177 | 44 | 65 |
| Binary | 1011101 | 10110010 | 1100111 | 110000 | 0 | 101010 | 11110 | 1111111 | 100100 | 110101 |
Color Harmonies of #5DB267
Complementary color
Monochromatic Colors of #5DB267
Black with #5DB267
Text Example
Text Example
White with #5DB267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB267; }
p { color: rgb(93,178,103); }
H1.HeaderClassName
{
color: #5DB267;
}
.AnyTagClassName
{
color: #5DB267;
}
</style>
background-color css
<style>
a { background-color: #5DB267; }
a { background-color: rgb(93,178,103); }
div.DivClassName
{
background-color: #5DB267;
}
.BgClassName
{
background-color: #5DB267;
}
</style>
border-color css
<style>
span { border-color: #5DB267; }
span { border-color: rgb(93,178,103); }
td.TdClassName
{
border-color: #5DB267;
}
.TagClassName
{
border-color: #5DB267;
}
</style>