Shades of Fruit Salad #53BC4D
Tints of Fruit Salad #53BC4D
RGB
CMYK
RGB Variations
Color information
#53BC4D (or 0x53BC4D) is known color: Fruit Salad. HEX triplet: 53, BC and 4D. RGB value is (83,188,77). Sum of RGB (Red+Green+Blue) = 83+188+77=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC4D is #AC43B2. Grayscale: #909090. Windows color (decimal): -11289523 or 5094483. OLE color: 5094483.
HSL color Cylindrical-coordinate representation of color #53BC4D: hue angle of 116.76º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BC4D is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 77 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.26 |
| HSL | 116.76º | 0.45% | 0.52% | - |
| HSV(B) | 116.76º | 0.59% | 0.74% | - |
| XYZ | 22.89 | 38.34 | 13.22 | - |
| YUV | 143.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 77 | 0.56 | 0 | 0.59 | 0.26 | 116.76 | 0.45 | 0.52 |
| Hex | 53 | BC | 4D | 38 | 0 | 3B | 1A | 75 | 2D | 34 |
| Octal | 123 | 274 | 115 | 70 | 0 | 73 | 32 | 165 | 55 | 64 |
| Binary | 1010011 | 10111100 | 1001101 | 111000 | 0 | 111011 | 11010 | 1110101 | 101101 | 110100 |
Color Harmonies of #53BC4D
Complementary color
Monochromatic Colors of #53BC4D
Black with #53BC4D
Text Example
Text Example
White with #53BC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC4D; }
p { color: rgb(83,188,77); }
H1.HeaderClassName
{
color: #53BC4D;
}
.AnyTagClassName
{
color: #53BC4D;
}
</style>
background-color css
<style>
a { background-color: #53BC4D; }
a { background-color: rgb(83,188,77); }
div.DivClassName
{
background-color: #53BC4D;
}
.BgClassName
{
background-color: #53BC4D;
}
</style>
border-color css
<style>
span { border-color: #53BC4D; }
span { border-color: rgb(83,188,77); }
td.TdClassName
{
border-color: #53BC4D;
}
.TagClassName
{
border-color: #53BC4D;
}
</style>