Shades of Fruit Salad #45AB4E
Tints of Fruit Salad #45AB4E
RGB
CMYK
RGB Variations
Color information
#45AB4E (or 0x45AB4E) is known color: Fruit Salad. HEX triplet: 45, AB and 4E. RGB value is (69,171,78). Sum of RGB (Red+Green+Blue) = 69+171+78=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB4E is #BA54B1. Grayscale: #828282. Windows color (decimal): -12211378 or 5155653. OLE color: 5155653.
HSL color Cylindrical-coordinate representation of color #45AB4E: hue angle of 125.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB4E is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 78 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.33 |
| HSL | 125.29º | 0.43% | 0.47% | - |
| HSV(B) | 125.29º | 0.6% | 0.67% | - |
| XYZ | 18.39 | 30.94 | 12.21 | - |
| YUV | 129.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 78 | 0.60 | 0 | 0.54 | 0.33 | 125.29 | 0.43 | 0.47 |
| Hex | 45 | AB | 4E | 3C | 0 | 36 | 21 | 7D | 2A | 2F |
| Octal | 105 | 253 | 116 | 74 | 0 | 66 | 41 | 175 | 52 | 57 |
| Binary | 1000101 | 10101011 | 1001110 | 111100 | 0 | 110110 | 100001 | 1111101 | 101010 | 101111 |
Color Harmonies of #45AB4E
Complementary color
Monochromatic Colors of #45AB4E
Black with #45AB4E
Text Example
Text Example
White with #45AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB4E; }
p { color: rgb(69,171,78); }
H1.HeaderClassName
{
color: #45AB4E;
}
.AnyTagClassName
{
color: #45AB4E;
}
</style>
background-color css
<style>
a { background-color: #45AB4E; }
a { background-color: rgb(69,171,78); }
div.DivClassName
{
background-color: #45AB4E;
}
.BgClassName
{
background-color: #45AB4E;
}
</style>
border-color css
<style>
span { border-color: #45AB4E; }
span { border-color: rgb(69,171,78); }
td.TdClassName
{
border-color: #45AB4E;
}
.TagClassName
{
border-color: #45AB4E;
}
</style>