Shades of Fruit Salad #51A25D
Tints of Fruit Salad #51A25D
RGB
CMYK
RGB Variations
Color information
#51A25D (or 0x51A25D) is known color: Fruit Salad. HEX triplet: 51, A2 and 5D. RGB value is (81,162,93). Sum of RGB (Red+Green+Blue) = 81+162+93=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #51A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A25D is #AE5DA2. Grayscale: #828282. Windows color (decimal): -11427235 or 6136401. OLE color: 6136401.
HSL color Cylindrical-coordinate representation of color #51A25D: hue angle of 128.89º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A25D is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 162 | 93 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.36 |
| HSL | 128.89º | 0.33% | 0.48% | - |
| HSV(B) | 128.89º | 0.5% | 0.64% | - |
| XYZ | 18.29 | 28.38 | 14.87 | - |
| YUV | 129.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 93 | 0.50 | 0 | 0.43 | 0.36 | 128.89 | 0.33 | 0.48 |
| Hex | 51 | A2 | 5D | 32 | 0 | 2B | 24 | 81 | 21 | 30 |
| Octal | 121 | 242 | 135 | 62 | 0 | 53 | 44 | 201 | 41 | 60 |
| Binary | 1010001 | 10100010 | 1011101 | 110010 | 0 | 101011 | 100100 | 10000001 | 100001 | 110000 |
Color Harmonies of #51A25D
Complementary color
Monochromatic Colors of #51A25D
Black with #51A25D
Text Example
Text Example
White with #51A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A25D; }
p { color: rgb(81,162,93); }
H1.HeaderClassName
{
color: #51A25D;
}
.AnyTagClassName
{
color: #51A25D;
}
</style>
background-color css
<style>
a { background-color: #51A25D; }
a { background-color: rgb(81,162,93); }
div.DivClassName
{
background-color: #51A25D;
}
.BgClassName
{
background-color: #51A25D;
}
</style>
border-color css
<style>
span { border-color: #51A25D; }
span { border-color: rgb(81,162,93); }
td.TdClassName
{
border-color: #51A25D;
}
.TagClassName
{
border-color: #51A25D;
}
</style>