Shades of Fruit Salad #53B353
Tints of Fruit Salad #53B353
RGB
CMYK
RGB Variations
Color information
#53B353 (or 0x53B353) is known color: Fruit Salad. HEX triplet: 53, B3 and 53. RGB value is (83,179,83). Sum of RGB (Red+Green+Blue) = 83+179+83=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #53B353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B353 is #AC4CAC. Grayscale: #8B8B8B. Windows color (decimal): -11291821 or 5485395. OLE color: 5485395.
HSL color Cylindrical-coordinate representation of color #53B353: hue angle of 120º 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 #53B353 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 179 | 83 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.30 |
| HSL | 120º | 0.39% | 0.51% | - |
| HSV(B) | 120º | 0.54% | 0.7% | - |
| XYZ | 21.25 | 34.7 | 13.76 | - |
| YUV | 139.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 83 | 0.54 | 0 | 0.54 | 0.30 | 120 | 0.39 | 0.51 |
| Hex | 53 | B3 | 53 | 36 | 0 | 36 | 1E | 78 | 27 | 33 |
| Octal | 123 | 263 | 123 | 66 | 0 | 66 | 36 | 170 | 47 | 63 |
| Binary | 1010011 | 10110011 | 1010011 | 110110 | 0 | 110110 | 11110 | 1111000 | 100111 | 110011 |
Color Harmonies of #53B353
Complementary color
Monochromatic Colors of #53B353
Black with #53B353
Text Example
Text Example
White with #53B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B353; }
p { color: rgb(83,179,83); }
H1.HeaderClassName
{
color: #53B353;
}
.AnyTagClassName
{
color: #53B353;
}
</style>
background-color css
<style>
a { background-color: #53B353; }
a { background-color: rgb(83,179,83); }
div.DivClassName
{
background-color: #53B353;
}
.BgClassName
{
background-color: #53B353;
}
</style>
border-color css
<style>
span { border-color: #53B353; }
span { border-color: rgb(83,179,83); }
td.TdClassName
{
border-color: #53B353;
}
.TagClassName
{
border-color: #53B353;
}
</style>