Shades of Fruit Salad #45A653
Tints of Fruit Salad #45A653
RGB
CMYK
RGB Variations
Color information
#45A653 (or 0x45A653) is known color: Fruit Salad. HEX triplet: 45, A6 and 53. RGB value is (69,166,83). Sum of RGB (Red+Green+Blue) = 69+166+83=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #45A653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A653 is #BA59AC. Grayscale: #7F7F7F. Windows color (decimal): -12212653 or 5482053. OLE color: 5482053.
HSL color Cylindrical-coordinate representation of color #45A653: hue angle of 128.66º 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 #45A653 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 83 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.35 |
| HSL | 128.66º | 0.41% | 0.46% | - |
| HSV(B) | 128.66º | 0.58% | 0.65% | - |
| XYZ | 17.65 | 29.16 | 12.88 | - |
| YUV | 127.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 83 | 0.58 | 0 | 0.50 | 0.35 | 128.66 | 0.41 | 0.46 |
| Hex | 45 | A6 | 53 | 3A | 0 | 32 | 23 | 81 | 29 | 2E |
| Octal | 105 | 246 | 123 | 72 | 0 | 62 | 43 | 201 | 51 | 56 |
| Binary | 1000101 | 10100110 | 1010011 | 111010 | 0 | 110010 | 100011 | 10000001 | 101001 | 101110 |
Color Harmonies of #45A653
Complementary color
Monochromatic Colors of #45A653
Black with #45A653
Text Example
Text Example
White with #45A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A653; }
p { color: rgb(69,166,83); }
H1.HeaderClassName
{
color: #45A653;
}
.AnyTagClassName
{
color: #45A653;
}
</style>
background-color css
<style>
a { background-color: #45A653; }
a { background-color: rgb(69,166,83); }
div.DivClassName
{
background-color: #45A653;
}
.BgClassName
{
background-color: #45A653;
}
</style>
border-color css
<style>
span { border-color: #45A653; }
span { border-color: rgb(69,166,83); }
td.TdClassName
{
border-color: #45A653;
}
.TagClassName
{
border-color: #45A653;
}
</style>