Shades of Fruit Salad #52B35D
Tints of Fruit Salad #52B35D
RGB
CMYK
RGB Variations
Color information
#52B35D (or 0x52B35D) is known color: Fruit Salad. HEX triplet: 52, B3 and 5D. RGB value is (82,179,93). Sum of RGB (Red+Green+Blue) = 82+179+93=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #52B35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B35D is #AD4CA2. Grayscale: #8C8C8C. Windows color (decimal): -11357347 or 6140754. OLE color: 6140754.
HSL color Cylindrical-coordinate representation of color #52B35D: hue angle of 126.8º 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 #52B35D is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 179 | 93 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.30 |
| HSL | 126.8º | 0.39% | 0.51% | - |
| HSV(B) | 126.8º | 0.54% | 0.7% | - |
| XYZ | 21.58 | 34.82 | 15.94 | - |
| YUV | 140.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 179 | 93 | 0.54 | 0 | 0.48 | 0.30 | 126.8 | 0.39 | 0.51 |
| Hex | 52 | B3 | 5D | 36 | 0 | 30 | 1E | 7F | 27 | 33 |
| Octal | 122 | 263 | 135 | 66 | 0 | 60 | 36 | 177 | 47 | 63 |
| Binary | 1010010 | 10110011 | 1011101 | 110110 | 0 | 110000 | 11110 | 1111111 | 100111 | 110011 |
Color Harmonies of #52B35D
Complementary color
Monochromatic Colors of #52B35D
Black with #52B35D
Text Example
Text Example
White with #52B35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B35D; }
p { color: rgb(82,179,93); }
H1.HeaderClassName
{
color: #52B35D;
}
.AnyTagClassName
{
color: #52B35D;
}
</style>
background-color css
<style>
a { background-color: #52B35D; }
a { background-color: rgb(82,179,93); }
div.DivClassName
{
background-color: #52B35D;
}
.BgClassName
{
background-color: #52B35D;
}
</style>
border-color css
<style>
span { border-color: #52B35D; }
span { border-color: rgb(82,179,93); }
td.TdClassName
{
border-color: #52B35D;
}
.TagClassName
{
border-color: #52B35D;
}
</style>