Shades of Fruit Salad #32A23F
Tints of Fruit Salad #32A23F
RGB
CMYK
RGB Variations
Color information
#32A23F (or 0x32A23F) is known color: Fruit Salad. HEX triplet: 32, A2 and 3F. RGB value is (50,162,63). Sum of RGB (Red+Green+Blue) = 50+162+63=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #32A23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A23F is #CD5DC0. Grayscale: #757575. Windows color (decimal): -13458881 or 4170290. OLE color: 4170290.
HSL color Cylindrical-coordinate representation of color #32A23F: hue angle of 126.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A23F is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 63 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.36 |
| HSL | 126.96º | 0.53% | 0.42% | - |
| HSV(B) | 126.96º | 0.69% | 0.64% | - |
| XYZ | 15.13 | 26.88 | 9.09 | - |
| YUV | 117.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 63 | 0.69 | 0 | 0.61 | 0.36 | 126.96 | 0.53 | 0.42 |
| Hex | 32 | A2 | 3F | 45 | 0 | 3D | 24 | 7F | 35 | 2A |
| Octal | 62 | 242 | 77 | 105 | 0 | 75 | 44 | 177 | 65 | 52 |
| Binary | 110010 | 10100010 | 111111 | 1000101 | 0 | 111101 | 100100 | 1111111 | 110101 | 101010 |
Color Harmonies of #32A23F
Complementary color
Monochromatic Colors of #32A23F
Black with #32A23F
Text Example
Text Example
White with #32A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A23F; }
p { color: rgb(50,162,63); }
H1.HeaderClassName
{
color: #32A23F;
}
.AnyTagClassName
{
color: #32A23F;
}
</style>
background-color css
<style>
a { background-color: #32A23F; }
a { background-color: rgb(50,162,63); }
div.DivClassName
{
background-color: #32A23F;
}
.BgClassName
{
background-color: #32A23F;
}
</style>
border-color css
<style>
span { border-color: #32A23F; }
span { border-color: rgb(50,162,63); }
td.TdClassName
{
border-color: #32A23F;
}
.TagClassName
{
border-color: #32A23F;
}
</style>