Shades of Fern #5DBD5D
Tints of Fern #5DBD5D
RGB
CMYK
RGB Variations
Color information
#5DBD5D (or 0x5DBD5D) is known color: Fern. HEX triplet: 5D, BD and 5D. RGB value is (93,189,93). Sum of RGB (Red+Green+Blue) = 93+189+93=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBD5D is #A242A2. Grayscale: #959595. Windows color (decimal): -10633891 or 6143325. OLE color: 6143325.
HSL color Cylindrical-coordinate representation of color #5DBD5D: hue angle of 120º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBD5D is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
RGB | 93 | 189 | 93 | - |
CMYK | 0.51 | 0 | 0.51 | 0.26 |
HSL | 120º | 0.42% | 0.55% | - |
HSV(B) | 120º | 0.51% | 0.74% | - |
XYZ | 24.69 | 39.51 | 16.68 | - |
YUV | 149.35 | 96.2 | 87.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 189 | 93 | 0.51 | 0 | 0.51 | 0.26 | 120 | 0.42 | 0.55 |
Hex | 5D | BD | 5D | 33 | 0 | 33 | 1A | 78 | 2A | 37 |
Octal | 135 | 275 | 135 | 63 | 0 | 63 | 32 | 170 | 52 | 67 |
Binary | 1011101 | 10111101 | 1011101 | 110011 | 0 | 110011 | 11010 | 1111000 | 101010 | 110111 |
Color Harmonies of #5DBD5D
Complementary color
Monochromatic Colors of #5DBD5D
Black with #5DBD5D
Text Example
Text Example
White with #5DBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD5D; }
p { color: rgb(93,189,93); }
H1.HeaderClassName
{
color: #5DBD5D;
}
.AnyTagClassName
{
color: #5DBD5D;
}
</style>
background-color css
<style>
a { background-color: #5DBD5D; }
a { background-color: rgb(93,189,93); }
div.DivClassName
{
background-color: #5DBD5D;
}
.BgClassName
{
background-color: #5DBD5D;
}
</style>
border-color css
<style>
span { border-color: #5DBD5D; }
span { border-color: rgb(93,189,93); }
td.TdClassName
{
border-color: #5DBD5D;
}
.TagClassName
{
border-color: #5DBD5D;
}
</style>