Shades of Fruit Salad #52984A
Tints of Fruit Salad #52984A
RGB
CMYK
RGB Variations
Color information
#52984A (or 0x52984A) is known color: Fruit Salad. HEX triplet: 52, 98 and 4A. RGB value is (82,152,74). Sum of RGB (Red+Green+Blue) = 82+152+74=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #52984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52984A is #AD67B5. Grayscale: #7A7A7A. Windows color (decimal): -11364278 or 4888658. OLE color: 4888658.
HSL color Cylindrical-coordinate representation of color #52984A: hue angle of 113.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52984A is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 74 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.40 |
| HSL | 113.85º | 0.35% | 0.44% | - |
| HSV(B) | 113.85º | 0.51% | 0.6% | - |
| XYZ | 15.94 | 24.74 | 10.41 | - |
| YUV | 122.18 | 100.81 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 74 | 0.46 | 0 | 0.51 | 0.40 | 113.85 | 0.35 | 0.44 |
| Hex | 52 | 98 | 4A | 2E | 0 | 33 | 28 | 72 | 23 | 2C |
| Octal | 122 | 230 | 112 | 56 | 0 | 63 | 50 | 162 | 43 | 54 |
| Binary | 1010010 | 10011000 | 1001010 | 101110 | 0 | 110011 | 101000 | 1110010 | 100011 | 101100 |
Color Harmonies of #52984A
Complementary color
Monochromatic Colors of #52984A
Black with #52984A
Text Example
Text Example
White with #52984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52984A; }
p { color: rgb(82,152,74); }
H1.HeaderClassName
{
color: #52984A;
}
.AnyTagClassName
{
color: #52984A;
}
</style>
background-color css
<style>
a { background-color: #52984A; }
a { background-color: rgb(82,152,74); }
div.DivClassName
{
background-color: #52984A;
}
.BgClassName
{
background-color: #52984A;
}
</style>
border-color css
<style>
span { border-color: #52984A; }
span { border-color: rgb(82,152,74); }
td.TdClassName
{
border-color: #52984A;
}
.TagClassName
{
border-color: #52984A;
}
</style>