Shades of Fruit Salad #53BB53
Tints of Fruit Salad #53BB53
RGB
CMYK
RGB Variations
Color information
#53BB53 (or 0x53BB53) is known color: Fruit Salad. HEX triplet: 53, BB and 53. RGB value is (83,187,83). Sum of RGB (Red+Green+Blue) = 83+187+83=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BB53 is #AC44AC. Grayscale: #909090. Windows color (decimal): -11289773 or 5487443. OLE color: 5487443.
HSL color Cylindrical-coordinate representation of color #53BB53: hue angle of 120º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BB53 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 83 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.27 |
| HSL | 120º | 0.43% | 0.53% | - |
| HSV(B) | 120º | 0.56% | 0.73% | - |
| XYZ | 22.9 | 38 | 14.31 | - |
| YUV | 144.05 | 93.54 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 83 | 0.56 | 0 | 0.56 | 0.27 | 120 | 0.43 | 0.53 |
| Hex | 53 | BB | 53 | 38 | 0 | 38 | 1B | 78 | 2B | 35 |
| Octal | 123 | 273 | 123 | 70 | 0 | 70 | 33 | 170 | 53 | 65 |
| Binary | 1010011 | 10111011 | 1010011 | 111000 | 0 | 111000 | 11011 | 1111000 | 101011 | 110101 |
Color Harmonies of #53BB53
Complementary color
Monochromatic Colors of #53BB53
Black with #53BB53
Text Example
Text Example
White with #53BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BB53; }
p { color: rgb(83,187,83); }
H1.HeaderClassName
{
color: #53BB53;
}
.AnyTagClassName
{
color: #53BB53;
}
</style>
background-color css
<style>
a { background-color: #53BB53; }
a { background-color: rgb(83,187,83); }
div.DivClassName
{
background-color: #53BB53;
}
.BgClassName
{
background-color: #53BB53;
}
</style>
border-color css
<style>
span { border-color: #53BB53; }
span { border-color: rgb(83,187,83); }
td.TdClassName
{
border-color: #53BB53;
}
.TagClassName
{
border-color: #53BB53;
}
</style>