Shades of Fruit Salad #53B249
Tints of Fruit Salad #53B249
RGB
CMYK
RGB Variations
Color information
#53B249 (or 0x53B249) is known color: Fruit Salad. HEX triplet: 53, B2 and 49. RGB value is (83,178,73). Sum of RGB (Red+Green+Blue) = 83+178+73=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #53B249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B249 is #AC4DB6. Grayscale: #898989. Windows color (decimal): -11292087 or 4829779. OLE color: 4829779.
HSL color Cylindrical-coordinate representation of color #53B249: hue angle of 114.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53B249 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 178 | 73 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.30 |
| HSL | 114.29º | 0.42% | 0.49% | - |
| HSV(B) | 114.29º | 0.59% | 0.7% | - |
| XYZ | 20.69 | 34.16 | 11.81 | - |
| YUV | 137.63 | 91.53 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 73 | 0.53 | 0 | 0.59 | 0.30 | 114.29 | 0.42 | 0.49 |
| Hex | 53 | B2 | 49 | 35 | 0 | 3B | 1E | 72 | 2A | 31 |
| Octal | 123 | 262 | 111 | 65 | 0 | 73 | 36 | 162 | 52 | 61 |
| Binary | 1010011 | 10110010 | 1001001 | 110101 | 0 | 111011 | 11110 | 1110010 | 101010 | 110001 |
Color Harmonies of #53B249
Complementary color
Monochromatic Colors of #53B249
Black with #53B249
Text Example
Text Example
White with #53B249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B249; }
p { color: rgb(83,178,73); }
H1.HeaderClassName
{
color: #53B249;
}
.AnyTagClassName
{
color: #53B249;
}
</style>
background-color css
<style>
a { background-color: #53B249; }
a { background-color: rgb(83,178,73); }
div.DivClassName
{
background-color: #53B249;
}
.BgClassName
{
background-color: #53B249;
}
</style>
border-color css
<style>
span { border-color: #53B249; }
span { border-color: rgb(83,178,73); }
td.TdClassName
{
border-color: #53B249;
}
.TagClassName
{
border-color: #53B249;
}
</style>