Shades of Fern #5ACB62
Tints of Fern #5ACB62
RGB
CMYK
RGB Variations
Color information
#5ACB62 (or 0x5ACB62) is known color: Fern. HEX triplet: 5A, CB and 62. RGB value is (90,203,98). Sum of RGB (Red+Green+Blue) = 90+203+98=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB62 is #A5349D. Grayscale: #9D9D9D. Windows color (decimal): -10826910 or 6474586. OLE color: 6474586.
HSL color Cylindrical-coordinate representation of color #5ACB62: hue angle of 124.25º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACB62 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 98 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.20 |
| HSL | 124.25º | 0.52% | 0.57% | - |
| HSV(B) | 124.25º | 0.56% | 0.8% | - |
| XYZ | 27.78 | 45.77 | 18.93 | - |
| YUV | 157.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 98 | 0.56 | 0 | 0.52 | 0.20 | 124.25 | 0.52 | 0.57 |
| Hex | 5A | CB | 62 | 38 | 0 | 34 | 14 | 7C | 34 | 39 |
| Octal | 132 | 313 | 142 | 70 | 0 | 64 | 24 | 174 | 64 | 71 |
| Binary | 1011010 | 11001011 | 1100010 | 111000 | 0 | 110100 | 10100 | 1111100 | 110100 | 111001 |
Color Harmonies of #5ACB62
Complementary color
Monochromatic Colors of #5ACB62
Black with #5ACB62
Text Example
Text Example
White with #5ACB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB62; }
p { color: rgb(90,203,98); }
H1.HeaderClassName
{
color: #5ACB62;
}
.AnyTagClassName
{
color: #5ACB62;
}
</style>
background-color css
<style>
a { background-color: #5ACB62; }
a { background-color: rgb(90,203,98); }
div.DivClassName
{
background-color: #5ACB62;
}
.BgClassName
{
background-color: #5ACB62;
}
</style>
border-color css
<style>
span { border-color: #5ACB62; }
span { border-color: rgb(90,203,98); }
td.TdClassName
{
border-color: #5ACB62;
}
.TagClassName
{
border-color: #5ACB62;
}
</style>