Shades of Fruit Salad #52B14D
Tints of Fruit Salad #52B14D
RGB
CMYK
RGB Variations
Color information
#52B14D (or 0x52B14D) is known color: Fruit Salad. HEX triplet: 52, B1 and 4D. RGB value is (82,177,77). Sum of RGB (Red+Green+Blue) = 82+177+77=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #52B14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B14D is #AD4EB2. Grayscale: #898989. Windows color (decimal): -11357875 or 5091666. OLE color: 5091666.
HSL color Cylindrical-coordinate representation of color #52B14D: hue angle of 117º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52B14D is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 177 | 77 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.31 |
| HSL | 117º | 0.39% | 0.5% | - |
| HSV(B) | 117º | 0.56% | 0.69% | - |
| XYZ | 20.54 | 33.77 | 12.46 | - |
| YUV | 137.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 77 | 0.54 | 0 | 0.56 | 0.31 | 117 | 0.39 | 0.5 |
| Hex | 52 | B1 | 4D | 36 | 0 | 38 | 1F | 75 | 27 | 32 |
| Octal | 122 | 261 | 115 | 66 | 0 | 70 | 37 | 165 | 47 | 62 |
| Binary | 1010010 | 10110001 | 1001101 | 110110 | 0 | 111000 | 11111 | 1110101 | 100111 | 110010 |
Color Harmonies of #52B14D
Complementary color
Monochromatic Colors of #52B14D
Black with #52B14D
Text Example
Text Example
White with #52B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B14D; }
p { color: rgb(82,177,77); }
H1.HeaderClassName
{
color: #52B14D;
}
.AnyTagClassName
{
color: #52B14D;
}
</style>
background-color css
<style>
a { background-color: #52B14D; }
a { background-color: rgb(82,177,77); }
div.DivClassName
{
background-color: #52B14D;
}
.BgClassName
{
background-color: #52B14D;
}
</style>
border-color css
<style>
span { border-color: #52B14D; }
span { border-color: rgb(82,177,77); }
td.TdClassName
{
border-color: #52B14D;
}
.TagClassName
{
border-color: #52B14D;
}
</style>