Shades of Fruit Salad #53B45B
Tints of Fruit Salad #53B45B
RGB
CMYK
RGB Variations
Color information
#53B45B (or 0x53B45B) is known color: Fruit Salad. HEX triplet: 53, B4 and 5B. RGB value is (83,180,91). Sum of RGB (Red+Green+Blue) = 83+180+91=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #53B45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B45B is #AC4BA4. Grayscale: #8D8D8D. Windows color (decimal): -11291557 or 6009939. OLE color: 6009939.
HSL color Cylindrical-coordinate representation of color #53B45B: hue angle of 124.95º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B45B is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 180 | 91 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.29 |
| HSL | 124.95º | 0.39% | 0.52% | - |
| HSV(B) | 124.95º | 0.54% | 0.71% | - |
| XYZ | 21.78 | 35.24 | 15.55 | - |
| YUV | 140.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 180 | 91 | 0.54 | 0 | 0.49 | 0.29 | 124.95 | 0.39 | 0.52 |
| Hex | 53 | B4 | 5B | 36 | 0 | 31 | 1D | 7D | 27 | 34 |
| Octal | 123 | 264 | 133 | 66 | 0 | 61 | 35 | 175 | 47 | 64 |
| Binary | 1010011 | 10110100 | 1011011 | 110110 | 0 | 110001 | 11101 | 1111101 | 100111 | 110100 |
Color Harmonies of #53B45B
Complementary color
Monochromatic Colors of #53B45B
Black with #53B45B
Text Example
Text Example
White with #53B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B45B; }
p { color: rgb(83,180,91); }
H1.HeaderClassName
{
color: #53B45B;
}
.AnyTagClassName
{
color: #53B45B;
}
</style>
background-color css
<style>
a { background-color: #53B45B; }
a { background-color: rgb(83,180,91); }
div.DivClassName
{
background-color: #53B45B;
}
.BgClassName
{
background-color: #53B45B;
}
</style>
border-color css
<style>
span { border-color: #53B45B; }
span { border-color: rgb(83,180,91); }
td.TdClassName
{
border-color: #53B45B;
}
.TagClassName
{
border-color: #53B45B;
}
</style>