Shades of Fern #5ABD60
Tints of Fern #5ABD60
RGB
CMYK
RGB Variations
Color information
#5ABD60 (or 0x5ABD60) is known color: Fern. HEX triplet: 5A, BD and 60. RGB value is (90,189,96). Sum of RGB (Red+Green+Blue) = 90+189+96=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD60 is #A5429F. Grayscale: #959595. Windows color (decimal): -10830496 or 6339930. OLE color: 6339930.
HSL color Cylindrical-coordinate representation of color #5ABD60: hue angle of 123.64º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD60 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 96 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.26 |
| HSL | 123.64º | 0.43% | 0.55% | - |
| HSV(B) | 123.64º | 0.52% | 0.74% | - |
| XYZ | 24.53 | 39.41 | 17.38 | - |
| YUV | 148.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 96 | 0.52 | 0 | 0.49 | 0.26 | 123.64 | 0.43 | 0.55 |
| Hex | 5A | BD | 60 | 34 | 0 | 31 | 1A | 7C | 2B | 37 |
| Octal | 132 | 275 | 140 | 64 | 0 | 61 | 32 | 174 | 53 | 67 |
| Binary | 1011010 | 10111101 | 1100000 | 110100 | 0 | 110001 | 11010 | 1111100 | 101011 | 110111 |
Color Harmonies of #5ABD60
Complementary color
Monochromatic Colors of #5ABD60
Black with #5ABD60
Text Example
Text Example
White with #5ABD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD60; }
p { color: rgb(90,189,96); }
H1.HeaderClassName
{
color: #5ABD60;
}
.AnyTagClassName
{
color: #5ABD60;
}
</style>
background-color css
<style>
a { background-color: #5ABD60; }
a { background-color: rgb(90,189,96); }
div.DivClassName
{
background-color: #5ABD60;
}
.BgClassName
{
background-color: #5ABD60;
}
</style>
border-color css
<style>
span { border-color: #5ABD60; }
span { border-color: rgb(90,189,96); }
td.TdClassName
{
border-color: #5ABD60;
}
.TagClassName
{
border-color: #5ABD60;
}
</style>