Shades of Fruit Salad #53B956
Tints of Fruit Salad #53B956
RGB
CMYK
RGB Variations
Color information
#53B956 (or 0x53B956) is known color: Fruit Salad. HEX triplet: 53, B9 and 56. RGB value is (83,185,86). Sum of RGB (Red+Green+Blue) = 83+185+86=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #53B956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B956 is #AC46A9. Grayscale: #8F8F8F. Windows color (decimal): -11290282 or 5683539. OLE color: 5683539.
HSL color Cylindrical-coordinate representation of color #53B956: hue angle of 121.76º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B956 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 185 | 86 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.27 |
| HSL | 121.76º | 0.42% | 0.53% | - |
| HSV(B) | 121.76º | 0.55% | 0.73% | - |
| XYZ | 22.6 | 37.21 | 14.8 | - |
| YUV | 143.22 | 95.71 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 86 | 0.55 | 0 | 0.54 | 0.27 | 121.76 | 0.42 | 0.53 |
| Hex | 53 | B9 | 56 | 37 | 0 | 36 | 1B | 7A | 2A | 35 |
| Octal | 123 | 271 | 126 | 67 | 0 | 66 | 33 | 172 | 52 | 65 |
| Binary | 1010011 | 10111001 | 1010110 | 110111 | 0 | 110110 | 11011 | 1111010 | 101010 | 110101 |
Color Harmonies of #53B956
Complementary color
Monochromatic Colors of #53B956
Black with #53B956
Text Example
Text Example
White with #53B956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B956; }
p { color: rgb(83,185,86); }
H1.HeaderClassName
{
color: #53B956;
}
.AnyTagClassName
{
color: #53B956;
}
</style>
background-color css
<style>
a { background-color: #53B956; }
a { background-color: rgb(83,185,86); }
div.DivClassName
{
background-color: #53B956;
}
.BgClassName
{
background-color: #53B956;
}
</style>
border-color css
<style>
span { border-color: #53B956; }
span { border-color: rgb(83,185,86); }
td.TdClassName
{
border-color: #53B956;
}
.TagClassName
{
border-color: #53B956;
}
</style>