Shades of Fruit Salad #43AB52
Tints of Fruit Salad #43AB52
RGB
CMYK
RGB Variations
Color information
#43AB52 (or 0x43AB52) is known color: Fruit Salad. HEX triplet: 43, AB and 52. RGB value is (67,171,82). Sum of RGB (Red+Green+Blue) = 67+171+82=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AB52 is #BC54AD. Grayscale: #828282. Windows color (decimal): -12342446 or 5417795. OLE color: 5417795.
HSL color Cylindrical-coordinate representation of color #43AB52: hue angle of 128.65º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AB52 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 171 | 82 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.33 |
| HSL | 128.65º | 0.44% | 0.47% | - |
| HSV(B) | 128.65º | 0.61% | 0.67% | - |
| XYZ | 18.4 | 30.93 | 12.98 | - |
| YUV | 129.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 82 | 0.61 | 0 | 0.52 | 0.33 | 128.65 | 0.44 | 0.47 |
| Hex | 43 | AB | 52 | 3D | 0 | 34 | 21 | 81 | 2C | 2F |
| Octal | 103 | 253 | 122 | 75 | 0 | 64 | 41 | 201 | 54 | 57 |
| Binary | 1000011 | 10101011 | 1010010 | 111101 | 0 | 110100 | 100001 | 10000001 | 101100 | 101111 |
Color Harmonies of #43AB52
Complementary color
Monochromatic Colors of #43AB52
Black with #43AB52
Text Example
Text Example
White with #43AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AB52; }
p { color: rgb(67,171,82); }
H1.HeaderClassName
{
color: #43AB52;
}
.AnyTagClassName
{
color: #43AB52;
}
</style>
background-color css
<style>
a { background-color: #43AB52; }
a { background-color: rgb(67,171,82); }
div.DivClassName
{
background-color: #43AB52;
}
.BgClassName
{
background-color: #43AB52;
}
</style>
border-color css
<style>
span { border-color: #43AB52; }
span { border-color: rgb(67,171,82); }
td.TdClassName
{
border-color: #43AB52;
}
.TagClassName
{
border-color: #43AB52;
}
</style>