Shades of Fruit Salad #53A74A
Tints of Fruit Salad #53A74A
RGB
CMYK
RGB Variations
Color information
#53A74A (or 0x53A74A) is known color: Fruit Salad. HEX triplet: 53, A7 and 4A. RGB value is (83,167,74). Sum of RGB (Red+Green+Blue) = 83+167+74=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #53A74A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A74A is #AC58B5. Grayscale: #838383. Windows color (decimal): -11294902 or 4892499. OLE color: 4892499.
HSL color Cylindrical-coordinate representation of color #53A74A: hue angle of 114.19º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53A74A is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 167 | 74 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.35 |
| HSL | 114.19º | 0.39% | 0.47% | - |
| HSV(B) | 114.19º | 0.56% | 0.65% | - |
| XYZ | 18.62 | 29.97 | 11.28 | - |
| YUV | 131.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 167 | 74 | 0.50 | 0 | 0.56 | 0.35 | 114.19 | 0.39 | 0.47 |
| Hex | 53 | A7 | 4A | 32 | 0 | 38 | 23 | 72 | 27 | 2F |
| Octal | 123 | 247 | 112 | 62 | 0 | 70 | 43 | 162 | 47 | 57 |
| Binary | 1010011 | 10100111 | 1001010 | 110010 | 0 | 111000 | 100011 | 1110010 | 100111 | 101111 |
Color Harmonies of #53A74A
Complementary color
Monochromatic Colors of #53A74A
Black with #53A74A
Text Example
Text Example
White with #53A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A74A; }
p { color: rgb(83,167,74); }
H1.HeaderClassName
{
color: #53A74A;
}
.AnyTagClassName
{
color: #53A74A;
}
</style>
background-color css
<style>
a { background-color: #53A74A; }
a { background-color: rgb(83,167,74); }
div.DivClassName
{
background-color: #53A74A;
}
.BgClassName
{
background-color: #53A74A;
}
</style>
border-color css
<style>
span { border-color: #53A74A; }
span { border-color: rgb(83,167,74); }
td.TdClassName
{
border-color: #53A74A;
}
.TagClassName
{
border-color: #53A74A;
}
</style>