Shades of Fern #51B066
Tints of Fern #51B066
RGB
CMYK
RGB Variations
Color information
#51B066 (or 0x51B066) is known color: Fern. HEX triplet: 51, B0 and 66. RGB value is (81,176,102). Sum of RGB (Red+Green+Blue) = 81+176+102=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #51B066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B066 is #AE4F99. Grayscale: #8B8B8B. Windows color (decimal): -11423642 or 6729809. OLE color: 6729809.
HSL color Cylindrical-coordinate representation of color #51B066: hue angle of 133.26º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B066 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 176 | 102 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.31 |
| HSL | 133.26º | 0.38% | 0.5% | - |
| HSV(B) | 133.26º | 0.54% | 0.69% | - |
| XYZ | 21.32 | 33.76 | 17.96 | - |
| YUV | 139.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 102 | 0.54 | 0 | 0.42 | 0.31 | 133.26 | 0.38 | 0.5 |
| Hex | 51 | B0 | 66 | 36 | 0 | 2A | 1F | 85 | 26 | 32 |
| Octal | 121 | 260 | 146 | 66 | 0 | 52 | 37 | 205 | 46 | 62 |
| Binary | 1010001 | 10110000 | 1100110 | 110110 | 0 | 101010 | 11111 | 10000101 | 100110 | 110010 |
Color Harmonies of #51B066
Complementary color
Monochromatic Colors of #51B066
Black with #51B066
Text Example
Text Example
White with #51B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B066; }
p { color: rgb(81,176,102); }
H1.HeaderClassName
{
color: #51B066;
}
.AnyTagClassName
{
color: #51B066;
}
</style>
background-color css
<style>
a { background-color: #51B066; }
a { background-color: rgb(81,176,102); }
div.DivClassName
{
background-color: #51B066;
}
.BgClassName
{
background-color: #51B066;
}
</style>
border-color css
<style>
span { border-color: #51B066; }
span { border-color: rgb(81,176,102); }
td.TdClassName
{
border-color: #51B066;
}
.TagClassName
{
border-color: #51B066;
}
</style>