Shades of Fruit Salad #43A652
Tints of Fruit Salad #43A652
RGB
CMYK
RGB Variations
Color information
#43A652 (or 0x43A652) is known color: Fruit Salad. HEX triplet: 43, A6 and 52. RGB value is (67,166,82). Sum of RGB (Red+Green+Blue) = 67+166+82=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #43A652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A652 is #BC59AD. Grayscale: #7F7F7F. Windows color (decimal): -12343726 or 5416515. OLE color: 5416515.
HSL color Cylindrical-coordinate representation of color #43A652: hue angle of 129.09º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A652 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 166 | 82 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.35 |
| HSL | 129.09º | 0.42% | 0.46% | - |
| HSV(B) | 129.09º | 0.6% | 0.65% | - |
| XYZ | 17.47 | 29.07 | 12.67 | - |
| YUV | 126.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 166 | 82 | 0.60 | 0 | 0.51 | 0.35 | 129.09 | 0.42 | 0.46 |
| Hex | 43 | A6 | 52 | 3C | 0 | 33 | 23 | 81 | 2A | 2E |
| Octal | 103 | 246 | 122 | 74 | 0 | 63 | 43 | 201 | 52 | 56 |
| Binary | 1000011 | 10100110 | 1010010 | 111100 | 0 | 110011 | 100011 | 10000001 | 101010 | 101110 |
Color Harmonies of #43A652
Complementary color
Monochromatic Colors of #43A652
Black with #43A652
Text Example
Text Example
White with #43A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A652; }
p { color: rgb(67,166,82); }
H1.HeaderClassName
{
color: #43A652;
}
.AnyTagClassName
{
color: #43A652;
}
</style>
background-color css
<style>
a { background-color: #43A652; }
a { background-color: rgb(67,166,82); }
div.DivClassName
{
background-color: #43A652;
}
.BgClassName
{
background-color: #43A652;
}
</style>
border-color css
<style>
span { border-color: #43A652; }
span { border-color: rgb(67,166,82); }
td.TdClassName
{
border-color: #43A652;
}
.TagClassName
{
border-color: #43A652;
}
</style>