Shades of Fruit Salad #5AA752
Tints of Fruit Salad #5AA752
RGB
CMYK
RGB Variations
Color information
#5AA752 (or 0x5AA752) is known color: Fruit Salad. HEX triplet: 5A, A7 and 52. RGB value is (90,167,82). Sum of RGB (Red+Green+Blue) = 90+167+82=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA752 is #A558AD. Grayscale: #868686. Windows color (decimal): -10836142 or 5416794. OLE color: 5416794.
HSL color Cylindrical-coordinate representation of color #5AA752: hue angle of 114.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AA752 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 167 | 82 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.35 |
| HSL | 114.35º | 0.34% | 0.49% | - |
| HSV(B) | 114.35º | 0.51% | 0.65% | - |
| XYZ | 19.56 | 30.42 | 12.82 | - |
| YUV | 134.29 | 98.49 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 167 | 82 | 0.46 | 0 | 0.51 | 0.35 | 114.35 | 0.34 | 0.49 |
| Hex | 5A | A7 | 52 | 2E | 0 | 33 | 23 | 72 | 22 | 31 |
| Octal | 132 | 247 | 122 | 56 | 0 | 63 | 43 | 162 | 42 | 61 |
| Binary | 1011010 | 10100111 | 1010010 | 101110 | 0 | 110011 | 100011 | 1110010 | 100010 | 110001 |
Color Harmonies of #5AA752
Complementary color
Monochromatic Colors of #5AA752
Black with #5AA752
Text Example
Text Example
White with #5AA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA752; }
p { color: rgb(90,167,82); }
H1.HeaderClassName
{
color: #5AA752;
}
.AnyTagClassName
{
color: #5AA752;
}
</style>
background-color css
<style>
a { background-color: #5AA752; }
a { background-color: rgb(90,167,82); }
div.DivClassName
{
background-color: #5AA752;
}
.BgClassName
{
background-color: #5AA752;
}
</style>
border-color css
<style>
span { border-color: #5AA752; }
span { border-color: rgb(90,167,82); }
td.TdClassName
{
border-color: #5AA752;
}
.TagClassName
{
border-color: #5AA752;
}
</style>