Shades of Fruit Salad #52B25C
Tints of Fruit Salad #52B25C
RGB
CMYK
RGB Variations
Color information
#52B25C (or 0x52B25C) is known color: Fruit Salad. HEX triplet: 52, B2 and 5C. RGB value is (82,178,92). Sum of RGB (Red+Green+Blue) = 82+178+92=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #52B25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B25C is #AD4DA3. Grayscale: #8B8B8B. Windows color (decimal): -11357604 or 6074962. OLE color: 6074962.
HSL color Cylindrical-coordinate representation of color #52B25C: hue angle of 126.25º degrees, saturation: 0.38, 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 #52B25C is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 92 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.30 |
| HSL | 126.25º | 0.38% | 0.51% | - |
| HSV(B) | 126.25º | 0.54% | 0.7% | - |
| XYZ | 21.33 | 34.41 | 15.64 | - |
| YUV | 139.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 92 | 0.54 | 0 | 0.48 | 0.30 | 126.25 | 0.38 | 0.51 |
| Hex | 52 | B2 | 5C | 36 | 0 | 30 | 1E | 7E | 26 | 33 |
| Octal | 122 | 262 | 134 | 66 | 0 | 60 | 36 | 176 | 46 | 63 |
| Binary | 1010010 | 10110010 | 1011100 | 110110 | 0 | 110000 | 11110 | 1111110 | 100110 | 110011 |
Color Harmonies of #52B25C
Complementary color
Monochromatic Colors of #52B25C
Black with #52B25C
Text Example
Text Example
White with #52B25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B25C; }
p { color: rgb(82,178,92); }
H1.HeaderClassName
{
color: #52B25C;
}
.AnyTagClassName
{
color: #52B25C;
}
</style>
background-color css
<style>
a { background-color: #52B25C; }
a { background-color: rgb(82,178,92); }
div.DivClassName
{
background-color: #52B25C;
}
.BgClassName
{
background-color: #52B25C;
}
</style>
border-color css
<style>
span { border-color: #52B25C; }
span { border-color: rgb(82,178,92); }
td.TdClassName
{
border-color: #52B25C;
}
.TagClassName
{
border-color: #52B25C;
}
</style>