Shades of Fruit Salad #53B853
Tints of Fruit Salad #53B853
RGB
CMYK
RGB Variations
Color information
#53B853 (or 0x53B853) is known color: Fruit Salad. HEX triplet: 53, B8 and 53. RGB value is (83,184,83). Sum of RGB (Red+Green+Blue) = 83+184+83=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #53B853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B853 is #AC47AC. Grayscale: #8E8E8E. Windows color (decimal): -11290541 or 5486675. OLE color: 5486675.
HSL color Cylindrical-coordinate representation of color #53B853: hue angle of 120º degrees, saturation: 0.42, 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 #53B853 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 83 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.28 |
| HSL | 120º | 0.42% | 0.52% | - |
| HSV(B) | 120º | 0.55% | 0.72% | - |
| XYZ | 22.27 | 36.74 | 14.1 | - |
| YUV | 142.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 83 | 0.55 | 0 | 0.55 | 0.28 | 120 | 0.42 | 0.52 |
| Hex | 53 | B8 | 53 | 37 | 0 | 37 | 1C | 78 | 2A | 34 |
| Octal | 123 | 270 | 123 | 67 | 0 | 67 | 34 | 170 | 52 | 64 |
| Binary | 1010011 | 10111000 | 1010011 | 110111 | 0 | 110111 | 11100 | 1111000 | 101010 | 110100 |
Color Harmonies of #53B853
Complementary color
Monochromatic Colors of #53B853
Black with #53B853
Text Example
Text Example
White with #53B853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B853; }
p { color: rgb(83,184,83); }
H1.HeaderClassName
{
color: #53B853;
}
.AnyTagClassName
{
color: #53B853;
}
</style>
background-color css
<style>
a { background-color: #53B853; }
a { background-color: rgb(83,184,83); }
div.DivClassName
{
background-color: #53B853;
}
.BgClassName
{
background-color: #53B853;
}
</style>
border-color css
<style>
span { border-color: #53B853; }
span { border-color: rgb(83,184,83); }
td.TdClassName
{
border-color: #53B853;
}
.TagClassName
{
border-color: #53B853;
}
</style>