Shades of Fruit Salad #53A152
Tints of Fruit Salad #53A152
RGB
CMYK
RGB Variations
Color information
#53A152 (or 0x53A152) is known color: Fruit Salad. HEX triplet: 53, A1 and 52. RGB value is (83,161,82). Sum of RGB (Red+Green+Blue) = 83+161+82=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #53A152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A152 is #AC5EAD. Grayscale: #808080. Windows color (decimal): -11296430 or 5415251. OLE color: 5415251.
HSL color Cylindrical-coordinate representation of color #53A152: hue angle of 119.24º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A152 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 161 | 82 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.37 |
| HSL | 119.24º | 0.33% | 0.48% | - |
| HSV(B) | 119.24º | 0.49% | 0.63% | - |
| XYZ | 17.84 | 27.94 | 12.44 | - |
| YUV | 128.67 | 101.66 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 82 | 0.48 | 0 | 0.49 | 0.37 | 119.24 | 0.33 | 0.48 |
| Hex | 53 | A1 | 52 | 30 | 0 | 31 | 25 | 77 | 21 | 30 |
| Octal | 123 | 241 | 122 | 60 | 0 | 61 | 45 | 167 | 41 | 60 |
| Binary | 1010011 | 10100001 | 1010010 | 110000 | 0 | 110001 | 100101 | 1110111 | 100001 | 110000 |
Color Harmonies of #53A152
Complementary color
Monochromatic Colors of #53A152
Black with #53A152
Text Example
Text Example
White with #53A152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A152; }
p { color: rgb(83,161,82); }
H1.HeaderClassName
{
color: #53A152;
}
.AnyTagClassName
{
color: #53A152;
}
</style>
background-color css
<style>
a { background-color: #53A152; }
a { background-color: rgb(83,161,82); }
div.DivClassName
{
background-color: #53A152;
}
.BgClassName
{
background-color: #53A152;
}
</style>
border-color css
<style>
span { border-color: #53A152; }
span { border-color: rgb(83,161,82); }
td.TdClassName
{
border-color: #53A152;
}
.TagClassName
{
border-color: #53A152;
}
</style>