Shades of Fern #51BA5D
Tints of Fern #51BA5D
RGB
CMYK
RGB Variations
Color information
#51BA5D (or 0x51BA5D) is known color: Fern. HEX triplet: 51, BA and 5D. RGB value is (81,186,93). Sum of RGB (Red+Green+Blue) = 81+186+93=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BA5D is #AE45A2. Grayscale: #909090. Windows color (decimal): -11421091 or 6142545. OLE color: 6142545.
HSL color Cylindrical-coordinate representation of color #51BA5D: hue angle of 126.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA5D is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 93 | - |
| CMYK | 0.56 | 0 | 0.5 | 0.27 |
| HSL | 126.86º | 0.43% | 0.52% | - |
| HSV(B) | 126.86º | 0.56% | 0.73% | - |
| XYZ | 22.93 | 37.66 | 16.42 | - |
| YUV | 144 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 93 | 0.56 | 0 | 0.5 | 0.27 | 126.86 | 0.43 | 0.52 |
| Hex | 51 | BA | 5D | 38 | 0 | 32 | 1B | 7F | 2B | 34 |
| Octal | 121 | 272 | 135 | 70 | 0 | 62 | 33 | 177 | 53 | 64 |
| Binary | 1010001 | 10111010 | 1011101 | 111000 | 0 | 110010 | 11011 | 1111111 | 101011 | 110100 |
Color Harmonies of #51BA5D
Complementary color
Monochromatic Colors of #51BA5D
Black with #51BA5D
Text Example
Text Example
White with #51BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA5D; }
p { color: rgb(81,186,93); }
H1.HeaderClassName
{
color: #51BA5D;
}
.AnyTagClassName
{
color: #51BA5D;
}
</style>
background-color css
<style>
a { background-color: #51BA5D; }
a { background-color: rgb(81,186,93); }
div.DivClassName
{
background-color: #51BA5D;
}
.BgClassName
{
background-color: #51BA5D;
}
</style>
border-color css
<style>
span { border-color: #51BA5D; }
span { border-color: rgb(81,186,93); }
td.TdClassName
{
border-color: #51BA5D;
}
.TagClassName
{
border-color: #51BA5D;
}
</style>