Shades of Fern #5DD260
Tints of Fern #5DD260
RGB
CMYK
RGB Variations
Color information
#5DD260 (or 0x5DD260) is known color: Fern. HEX triplet: 5D, D2 and 60. RGB value is (93,210,96). Sum of RGB (Red+Green+Blue) = 93+210+96=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD260 is #A22D9F. Grayscale: #A2A2A2. Windows color (decimal): -10628512 or 6345309. OLE color: 6345309.
HSL color Cylindrical-coordinate representation of color #5DD260: hue angle of 121.54º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD260 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 210 | 96 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.18 |
| HSL | 121.54º | 0.57% | 0.59% | - |
| HSV(B) | 121.54º | 0.56% | 0.82% | - |
| XYZ | 29.67 | 49.26 | 19.01 | - |
| YUV | 162.02 | 90.74 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 210 | 96 | 0.56 | 0 | 0.54 | 0.18 | 121.54 | 0.57 | 0.59 |
| Hex | 5D | D2 | 60 | 38 | 0 | 36 | 12 | 7A | 39 | 3B |
| Octal | 135 | 322 | 140 | 70 | 0 | 66 | 22 | 172 | 71 | 73 |
| Binary | 1011101 | 11010010 | 1100000 | 111000 | 0 | 110110 | 10010 | 1111010 | 111001 | 111011 |
Color Harmonies of #5DD260
Complementary color
Monochromatic Colors of #5DD260
Black with #5DD260
Text Example
Text Example
White with #5DD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD260; }
p { color: rgb(93,210,96); }
H1.HeaderClassName
{
color: #5DD260;
}
.AnyTagClassName
{
color: #5DD260;
}
</style>
background-color css
<style>
a { background-color: #5DD260; }
a { background-color: rgb(93,210,96); }
div.DivClassName
{
background-color: #5DD260;
}
.BgClassName
{
background-color: #5DD260;
}
</style>
border-color css
<style>
span { border-color: #5DD260; }
span { border-color: rgb(93,210,96); }
td.TdClassName
{
border-color: #5DD260;
}
.TagClassName
{
border-color: #5DD260;
}
</style>