Shades of Fruit Salad #32A63B
Tints of Fruit Salad #32A63B
RGB
CMYK
RGB Variations
Color information
#32A63B (or 0x32A63B) is known color: Fruit Salad. HEX triplet: 32, A6 and 3B. RGB value is (50,166,59). Sum of RGB (Red+Green+Blue) = 50+166+59=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #32A63B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A63B is #CD59C4. Grayscale: #777777. Windows color (decimal): -13457861 or 3909170. OLE color: 3909170.
HSL color Cylindrical-coordinate representation of color #32A63B: hue angle of 124.66º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A63B is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 166 | 59 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.35 |
| HSL | 124.66º | 0.54% | 0.42% | - |
| HSV(B) | 124.66º | 0.7% | 0.65% | - |
| XYZ | 15.74 | 28.27 | 8.76 | - |
| YUV | 119.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 166 | 59 | 0.70 | 0 | 0.64 | 0.35 | 124.66 | 0.54 | 0.42 |
| Hex | 32 | A6 | 3B | 46 | 0 | 40 | 23 | 7D | 36 | 2A |
| Octal | 62 | 246 | 73 | 106 | 0 | 100 | 43 | 175 | 66 | 52 |
| Binary | 110010 | 10100110 | 111011 | 1000110 | 0 | 1000000 | 100011 | 1111101 | 110110 | 101010 |
Color Harmonies of #32A63B
Complementary color
Monochromatic Colors of #32A63B
Black with #32A63B
Text Example
Text Example
White with #32A63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A63B; }
p { color: rgb(50,166,59); }
H1.HeaderClassName
{
color: #32A63B;
}
.AnyTagClassName
{
color: #32A63B;
}
</style>
background-color css
<style>
a { background-color: #32A63B; }
a { background-color: rgb(50,166,59); }
div.DivClassName
{
background-color: #32A63B;
}
.BgClassName
{
background-color: #32A63B;
}
</style>
border-color css
<style>
span { border-color: #32A63B; }
span { border-color: rgb(50,166,59); }
td.TdClassName
{
border-color: #32A63B;
}
.TagClassName
{
border-color: #32A63B;
}
</style>