Shades of Fruit Salad #45A652
Tints of Fruit Salad #45A652
RGB
CMYK
RGB Variations
Color information
#45A652 (or 0x45A652) is known color: Fruit Salad. HEX triplet: 45, A6 and 52. RGB value is (69,166,82). Sum of RGB (Red+Green+Blue) = 69+166+82=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #45A652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A652 is #BA59AD. Grayscale: #7F7F7F. Windows color (decimal): -12212654 or 5416517. OLE color: 5416517.
HSL color Cylindrical-coordinate representation of color #45A652: hue angle of 128.04º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A652 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 82 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.35 |
| HSL | 128.04º | 0.41% | 0.46% | - |
| HSV(B) | 128.04º | 0.58% | 0.65% | - |
| XYZ | 17.61 | 29.15 | 12.68 | - |
| YUV | 127.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 82 | 0.58 | 0 | 0.51 | 0.35 | 128.04 | 0.41 | 0.46 |
| Hex | 45 | A6 | 52 | 3A | 0 | 33 | 23 | 80 | 29 | 2E |
| Octal | 105 | 246 | 122 | 72 | 0 | 63 | 43 | 200 | 51 | 56 |
| Binary | 1000101 | 10100110 | 1010010 | 111010 | 0 | 110011 | 100011 | 10000000 | 101001 | 101110 |
Color Harmonies of #45A652
Complementary color
Monochromatic Colors of #45A652
Black with #45A652
Text Example
Text Example
White with #45A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A652; }
p { color: rgb(69,166,82); }
H1.HeaderClassName
{
color: #45A652;
}
.AnyTagClassName
{
color: #45A652;
}
</style>
background-color css
<style>
a { background-color: #45A652; }
a { background-color: rgb(69,166,82); }
div.DivClassName
{
background-color: #45A652;
}
.BgClassName
{
background-color: #45A652;
}
</style>
border-color css
<style>
span { border-color: #45A652; }
span { border-color: rgb(69,166,82); }
td.TdClassName
{
border-color: #45A652;
}
.TagClassName
{
border-color: #45A652;
}
</style>