Shades of Fruit Salad #51A54A
Tints of Fruit Salad #51A54A
RGB
CMYK
RGB Variations
Color information
#51A54A (or 0x51A54A) is known color: Fruit Salad. HEX triplet: 51, A5 and 4A. RGB value is (81,165,74). Sum of RGB (Red+Green+Blue) = 81+165+74=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #51A54A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A54A is #AE5AB5. Grayscale: #818181. Windows color (decimal): -11426486 or 4891985. OLE color: 4891985.
HSL color Cylindrical-coordinate representation of color #51A54A: hue angle of 115.38º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51A54A is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 165 | 74 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.35 |
| HSL | 115.38º | 0.38% | 0.47% | - |
| HSV(B) | 115.38º | 0.55% | 0.65% | - |
| XYZ | 18.08 | 29.15 | 11.15 | - |
| YUV | 129.51 | 96.67 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 165 | 74 | 0.51 | 0 | 0.55 | 0.35 | 115.38 | 0.38 | 0.47 |
| Hex | 51 | A5 | 4A | 33 | 0 | 37 | 23 | 73 | 26 | 2F |
| Octal | 121 | 245 | 112 | 63 | 0 | 67 | 43 | 163 | 46 | 57 |
| Binary | 1010001 | 10100101 | 1001010 | 110011 | 0 | 110111 | 100011 | 1110011 | 100110 | 101111 |
Color Harmonies of #51A54A
Complementary color
Monochromatic Colors of #51A54A
Black with #51A54A
Text Example
Text Example
White with #51A54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A54A; }
p { color: rgb(81,165,74); }
H1.HeaderClassName
{
color: #51A54A;
}
.AnyTagClassName
{
color: #51A54A;
}
</style>
background-color css
<style>
a { background-color: #51A54A; }
a { background-color: rgb(81,165,74); }
div.DivClassName
{
background-color: #51A54A;
}
.BgClassName
{
background-color: #51A54A;
}
</style>
border-color css
<style>
span { border-color: #51A54A; }
span { border-color: rgb(81,165,74); }
td.TdClassName
{
border-color: #51A54A;
}
.TagClassName
{
border-color: #51A54A;
}
</style>