Shades of Fern #5BD65D
Tints of Fern #5BD65D
RGB
CMYK
RGB Variations
Color information
#5BD65D (or 0x5BD65D) is known color: Fern. HEX triplet: 5B, D6 and 5D. RGB value is (91,214,93). Sum of RGB (Red+Green+Blue) = 91+214+93=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD65D is #A429A2. Grayscale: #A3A3A3. Windows color (decimal): -10758563 or 6149723. OLE color: 6149723.
HSL color Cylindrical-coordinate representation of color #5BD65D: hue angle of 120.98º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD65D is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 214 | 93 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.16 |
| HSL | 120.98º | 0.6% | 0.6% | - |
| HSV(B) | 120.98º | 0.57% | 0.84% | - |
| XYZ | 30.34 | 51.11 | 18.62 | - |
| YUV | 163.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 214 | 93 | 0.57 | 0 | 0.57 | 0.16 | 120.98 | 0.6 | 0.6 |
| Hex | 5B | D6 | 5D | 39 | 0 | 39 | 10 | 79 | 3C | 3C |
| Octal | 133 | 326 | 135 | 71 | 0 | 71 | 20 | 171 | 74 | 74 |
| Binary | 1011011 | 11010110 | 1011101 | 111001 | 0 | 111001 | 10000 | 1111001 | 111100 | 111100 |
Color Harmonies of #5BD65D
Complementary color
Monochromatic Colors of #5BD65D
Black with #5BD65D
Text Example
Text Example
White with #5BD65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD65D; }
p { color: rgb(91,214,93); }
H1.HeaderClassName
{
color: #5BD65D;
}
.AnyTagClassName
{
color: #5BD65D;
}
</style>
background-color css
<style>
a { background-color: #5BD65D; }
a { background-color: rgb(91,214,93); }
div.DivClassName
{
background-color: #5BD65D;
}
.BgClassName
{
background-color: #5BD65D;
}
</style>
border-color css
<style>
span { border-color: #5BD65D; }
span { border-color: rgb(91,214,93); }
td.TdClassName
{
border-color: #5BD65D;
}
.TagClassName
{
border-color: #5BD65D;
}
</style>