Shades of Fruit Salad #53A953
Tints of Fruit Salad #53A953
RGB
CMYK
RGB Variations
Color information
#53A953 (or 0x53A953) is known color: Fruit Salad. HEX triplet: 53, A9 and 53. RGB value is (83,169,83). Sum of RGB (Red+Green+Blue) = 83+169+83=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #53A953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A953 is #AC56AC. Grayscale: #858585. Windows color (decimal): -11294381 or 5482835. OLE color: 5482835.
HSL color Cylindrical-coordinate representation of color #53A953: hue angle of 120º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A953 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 169 | 83 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.34 |
| HSL | 120º | 0.34% | 0.49% | - |
| HSV(B) | 120º | 0.51% | 0.66% | - |
| XYZ | 19.32 | 30.84 | 13.12 | - |
| YUV | 133.48 | 99.51 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 169 | 83 | 0.51 | 0 | 0.51 | 0.34 | 120 | 0.34 | 0.49 |
| Hex | 53 | A9 | 53 | 33 | 0 | 33 | 22 | 78 | 22 | 31 |
| Octal | 123 | 251 | 123 | 63 | 0 | 63 | 42 | 170 | 42 | 61 |
| Binary | 1010011 | 10101001 | 1010011 | 110011 | 0 | 110011 | 100010 | 1111000 | 100010 | 110001 |
Color Harmonies of #53A953
Complementary color
Monochromatic Colors of #53A953
Black with #53A953
Text Example
Text Example
White with #53A953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A953; }
p { color: rgb(83,169,83); }
H1.HeaderClassName
{
color: #53A953;
}
.AnyTagClassName
{
color: #53A953;
}
</style>
background-color css
<style>
a { background-color: #53A953; }
a { background-color: rgb(83,169,83); }
div.DivClassName
{
background-color: #53A953;
}
.BgClassName
{
background-color: #53A953;
}
</style>
border-color css
<style>
span { border-color: #53A953; }
span { border-color: rgb(83,169,83); }
td.TdClassName
{
border-color: #53A953;
}
.TagClassName
{
border-color: #53A953;
}
</style>