Shades of Fern #56AF65
Tints of Fern #56AF65
RGB
CMYK
RGB Variations
Color information
#56AF65 (or 0x56AF65) is known color: Fern. HEX triplet: 56, AF and 65. RGB value is (86,175,101). Sum of RGB (Red+Green+Blue) = 86+175+101=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF65 is #A9509A. Grayscale: #8C8C8C. Windows color (decimal): -11096219 or 6664022. OLE color: 6664022.
HSL color Cylindrical-coordinate representation of color #56AF65: hue angle of 130.11º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AF65 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 175 | 101 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.31 |
| HSL | 130.11º | 0.36% | 0.51% | - |
| HSV(B) | 130.11º | 0.51% | 0.69% | - |
| XYZ | 21.52 | 33.58 | 17.66 | - |
| YUV | 139.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 101 | 0.51 | 0 | 0.42 | 0.31 | 130.11 | 0.36 | 0.51 |
| Hex | 56 | AF | 65 | 33 | 0 | 2A | 1F | 82 | 24 | 33 |
| Octal | 126 | 257 | 145 | 63 | 0 | 52 | 37 | 202 | 44 | 63 |
| Binary | 1010110 | 10101111 | 1100101 | 110011 | 0 | 101010 | 11111 | 10000010 | 100100 | 110011 |
Color Harmonies of #56AF65
Complementary color
Monochromatic Colors of #56AF65
Black with #56AF65
Text Example
Text Example
White with #56AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AF65; }
p { color: rgb(86,175,101); }
H1.HeaderClassName
{
color: #56AF65;
}
.AnyTagClassName
{
color: #56AF65;
}
</style>
background-color css
<style>
a { background-color: #56AF65; }
a { background-color: rgb(86,175,101); }
div.DivClassName
{
background-color: #56AF65;
}
.BgClassName
{
background-color: #56AF65;
}
</style>
border-color css
<style>
span { border-color: #56AF65; }
span { border-color: rgb(86,175,101); }
td.TdClassName
{
border-color: #56AF65;
}
.TagClassName
{
border-color: #56AF65;
}
</style>