Shades of Fern #5AB765
Tints of Fern #5AB765
RGB
CMYK
RGB Variations
Color information
#5AB765 (or 0x5AB765) is known color: Fern. HEX triplet: 5A, B7 and 65. RGB value is (90,183,101). Sum of RGB (Red+Green+Blue) = 90+183+101=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB765 is #A5489A. Grayscale: #929292. Windows color (decimal): -10832027 or 6666074. OLE color: 6666074.
HSL color Cylindrical-coordinate representation of color #5AB765: hue angle of 127.1º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB765 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 101 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.28 |
| HSL | 127.1º | 0.39% | 0.54% | - |
| HSV(B) | 127.1º | 0.51% | 0.72% | - |
| XYZ | 23.5 | 36.98 | 18.21 | - |
| YUV | 145.85 | 102.69 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 101 | 0.51 | 0 | 0.45 | 0.28 | 127.1 | 0.39 | 0.54 |
| Hex | 5A | B7 | 65 | 33 | 0 | 2D | 1C | 7F | 27 | 36 |
| Octal | 132 | 267 | 145 | 63 | 0 | 55 | 34 | 177 | 47 | 66 |
| Binary | 1011010 | 10110111 | 1100101 | 110011 | 0 | 101101 | 11100 | 1111111 | 100111 | 110110 |
Color Harmonies of #5AB765
Complementary color
Monochromatic Colors of #5AB765
Black with #5AB765
Text Example
Text Example
White with #5AB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB765; }
p { color: rgb(90,183,101); }
H1.HeaderClassName
{
color: #5AB765;
}
.AnyTagClassName
{
color: #5AB765;
}
</style>
background-color css
<style>
a { background-color: #5AB765; }
a { background-color: rgb(90,183,101); }
div.DivClassName
{
background-color: #5AB765;
}
.BgClassName
{
background-color: #5AB765;
}
</style>
border-color css
<style>
span { border-color: #5AB765; }
span { border-color: rgb(90,183,101); }
td.TdClassName
{
border-color: #5AB765;
}
.TagClassName
{
border-color: #5AB765;
}
</style>