Shades of Fern #5ABD68
Tints of Fern #5ABD68
RGB
CMYK
RGB Variations
Color information
#5ABD68 (or 0x5ABD68) is known color: Fern. HEX triplet: 5A, BD and 68. RGB value is (90,189,104). Sum of RGB (Red+Green+Blue) = 90+189+104=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD68 is #A54297. Grayscale: #959595. Windows color (decimal): -10830488 or 6864218. OLE color: 6864218.
HSL color Cylindrical-coordinate representation of color #5ABD68: hue angle of 128.48º 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 #5ABD68 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 104 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.26 |
| HSL | 128.48º | 0.43% | 0.55% | - |
| HSV(B) | 128.48º | 0.52% | 0.74% | - |
| XYZ | 24.91 | 39.57 | 19.42 | - |
| YUV | 149.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 104 | 0.52 | 0 | 0.45 | 0.26 | 128.48 | 0.43 | 0.55 |
| Hex | 5A | BD | 68 | 34 | 0 | 2D | 1A | 80 | 2B | 37 |
| Octal | 132 | 275 | 150 | 64 | 0 | 55 | 32 | 200 | 53 | 67 |
| Binary | 1011010 | 10111101 | 1101000 | 110100 | 0 | 101101 | 11010 | 10000000 | 101011 | 110111 |
Color Harmonies of #5ABD68
Complementary color
Monochromatic Colors of #5ABD68
Black with #5ABD68
Text Example
Text Example
White with #5ABD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD68; }
p { color: rgb(90,189,104); }
H1.HeaderClassName
{
color: #5ABD68;
}
.AnyTagClassName
{
color: #5ABD68;
}
</style>
background-color css
<style>
a { background-color: #5ABD68; }
a { background-color: rgb(90,189,104); }
div.DivClassName
{
background-color: #5ABD68;
}
.BgClassName
{
background-color: #5ABD68;
}
</style>
border-color css
<style>
span { border-color: #5ABD68; }
span { border-color: rgb(90,189,104); }
td.TdClassName
{
border-color: #5ABD68;
}
.TagClassName
{
border-color: #5ABD68;
}
</style>