Shades of Fruit Salad #53A65F
Tints of Fruit Salad #53A65F
RGB
CMYK
RGB Variations
Color information
#53A65F (or 0x53A65F) is known color: Fruit Salad. HEX triplet: 53, A6 and 5F. RGB value is (83,166,95). Sum of RGB (Red+Green+Blue) = 83+166+95=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #53A65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A65F is #AC59A0. Grayscale: #858585. Windows color (decimal): -11295137 or 6268499. OLE color: 6268499.
HSL color Cylindrical-coordinate representation of color #53A65F: hue angle of 128.67º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A65F is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 95 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.35 |
| HSL | 128.67º | 0.33% | 0.49% | - |
| HSV(B) | 128.67º | 0.5% | 0.65% | - |
| XYZ | 19.27 | 29.94 | 15.59 | - |
| YUV | 133.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 95 | 0.50 | 0 | 0.43 | 0.35 | 128.67 | 0.33 | 0.49 |
| Hex | 53 | A6 | 5F | 32 | 0 | 2B | 23 | 81 | 21 | 31 |
| Octal | 123 | 246 | 137 | 62 | 0 | 53 | 43 | 201 | 41 | 61 |
| Binary | 1010011 | 10100110 | 1011111 | 110010 | 0 | 101011 | 100011 | 10000001 | 100001 | 110001 |
Color Harmonies of #53A65F
Complementary color
Monochromatic Colors of #53A65F
Black with #53A65F
Text Example
Text Example
White with #53A65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A65F; }
p { color: rgb(83,166,95); }
H1.HeaderClassName
{
color: #53A65F;
}
.AnyTagClassName
{
color: #53A65F;
}
</style>
background-color css
<style>
a { background-color: #53A65F; }
a { background-color: rgb(83,166,95); }
div.DivClassName
{
background-color: #53A65F;
}
.BgClassName
{
background-color: #53A65F;
}
</style>
border-color css
<style>
span { border-color: #53A65F; }
span { border-color: rgb(83,166,95); }
td.TdClassName
{
border-color: #53A65F;
}
.TagClassName
{
border-color: #53A65F;
}
</style>