Shades of Fruit Salad #51AB61
Tints of Fruit Salad #51AB61
RGB
CMYK
RGB Variations
Color information
#51AB61 (or 0x51AB61) is known color: Fruit Salad. HEX triplet: 51, AB and 61. RGB value is (81,171,97). Sum of RGB (Red+Green+Blue) = 81+171+97=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AB61 is #AE549E. Grayscale: #878787. Windows color (decimal): -11424927 or 6400849. OLE color: 6400849.
HSL color Cylindrical-coordinate representation of color #51AB61: hue angle of 130.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AB61 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 171 | 97 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.33 |
| HSL | 130.67º | 0.36% | 0.49% | - |
| HSV(B) | 130.67º | 0.53% | 0.67% | - |
| XYZ | 20.11 | 31.74 | 16.38 | - |
| YUV | 135.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 97 | 0.53 | 0 | 0.43 | 0.33 | 130.67 | 0.36 | 0.49 |
| Hex | 51 | AB | 61 | 35 | 0 | 2B | 21 | 83 | 24 | 31 |
| Octal | 121 | 253 | 141 | 65 | 0 | 53 | 41 | 203 | 44 | 61 |
| Binary | 1010001 | 10101011 | 1100001 | 110101 | 0 | 101011 | 100001 | 10000011 | 100100 | 110001 |
Color Harmonies of #51AB61
Complementary color
Monochromatic Colors of #51AB61
Black with #51AB61
Text Example
Text Example
White with #51AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AB61; }
p { color: rgb(81,171,97); }
H1.HeaderClassName
{
color: #51AB61;
}
.AnyTagClassName
{
color: #51AB61;
}
</style>
background-color css
<style>
a { background-color: #51AB61; }
a { background-color: rgb(81,171,97); }
div.DivClassName
{
background-color: #51AB61;
}
.BgClassName
{
background-color: #51AB61;
}
</style>
border-color css
<style>
span { border-color: #51AB61; }
span { border-color: rgb(81,171,97); }
td.TdClassName
{
border-color: #51AB61;
}
.TagClassName
{
border-color: #51AB61;
}
</style>