Shades of Fruit Salad #32A23D
Tints of Fruit Salad #32A23D
RGB
CMYK
RGB Variations
Color information
#32A23D (or 0x32A23D) is known color: Fruit Salad. HEX triplet: 32, A2 and 3D. RGB value is (50,162,61). Sum of RGB (Red+Green+Blue) = 50+162+61=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #32A23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A23D is #CD5DC2. Grayscale: #757575. Windows color (decimal): -13458883 or 4039218. OLE color: 4039218.
HSL color Cylindrical-coordinate representation of color #32A23D: hue angle of 125.89º 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 #32A23D is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 61 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.36 |
| HSL | 125.89º | 0.53% | 0.42% | - |
| HSV(B) | 125.89º | 0.69% | 0.64% | - |
| XYZ | 15.08 | 26.86 | 8.8 | - |
| YUV | 117 | 96.39 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 61 | 0.69 | 0 | 0.62 | 0.36 | 125.89 | 0.53 | 0.42 |
| Hex | 32 | A2 | 3D | 45 | 0 | 3E | 24 | 7E | 35 | 2A |
| Octal | 62 | 242 | 75 | 105 | 0 | 76 | 44 | 176 | 65 | 52 |
| Binary | 110010 | 10100010 | 111101 | 1000101 | 0 | 111110 | 100100 | 1111110 | 110101 | 101010 |
Color Harmonies of #32A23D
Complementary color
Monochromatic Colors of #32A23D
Black with #32A23D
Text Example
Text Example
White with #32A23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A23D; }
p { color: rgb(50,162,61); }
H1.HeaderClassName
{
color: #32A23D;
}
.AnyTagClassName
{
color: #32A23D;
}
</style>
background-color css
<style>
a { background-color: #32A23D; }
a { background-color: rgb(50,162,61); }
div.DivClassName
{
background-color: #32A23D;
}
.BgClassName
{
background-color: #32A23D;
}
</style>
border-color css
<style>
span { border-color: #32A23D; }
span { border-color: rgb(50,162,61); }
td.TdClassName
{
border-color: #32A23D;
}
.TagClassName
{
border-color: #32A23D;
}
</style>