Shades of Fern #51BB64
Tints of Fern #51BB64
RGB
CMYK
RGB Variations
Color information
#51BB64 (or 0x51BB64) is known color: Fern. HEX triplet: 51, BB and 64. RGB value is (81,187,100). Sum of RGB (Red+Green+Blue) = 81+187+100=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #51BB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BB64 is #AE449B. Grayscale: #919191. Windows color (decimal): -11420828 or 6601553. OLE color: 6601553.
HSL color Cylindrical-coordinate representation of color #51BB64: hue angle of 130.75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BB64 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 187 | 100 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.27 |
| HSL | 130.75º | 0.44% | 0.53% | - |
| HSV(B) | 130.75º | 0.57% | 0.73% | - |
| XYZ | 23.46 | 38.21 | 18.2 | - |
| YUV | 145.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 100 | 0.57 | 0 | 0.47 | 0.27 | 130.75 | 0.44 | 0.53 |
| Hex | 51 | BB | 64 | 39 | 0 | 2F | 1B | 83 | 2C | 35 |
| Octal | 121 | 273 | 144 | 71 | 0 | 57 | 33 | 203 | 54 | 65 |
| Binary | 1010001 | 10111011 | 1100100 | 111001 | 0 | 101111 | 11011 | 10000011 | 101100 | 110101 |
Color Harmonies of #51BB64
Complementary color
Monochromatic Colors of #51BB64
Black with #51BB64
Text Example
Text Example
White with #51BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BB64; }
p { color: rgb(81,187,100); }
H1.HeaderClassName
{
color: #51BB64;
}
.AnyTagClassName
{
color: #51BB64;
}
</style>
background-color css
<style>
a { background-color: #51BB64; }
a { background-color: rgb(81,187,100); }
div.DivClassName
{
background-color: #51BB64;
}
.BgClassName
{
background-color: #51BB64;
}
</style>
border-color css
<style>
span { border-color: #51BB64; }
span { border-color: rgb(81,187,100); }
td.TdClassName
{
border-color: #51BB64;
}
.TagClassName
{
border-color: #51BB64;
}
</style>