Shades of Fern #5AB665
Tints of Fern #5AB665
RGB
CMYK
RGB Variations
Color information
#5AB665 (or 0x5AB665) is known color: Fern. HEX triplet: 5A, B6 and 65. RGB value is (90,182,101). Sum of RGB (Red+Green+Blue) = 90+182+101=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB665 is #A5499A. Grayscale: #919191. Windows color (decimal): -10832283 or 6665818. OLE color: 6665818.
HSL color Cylindrical-coordinate representation of color #5AB665: hue angle of 127.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB665 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 101 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.29 |
| HSL | 127.17º | 0.39% | 0.53% | - |
| HSV(B) | 127.17º | 0.51% | 0.71% | - |
| XYZ | 23.29 | 36.57 | 18.14 | - |
| YUV | 145.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 101 | 0.51 | 0 | 0.45 | 0.29 | 127.17 | 0.39 | 0.53 |
| Hex | 5A | B6 | 65 | 33 | 0 | 2D | 1D | 7F | 27 | 35 |
| Octal | 132 | 266 | 145 | 63 | 0 | 55 | 35 | 177 | 47 | 65 |
| Binary | 1011010 | 10110110 | 1100101 | 110011 | 0 | 101101 | 11101 | 1111111 | 100111 | 110101 |
Color Harmonies of #5AB665
Complementary color
Monochromatic Colors of #5AB665
Black with #5AB665
Text Example
Text Example
White with #5AB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB665; }
p { color: rgb(90,182,101); }
H1.HeaderClassName
{
color: #5AB665;
}
.AnyTagClassName
{
color: #5AB665;
}
</style>
background-color css
<style>
a { background-color: #5AB665; }
a { background-color: rgb(90,182,101); }
div.DivClassName
{
background-color: #5AB665;
}
.BgClassName
{
background-color: #5AB665;
}
</style>
border-color css
<style>
span { border-color: #5AB665; }
span { border-color: rgb(90,182,101); }
td.TdClassName
{
border-color: #5AB665;
}
.TagClassName
{
border-color: #5AB665;
}
</style>