Shades of Fruit Salad #45AB55
Tints of Fruit Salad #45AB55
RGB
CMYK
RGB Variations
Color information
#45AB55 (or 0x45AB55) is known color: Fruit Salad. HEX triplet: 45, AB and 55. RGB value is (69,171,85). Sum of RGB (Red+Green+Blue) = 69+171+85=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB55 is #BA54AA. Grayscale: #828282. Windows color (decimal): -12211371 or 5614405. OLE color: 5614405.
HSL color Cylindrical-coordinate representation of color #45AB55: hue angle of 129.41º 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 #45AB55 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 85 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.33 |
| HSL | 129.41º | 0.43% | 0.47% | - |
| HSV(B) | 129.41º | 0.6% | 0.67% | - |
| XYZ | 18.66 | 31.05 | 13.6 | - |
| YUV | 130.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 85 | 0.60 | 0 | 0.50 | 0.33 | 129.41 | 0.43 | 0.47 |
| Hex | 45 | AB | 55 | 3C | 0 | 32 | 21 | 81 | 2A | 2F |
| Octal | 105 | 253 | 125 | 74 | 0 | 62 | 41 | 201 | 52 | 57 |
| Binary | 1000101 | 10101011 | 1010101 | 111100 | 0 | 110010 | 100001 | 10000001 | 101010 | 101111 |
Color Harmonies of #45AB55
Complementary color
Monochromatic Colors of #45AB55
Black with #45AB55
Text Example
Text Example
White with #45AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB55; }
p { color: rgb(69,171,85); }
H1.HeaderClassName
{
color: #45AB55;
}
.AnyTagClassName
{
color: #45AB55;
}
</style>
background-color css
<style>
a { background-color: #45AB55; }
a { background-color: rgb(69,171,85); }
div.DivClassName
{
background-color: #45AB55;
}
.BgClassName
{
background-color: #45AB55;
}
</style>
border-color css
<style>
span { border-color: #45AB55; }
span { border-color: rgb(69,171,85); }
td.TdClassName
{
border-color: #45AB55;
}
.TagClassName
{
border-color: #45AB55;
}
</style>