Shades of Fruit Salad #32B043
Tints of Fruit Salad #32B043
RGB
CMYK
RGB Variations
Color information
#32B043 (or 0x32B043) is known color: Fruit Salad. HEX triplet: 32, B0 and 43. RGB value is (50,176,67). Sum of RGB (Red+Green+Blue) = 50+176+67=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 176 (69.14% from 255 or 60.07% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 176 - color contains mainly: green. Hex color #32B043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B043 is #CD4FBC. Grayscale: #7E7E7E. Windows color (decimal): -13455293 or 4436018. OLE color: 4436018.
HSL color Cylindrical-coordinate representation of color #32B043: hue angle of 128.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B043 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 67 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.31 |
| HSL | 128.1º | 0.56% | 0.44% | - |
| HSV(B) | 128.1º | 0.72% | 0.69% | - |
| XYZ | 17.85 | 32.13 | 10.57 | - |
| YUV | 125.9 | 94.76 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 67 | 0.72 | 0 | 0.62 | 0.31 | 128.1 | 0.56 | 0.44 |
| Hex | 32 | B0 | 43 | 48 | 0 | 3E | 1F | 80 | 38 | 2C |
| Octal | 62 | 260 | 103 | 110 | 0 | 76 | 37 | 200 | 70 | 54 |
| Binary | 110010 | 10110000 | 1000011 | 1001000 | 0 | 111110 | 11111 | 10000000 | 111000 | 101100 |
Color Harmonies of #32B043
Complementary color
Monochromatic Colors of #32B043
Black with #32B043
Text Example
Text Example
White with #32B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B043; }
p { color: rgb(50,176,67); }
H1.HeaderClassName
{
color: #32B043;
}
.AnyTagClassName
{
color: #32B043;
}
</style>
background-color css
<style>
a { background-color: #32B043; }
a { background-color: rgb(50,176,67); }
div.DivClassName
{
background-color: #32B043;
}
.BgClassName
{
background-color: #32B043;
}
</style>
border-color css
<style>
span { border-color: #32B043; }
span { border-color: rgb(50,176,67); }
td.TdClassName
{
border-color: #32B043;
}
.TagClassName
{
border-color: #32B043;
}
</style>