Shades of Fruit Salad #43AD55
Tints of Fruit Salad #43AD55
RGB
CMYK
RGB Variations
Color information
#43AD55 (or 0x43AD55) is known color: Fruit Salad. HEX triplet: 43, AD and 55. RGB value is (67,173,85). Sum of RGB (Red+Green+Blue) = 67+173+85=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #43AD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AD55 is #BC52AA. Grayscale: #838383. Windows color (decimal): -12341931 or 5614915. OLE color: 5614915.
HSL color Cylindrical-coordinate representation of color #43AD55: hue angle of 130.19º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AD55 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 173 | 85 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.32 |
| HSL | 130.19º | 0.44% | 0.47% | - |
| HSV(B) | 130.19º | 0.61% | 0.68% | - |
| XYZ | 18.9 | 31.74 | 13.72 | - |
| YUV | 131.27 | 101.88 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 85 | 0.61 | 0 | 0.51 | 0.32 | 130.19 | 0.44 | 0.47 |
| Hex | 43 | AD | 55 | 3D | 0 | 33 | 20 | 82 | 2C | 2F |
| Octal | 103 | 255 | 125 | 75 | 0 | 63 | 40 | 202 | 54 | 57 |
| Binary | 1000011 | 10101101 | 1010101 | 111101 | 0 | 110011 | 100000 | 10000010 | 101100 | 101111 |
Color Harmonies of #43AD55
Complementary color
Monochromatic Colors of #43AD55
Black with #43AD55
Text Example
Text Example
White with #43AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AD55; }
p { color: rgb(67,173,85); }
H1.HeaderClassName
{
color: #43AD55;
}
.AnyTagClassName
{
color: #43AD55;
}
</style>
background-color css
<style>
a { background-color: #43AD55; }
a { background-color: rgb(67,173,85); }
div.DivClassName
{
background-color: #43AD55;
}
.BgClassName
{
background-color: #43AD55;
}
</style>
border-color css
<style>
span { border-color: #43AD55; }
span { border-color: rgb(67,173,85); }
td.TdClassName
{
border-color: #43AD55;
}
.TagClassName
{
border-color: #43AD55;
}
</style>