Shades of Fruit Salad #53B953
Tints of Fruit Salad #53B953
RGB
CMYK
RGB Variations
Color information
#53B953 (or 0x53B953) is known color: Fruit Salad. HEX triplet: 53, B9 and 53. RGB value is (83,185,83). Sum of RGB (Red+Green+Blue) = 83+185+83=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #53B953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B953 is #AC46AC. Grayscale: #8F8F8F. Windows color (decimal): -11290285 or 5486931. OLE color: 5486931.
HSL color Cylindrical-coordinate representation of color #53B953: hue angle of 120º 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 #53B953 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 185 | 83 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.27 |
| HSL | 120º | 0.42% | 0.53% | - |
| HSV(B) | 120º | 0.55% | 0.73% | - |
| XYZ | 22.48 | 37.16 | 14.17 | - |
| YUV | 142.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 83 | 0.55 | 0 | 0.55 | 0.27 | 120 | 0.42 | 0.53 |
| Hex | 53 | B9 | 53 | 37 | 0 | 37 | 1B | 78 | 2A | 35 |
| Octal | 123 | 271 | 123 | 67 | 0 | 67 | 33 | 170 | 52 | 65 |
| Binary | 1010011 | 10111001 | 1010011 | 110111 | 0 | 110111 | 11011 | 1111000 | 101010 | 110101 |
Color Harmonies of #53B953
Complementary color
Monochromatic Colors of #53B953
Black with #53B953
Text Example
Text Example
White with #53B953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B953; }
p { color: rgb(83,185,83); }
H1.HeaderClassName
{
color: #53B953;
}
.AnyTagClassName
{
color: #53B953;
}
</style>
background-color css
<style>
a { background-color: #53B953; }
a { background-color: rgb(83,185,83); }
div.DivClassName
{
background-color: #53B953;
}
.BgClassName
{
background-color: #53B953;
}
</style>
border-color css
<style>
span { border-color: #53B953; }
span { border-color: rgb(83,185,83); }
td.TdClassName
{
border-color: #53B953;
}
.TagClassName
{
border-color: #53B953;
}
</style>