Shades of Fruit Salad #51A541
Tints of Fruit Salad #51A541
RGB
CMYK
RGB Variations
Color information
#51A541 (or 0x51A541) is known color: Fruit Salad. HEX triplet: 51, A5 and 41. RGB value is (81,165,65). Sum of RGB (Red+Green+Blue) = 81+165+65=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #51A541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A541 is #AE5ABE. Grayscale: #808080. Windows color (decimal): -11426495 or 4302161. OLE color: 4302161.
HSL color Cylindrical-coordinate representation of color #51A541: hue angle of 110.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51A541 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 165 | 65 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.35 |
| HSL | 110.4º | 0.43% | 0.45% | - |
| HSV(B) | 110.4º | 0.61% | 0.65% | - |
| XYZ | 17.8 | 29.04 | 9.67 | - |
| YUV | 128.48 | 92.17 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 165 | 65 | 0.51 | 0 | 0.61 | 0.35 | 110.4 | 0.43 | 0.45 |
| Hex | 51 | A5 | 41 | 33 | 0 | 3D | 23 | 6E | 2B | 2D |
| Octal | 121 | 245 | 101 | 63 | 0 | 75 | 43 | 156 | 53 | 55 |
| Binary | 1010001 | 10100101 | 1000001 | 110011 | 0 | 111101 | 100011 | 1101110 | 101011 | 101101 |
Color Harmonies of #51A541
Complementary color
Monochromatic Colors of #51A541
Black with #51A541
Text Example
Text Example
White with #51A541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A541; }
p { color: rgb(81,165,65); }
H1.HeaderClassName
{
color: #51A541;
}
.AnyTagClassName
{
color: #51A541;
}
</style>
background-color css
<style>
a { background-color: #51A541; }
a { background-color: rgb(81,165,65); }
div.DivClassName
{
background-color: #51A541;
}
.BgClassName
{
background-color: #51A541;
}
</style>
border-color css
<style>
span { border-color: #51A541; }
span { border-color: rgb(81,165,65); }
td.TdClassName
{
border-color: #51A541;
}
.TagClassName
{
border-color: #51A541;
}
</style>