Shades of Fruit Salad #52B35A
Tints of Fruit Salad #52B35A
RGB
CMYK
RGB Variations
Color information
#52B35A (or 0x52B35A) is known color: Fruit Salad. HEX triplet: 52, B3 and 5A. RGB value is (82,179,90). Sum of RGB (Red+Green+Blue) = 82+179+90=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #52B35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B35A is #AD4CA5. Grayscale: #8C8C8C. Windows color (decimal): -11357350 or 5944146. OLE color: 5944146.
HSL color Cylindrical-coordinate representation of color #52B35A: hue angle of 124.95º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B35A is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 179 | 90 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.30 |
| HSL | 124.95º | 0.39% | 0.51% | - |
| HSV(B) | 124.95º | 0.54% | 0.7% | - |
| XYZ | 21.45 | 34.77 | 15.25 | - |
| YUV | 139.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 179 | 90 | 0.54 | 0 | 0.50 | 0.30 | 124.95 | 0.39 | 0.51 |
| Hex | 52 | B3 | 5A | 36 | 0 | 32 | 1E | 7D | 27 | 33 |
| Octal | 122 | 263 | 132 | 66 | 0 | 62 | 36 | 175 | 47 | 63 |
| Binary | 1010010 | 10110011 | 1011010 | 110110 | 0 | 110010 | 11110 | 1111101 | 100111 | 110011 |
Color Harmonies of #52B35A
Complementary color
Monochromatic Colors of #52B35A
Black with #52B35A
Text Example
Text Example
White with #52B35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B35A; }
p { color: rgb(82,179,90); }
H1.HeaderClassName
{
color: #52B35A;
}
.AnyTagClassName
{
color: #52B35A;
}
</style>
background-color css
<style>
a { background-color: #52B35A; }
a { background-color: rgb(82,179,90); }
div.DivClassName
{
background-color: #52B35A;
}
.BgClassName
{
background-color: #52B35A;
}
</style>
border-color css
<style>
span { border-color: #52B35A; }
span { border-color: rgb(82,179,90); }
td.TdClassName
{
border-color: #52B35A;
}
.TagClassName
{
border-color: #52B35A;
}
</style>