Shades of Fern #51B162
Tints of Fern #51B162
RGB
CMYK
RGB Variations
Color information
#51B162 (or 0x51B162) is known color: Fern. HEX triplet: 51, B1 and 62. RGB value is (81,177,98). Sum of RGB (Red+Green+Blue) = 81+177+98=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #51B162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B162 is #AE4E9D. Grayscale: #8B8B8B. Windows color (decimal): -11423390 or 6467921. OLE color: 6467921.
HSL color Cylindrical-coordinate representation of color #51B162: hue angle of 130.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B162 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 177 | 98 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.31 |
| HSL | 130.63º | 0.38% | 0.51% | - |
| HSV(B) | 130.63º | 0.54% | 0.69% | - |
| XYZ | 21.32 | 34.08 | 17.01 | - |
| YUV | 139.29 | 104.7 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 98 | 0.54 | 0 | 0.45 | 0.31 | 130.63 | 0.38 | 0.51 |
| Hex | 51 | B1 | 62 | 36 | 0 | 2D | 1F | 83 | 26 | 33 |
| Octal | 121 | 261 | 142 | 66 | 0 | 55 | 37 | 203 | 46 | 63 |
| Binary | 1010001 | 10110001 | 1100010 | 110110 | 0 | 101101 | 11111 | 10000011 | 100110 | 110011 |
Color Harmonies of #51B162
Complementary color
Monochromatic Colors of #51B162
Black with #51B162
Text Example
Text Example
White with #51B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B162; }
p { color: rgb(81,177,98); }
H1.HeaderClassName
{
color: #51B162;
}
.AnyTagClassName
{
color: #51B162;
}
</style>
background-color css
<style>
a { background-color: #51B162; }
a { background-color: rgb(81,177,98); }
div.DivClassName
{
background-color: #51B162;
}
.BgClassName
{
background-color: #51B162;
}
</style>
border-color css
<style>
span { border-color: #51B162; }
span { border-color: rgb(81,177,98); }
td.TdClassName
{
border-color: #51B162;
}
.TagClassName
{
border-color: #51B162;
}
</style>