Shades of Fruit Salad #53C053
Tints of Fruit Salad #53C053
RGB
CMYK
RGB Variations
Color information
#53C053 (or 0x53C053) is known color: Fruit Salad. HEX triplet: 53, C0 and 53. RGB value is (83,192,83). Sum of RGB (Red+Green+Blue) = 83+192+83=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #53C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C053 is #AC3FAC. Grayscale: #939393. Windows color (decimal): -11288493 or 5488723. OLE color: 5488723.
HSL color Cylindrical-coordinate representation of color #53C053: hue angle of 120º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C053 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 83 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.25 |
| HSL | 120º | 0.46% | 0.54% | - |
| HSV(B) | 120º | 0.57% | 0.75% | - |
| XYZ | 23.98 | 40.16 | 14.67 | - |
| YUV | 146.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 83 | 0.57 | 0 | 0.57 | 0.25 | 120 | 0.46 | 0.54 |
| Hex | 53 | C0 | 53 | 39 | 0 | 39 | 19 | 78 | 2E | 36 |
| Octal | 123 | 300 | 123 | 71 | 0 | 71 | 31 | 170 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1010011 | 111001 | 0 | 111001 | 11001 | 1111000 | 101110 | 110110 |
Color Harmonies of #53C053
Complementary color
Monochromatic Colors of #53C053
Black with #53C053
Text Example
Text Example
White with #53C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C053; }
p { color: rgb(83,192,83); }
H1.HeaderClassName
{
color: #53C053;
}
.AnyTagClassName
{
color: #53C053;
}
</style>
background-color css
<style>
a { background-color: #53C053; }
a { background-color: rgb(83,192,83); }
div.DivClassName
{
background-color: #53C053;
}
.BgClassName
{
background-color: #53C053;
}
</style>
border-color css
<style>
span { border-color: #53C053; }
span { border-color: rgb(83,192,83); }
td.TdClassName
{
border-color: #53C053;
}
.TagClassName
{
border-color: #53C053;
}
</style>