Shades of Fern #5DB276
Tints of Fern #5DB276
RGB
CMYK
RGB Variations
Color information
#5DB276 (or 0x5DB276) is known color: Fern. HEX triplet: 5D, B2 and 76. RGB value is (93,178,118). Sum of RGB (Red+Green+Blue) = 93+178+118=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB276 is #A24D89. Grayscale: #919191. Windows color (decimal): -10636682 or 7778909. OLE color: 7778909.
HSL color Cylindrical-coordinate representation of color #5DB276: hue angle of 137.65º 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 #5DB276 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 118 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.30 |
| HSL | 137.65º | 0.36% | 0.53% | - |
| HSV(B) | 137.65º | 0.48% | 0.7% | - |
| XYZ | 23.7 | 35.48 | 22.74 | - |
| YUV | 145.75 | 112.34 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 118 | 0.48 | 0 | 0.34 | 0.30 | 137.65 | 0.36 | 0.53 |
| Hex | 5D | B2 | 76 | 30 | 0 | 22 | 1E | 8A | 24 | 35 |
| Octal | 135 | 262 | 166 | 60 | 0 | 42 | 36 | 212 | 44 | 65 |
| Binary | 1011101 | 10110010 | 1110110 | 110000 | 0 | 100010 | 11110 | 10001010 | 100100 | 110101 |
Color Harmonies of #5DB276
Complementary color
Monochromatic Colors of #5DB276
Black with #5DB276
Text Example
Text Example
White with #5DB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB276; }
p { color: rgb(93,178,118); }
H1.HeaderClassName
{
color: #5DB276;
}
.AnyTagClassName
{
color: #5DB276;
}
</style>
background-color css
<style>
a { background-color: #5DB276; }
a { background-color: rgb(93,178,118); }
div.DivClassName
{
background-color: #5DB276;
}
.BgClassName
{
background-color: #5DB276;
}
</style>
border-color css
<style>
span { border-color: #5DB276; }
span { border-color: rgb(93,178,118); }
td.TdClassName
{
border-color: #5DB276;
}
.TagClassName
{
border-color: #5DB276;
}
</style>