Shades of Fruit Salad #43AF55
Tints of Fruit Salad #43AF55
RGB
CMYK
RGB Variations
Color information
#43AF55 (or 0x43AF55) is known color: Fruit Salad. HEX triplet: 43, AF and 55. RGB value is (67,175,85). Sum of RGB (Red+Green+Blue) = 67+175+85=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #43AF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AF55 is #BC50AA. Grayscale: #848484. Windows color (decimal): -12341419 or 5615427. OLE color: 5615427.
HSL color Cylindrical-coordinate representation of color #43AF55: hue angle of 130º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43AF55 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 175 | 85 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.31 |
| HSL | 130º | 0.45% | 0.47% | - |
| HSV(B) | 130º | 0.62% | 0.69% | - |
| XYZ | 19.28 | 32.51 | 13.85 | - |
| YUV | 132.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 175 | 85 | 0.62 | 0 | 0.51 | 0.31 | 130 | 0.45 | 0.47 |
| Hex | 43 | AF | 55 | 3E | 0 | 33 | 1F | 82 | 2D | 2F |
| Octal | 103 | 257 | 125 | 76 | 0 | 63 | 37 | 202 | 55 | 57 |
| Binary | 1000011 | 10101111 | 1010101 | 111110 | 0 | 110011 | 11111 | 10000010 | 101101 | 101111 |
Color Harmonies of #43AF55
Complementary color
Monochromatic Colors of #43AF55
Black with #43AF55
Text Example
Text Example
White with #43AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AF55; }
p { color: rgb(67,175,85); }
H1.HeaderClassName
{
color: #43AF55;
}
.AnyTagClassName
{
color: #43AF55;
}
</style>
background-color css
<style>
a { background-color: #43AF55; }
a { background-color: rgb(67,175,85); }
div.DivClassName
{
background-color: #43AF55;
}
.BgClassName
{
background-color: #43AF55;
}
</style>
border-color css
<style>
span { border-color: #43AF55; }
span { border-color: rgb(67,175,85); }
td.TdClassName
{
border-color: #43AF55;
}
.TagClassName
{
border-color: #43AF55;
}
</style>