Shades of Fern #5DD55B
Tints of Fern #5DD55B
RGB
CMYK
RGB Variations
Color information
#5DD55B (or 0x5DD55B) is known color: Fern. HEX triplet: 5D, D5 and 5B. RGB value is (93,213,91). Sum of RGB (Red+Green+Blue) = 93+213+91=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD55B is #A22AA4. Grayscale: #A3A3A3. Windows color (decimal): -10627749 or 6018397. OLE color: 6018397.
HSL color Cylindrical-coordinate representation of color #5DD55B: hue angle of 119.02º degrees, saturation: 0.59, 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 #5DD55B is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 213 | 91 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.16 |
| HSL | 119.02º | 0.59% | 0.6% | - |
| HSV(B) | 119.02º | 0.57% | 0.84% | - |
| XYZ | 30.2 | 50.67 | 18.09 | - |
| YUV | 163.21 | 87.24 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 91 | 0.56 | 0 | 0.57 | 0.16 | 119.02 | 0.59 | 0.6 |
| Hex | 5D | D5 | 5B | 38 | 0 | 39 | 10 | 77 | 3B | 3C |
| Octal | 135 | 325 | 133 | 70 | 0 | 71 | 20 | 167 | 73 | 74 |
| Binary | 1011101 | 11010101 | 1011011 | 111000 | 0 | 111001 | 10000 | 1110111 | 111011 | 111100 |
Color Harmonies of #5DD55B
Complementary color
Monochromatic Colors of #5DD55B
Black with #5DD55B
Text Example
Text Example
White with #5DD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD55B; }
p { color: rgb(93,213,91); }
H1.HeaderClassName
{
color: #5DD55B;
}
.AnyTagClassName
{
color: #5DD55B;
}
</style>
background-color css
<style>
a { background-color: #5DD55B; }
a { background-color: rgb(93,213,91); }
div.DivClassName
{
background-color: #5DD55B;
}
.BgClassName
{
background-color: #5DD55B;
}
</style>
border-color css
<style>
span { border-color: #5DD55B; }
span { border-color: rgb(93,213,91); }
td.TdClassName
{
border-color: #5DD55B;
}
.TagClassName
{
border-color: #5DD55B;
}
</style>