Shades of Fern #51B568
Tints of Fern #51B568
RGB
CMYK
RGB Variations
Color information
#51B568 (or 0x51B568) is known color: Fern. HEX triplet: 51, B5 and 68. RGB value is (81,181,104). Sum of RGB (Red+Green+Blue) = 81+181+104=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #51B568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B568 is #AE4A97. Grayscale: #8E8E8E. Windows color (decimal): -11422360 or 6862161. OLE color: 6862161.
HSL color Cylindrical-coordinate representation of color #51B568: hue angle of 133.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B568 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 181 | 104 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.29 |
| HSL | 133.8º | 0.4% | 0.51% | - |
| HSV(B) | 133.8º | 0.55% | 0.71% | - |
| XYZ | 22.42 | 35.8 | 18.82 | - |
| YUV | 142.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 181 | 104 | 0.55 | 0 | 0.43 | 0.29 | 133.8 | 0.4 | 0.51 |
| Hex | 51 | B5 | 68 | 37 | 0 | 2B | 1D | 86 | 28 | 33 |
| Octal | 121 | 265 | 150 | 67 | 0 | 53 | 35 | 206 | 50 | 63 |
| Binary | 1010001 | 10110101 | 1101000 | 110111 | 0 | 101011 | 11101 | 10000110 | 101000 | 110011 |
Color Harmonies of #51B568
Complementary color
Monochromatic Colors of #51B568
Black with #51B568
Text Example
Text Example
White with #51B568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B568; }
p { color: rgb(81,181,104); }
H1.HeaderClassName
{
color: #51B568;
}
.AnyTagClassName
{
color: #51B568;
}
</style>
background-color css
<style>
a { background-color: #51B568; }
a { background-color: rgb(81,181,104); }
div.DivClassName
{
background-color: #51B568;
}
.BgClassName
{
background-color: #51B568;
}
</style>
border-color css
<style>
span { border-color: #51B568; }
span { border-color: rgb(81,181,104); }
td.TdClassName
{
border-color: #51B568;
}
.TagClassName
{
border-color: #51B568;
}
</style>