Shades of Fern #51BA68
Tints of Fern #51BA68
RGB
CMYK
RGB Variations
Color information
#51BA68 (or 0x51BA68) is known color: Fern. HEX triplet: 51, BA and 68. RGB value is (81,186,104). Sum of RGB (Red+Green+Blue) = 81+186+104=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BA68 is #AE4597. Grayscale: #919191. Windows color (decimal): -11421080 or 6863441. OLE color: 6863441.
HSL color Cylindrical-coordinate representation of color #51BA68: hue angle of 133.14º 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 #51BA68 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 104 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.27 |
| HSL | 133.14º | 0.43% | 0.52% | - |
| HSV(B) | 133.14º | 0.56% | 0.73% | - |
| XYZ | 23.45 | 37.87 | 19.17 | - |
| YUV | 145.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 104 | 0.56 | 0 | 0.44 | 0.27 | 133.14 | 0.43 | 0.52 |
| Hex | 51 | BA | 68 | 38 | 0 | 2C | 1B | 85 | 2B | 34 |
| Octal | 121 | 272 | 150 | 70 | 0 | 54 | 33 | 205 | 53 | 64 |
| Binary | 1010001 | 10111010 | 1101000 | 111000 | 0 | 101100 | 11011 | 10000101 | 101011 | 110100 |
Color Harmonies of #51BA68
Complementary color
Monochromatic Colors of #51BA68
Black with #51BA68
Text Example
Text Example
White with #51BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA68; }
p { color: rgb(81,186,104); }
H1.HeaderClassName
{
color: #51BA68;
}
.AnyTagClassName
{
color: #51BA68;
}
</style>
background-color css
<style>
a { background-color: #51BA68; }
a { background-color: rgb(81,186,104); }
div.DivClassName
{
background-color: #51BA68;
}
.BgClassName
{
background-color: #51BA68;
}
</style>
border-color css
<style>
span { border-color: #51BA68; }
span { border-color: rgb(81,186,104); }
td.TdClassName
{
border-color: #51BA68;
}
.TagClassName
{
border-color: #51BA68;
}
</style>