Shades of Fruit Salad #32AF41
Tints of Fruit Salad #32AF41
RGB
CMYK
RGB Variations
Color information
#32AF41 (or 0x32AF41) is known color: Fruit Salad. HEX triplet: 32, AF and 41. RGB value is (50,175,65). Sum of RGB (Red+Green+Blue) = 50+175+65=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF41 is #CD50BE. Grayscale: #7D7D7D. Windows color (decimal): -13455551 or 4304690. OLE color: 4304690.
HSL color Cylindrical-coordinate representation of color #32AF41: hue angle of 127.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF41 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 65 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.31 |
| HSL | 127.2º | 0.56% | 0.44% | - |
| HSV(B) | 127.2º | 0.71% | 0.69% | - |
| XYZ | 17.6 | 31.72 | 10.2 | - |
| YUV | 125.09 | 94.09 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 65 | 0.71 | 0 | 0.63 | 0.31 | 127.2 | 0.56 | 0.44 |
| Hex | 32 | AF | 41 | 47 | 0 | 3F | 1F | 7F | 38 | 2C |
| Octal | 62 | 257 | 101 | 107 | 0 | 77 | 37 | 177 | 70 | 54 |
| Binary | 110010 | 10101111 | 1000001 | 1000111 | 0 | 111111 | 11111 | 1111111 | 111000 | 101100 |
Color Harmonies of #32AF41
Complementary color
Monochromatic Colors of #32AF41
Black with #32AF41
Text Example
Text Example
White with #32AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF41; }
p { color: rgb(50,175,65); }
H1.HeaderClassName
{
color: #32AF41;
}
.AnyTagClassName
{
color: #32AF41;
}
</style>
background-color css
<style>
a { background-color: #32AF41; }
a { background-color: rgb(50,175,65); }
div.DivClassName
{
background-color: #32AF41;
}
.BgClassName
{
background-color: #32AF41;
}
</style>
border-color css
<style>
span { border-color: #32AF41; }
span { border-color: rgb(50,175,65); }
td.TdClassName
{
border-color: #32AF41;
}
.TagClassName
{
border-color: #32AF41;
}
</style>