Shades of Fruit Salad #51B24A
Tints of Fruit Salad #51B24A
RGB
CMYK
RGB Variations
Color information
#51B24A (or 0x51B24A) is known color: Fruit Salad. HEX triplet: 51, B2 and 4A. RGB value is (81,178,74). Sum of RGB (Red+Green+Blue) = 81+178+74=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #51B24A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51B24A is #AE4DB5. Grayscale: #898989. Windows color (decimal): -11423158 or 4895313. OLE color: 4895313.
HSL color Cylindrical-coordinate representation of color #51B24A: hue angle of 115.96º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51B24A is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 178 | 74 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.30 |
| HSL | 115.96º | 0.41% | 0.49% | - |
| HSV(B) | 115.96º | 0.58% | 0.7% | - |
| XYZ | 20.55 | 34.08 | 11.97 | - |
| YUV | 137.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 178 | 74 | 0.54 | 0 | 0.58 | 0.30 | 115.96 | 0.41 | 0.49 |
| Hex | 51 | B2 | 4A | 36 | 0 | 3A | 1E | 74 | 29 | 31 |
| Octal | 121 | 262 | 112 | 66 | 0 | 72 | 36 | 164 | 51 | 61 |
| Binary | 1010001 | 10110010 | 1001010 | 110110 | 0 | 111010 | 11110 | 1110100 | 101001 | 110001 |
Color Harmonies of #51B24A
Complementary color
Monochromatic Colors of #51B24A
Black with #51B24A
Text Example
Text Example
White with #51B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B24A; }
p { color: rgb(81,178,74); }
H1.HeaderClassName
{
color: #51B24A;
}
.AnyTagClassName
{
color: #51B24A;
}
</style>
background-color css
<style>
a { background-color: #51B24A; }
a { background-color: rgb(81,178,74); }
div.DivClassName
{
background-color: #51B24A;
}
.BgClassName
{
background-color: #51B24A;
}
</style>
border-color css
<style>
span { border-color: #51B24A; }
span { border-color: rgb(81,178,74); }
td.TdClassName
{
border-color: #51B24A;
}
.TagClassName
{
border-color: #51B24A;
}
</style>