Shades of Fern #5DBE5D
Tints of Fern #5DBE5D
RGB
CMYK
RGB Variations
Color information
#5DBE5D (or 0x5DBE5D) is known color: Fern. HEX triplet: 5D, BE and 5D. RGB value is (93,190,93). Sum of RGB (Red+Green+Blue) = 93+190+93=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBE5D is #A241A2. Grayscale: #969696. Windows color (decimal): -10633635 or 6143581. OLE color: 6143581.
HSL color Cylindrical-coordinate representation of color #5DBE5D: hue angle of 120º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBE5D is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 93 | 190 | 93 | - |
CMYK | 0.51 | 0 | 0.51 | 0.25 |
HSL | 120º | 0.43% | 0.55% | - |
HSV(B) | 120º | 0.51% | 0.75% | - |
XYZ | 24.9 | 39.94 | 16.75 | - |
YUV | 149.94 | 95.86 | 87.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 190 | 93 | 0.51 | 0 | 0.51 | 0.25 | 120 | 0.43 | 0.55 |
Hex | 5D | BE | 5D | 33 | 0 | 33 | 19 | 78 | 2B | 37 |
Octal | 135 | 276 | 135 | 63 | 0 | 63 | 31 | 170 | 53 | 67 |
Binary | 1011101 | 10111110 | 1011101 | 110011 | 0 | 110011 | 11001 | 1111000 | 101011 | 110111 |
Color Harmonies of #5DBE5D
Complementary color
Monochromatic Colors of #5DBE5D
Black with #5DBE5D
Text Example
Text Example
White with #5DBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE5D; }
p { color: rgb(93,190,93); }
H1.HeaderClassName
{
color: #5DBE5D;
}
.AnyTagClassName
{
color: #5DBE5D;
}
</style>
background-color css
<style>
a { background-color: #5DBE5D; }
a { background-color: rgb(93,190,93); }
div.DivClassName
{
background-color: #5DBE5D;
}
.BgClassName
{
background-color: #5DBE5D;
}
</style>
border-color css
<style>
span { border-color: #5DBE5D; }
span { border-color: rgb(93,190,93); }
td.TdClassName
{
border-color: #5DBE5D;
}
.TagClassName
{
border-color: #5DBE5D;
}
</style>