Shades of Fruit Salad #53B752
Tints of Fruit Salad #53B752
RGB
CMYK
RGB Variations
Color information
#53B752 (or 0x53B752) is known color: Fruit Salad. HEX triplet: 53, B7 and 52. RGB value is (83,183,82). Sum of RGB (Red+Green+Blue) = 83+183+82=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #53B752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B752 is #AC48AD. Grayscale: #8D8D8D. Windows color (decimal): -11290798 or 5420883. OLE color: 5420883.
HSL color Cylindrical-coordinate representation of color #53B752: hue angle of 119.41º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B752 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 183 | 82 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.28 |
| HSL | 119.41º | 0.41% | 0.52% | - |
| HSV(B) | 119.41º | 0.55% | 0.72% | - |
| XYZ | 22.02 | 36.32 | 13.83 | - |
| YUV | 141.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 183 | 82 | 0.55 | 0 | 0.55 | 0.28 | 119.41 | 0.41 | 0.52 |
| Hex | 53 | B7 | 52 | 37 | 0 | 37 | 1C | 77 | 29 | 34 |
| Octal | 123 | 267 | 122 | 67 | 0 | 67 | 34 | 167 | 51 | 64 |
| Binary | 1010011 | 10110111 | 1010010 | 110111 | 0 | 110111 | 11100 | 1110111 | 101001 | 110100 |
Color Harmonies of #53B752
Complementary color
Monochromatic Colors of #53B752
Black with #53B752
Text Example
Text Example
White with #53B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B752; }
p { color: rgb(83,183,82); }
H1.HeaderClassName
{
color: #53B752;
}
.AnyTagClassName
{
color: #53B752;
}
</style>
background-color css
<style>
a { background-color: #53B752; }
a { background-color: rgb(83,183,82); }
div.DivClassName
{
background-color: #53B752;
}
.BgClassName
{
background-color: #53B752;
}
</style>
border-color css
<style>
span { border-color: #53B752; }
span { border-color: rgb(83,183,82); }
td.TdClassName
{
border-color: #53B752;
}
.TagClassName
{
border-color: #53B752;
}
</style>