Shades of Fruit Salad #53B858
Tints of Fruit Salad #53B858
RGB
CMYK
RGB Variations
Color information
#53B858 (or 0x53B858) is known color: Fruit Salad. HEX triplet: 53, B8 and 58. RGB value is (83,184,88). Sum of RGB (Red+Green+Blue) = 83+184+88=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #53B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B858 is #AC47A7. Grayscale: #8F8F8F. Windows color (decimal): -11290536 or 5814355. OLE color: 5814355.
HSL color Cylindrical-coordinate representation of color #53B858: hue angle of 122.97º 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 #53B858 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 88 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.28 |
| HSL | 122.97º | 0.42% | 0.52% | - |
| HSV(B) | 122.97º | 0.55% | 0.72% | - |
| XYZ | 22.47 | 36.82 | 15.16 | - |
| YUV | 142.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 88 | 0.55 | 0 | 0.52 | 0.28 | 122.97 | 0.42 | 0.52 |
| Hex | 53 | B8 | 58 | 37 | 0 | 34 | 1C | 7B | 2A | 34 |
| Octal | 123 | 270 | 130 | 67 | 0 | 64 | 34 | 173 | 52 | 64 |
| Binary | 1010011 | 10111000 | 1011000 | 110111 | 0 | 110100 | 11100 | 1111011 | 101010 | 110100 |
Color Harmonies of #53B858
Complementary color
Monochromatic Colors of #53B858
Black with #53B858
Text Example
Text Example
White with #53B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B858; }
p { color: rgb(83,184,88); }
H1.HeaderClassName
{
color: #53B858;
}
.AnyTagClassName
{
color: #53B858;
}
</style>
background-color css
<style>
a { background-color: #53B858; }
a { background-color: rgb(83,184,88); }
div.DivClassName
{
background-color: #53B858;
}
.BgClassName
{
background-color: #53B858;
}
</style>
border-color css
<style>
span { border-color: #53B858; }
span { border-color: rgb(83,184,88); }
td.TdClassName
{
border-color: #53B858;
}
.TagClassName
{
border-color: #53B858;
}
</style>