Shades of Fruit Salad #32AF42
Tints of Fruit Salad #32AF42
RGB
CMYK
RGB Variations
Color information
#32AF42 (or 0x32AF42) is known color: Fruit Salad. HEX triplet: 32, AF and 42. RGB value is (50,175,66). Sum of RGB (Red+Green+Blue) = 50+175+66=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF42 is #CD50BD. Grayscale: #7D7D7D. Windows color (decimal): -13455550 or 4370226. OLE color: 4370226.
HSL color Cylindrical-coordinate representation of color #32AF42: hue angle of 127.68º 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 #32AF42 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 66 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.31 |
| HSL | 127.68º | 0.56% | 0.44% | - |
| HSV(B) | 127.68º | 0.71% | 0.69% | - |
| XYZ | 17.63 | 31.73 | 10.35 | - |
| YUV | 125.2 | 94.59 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 66 | 0.71 | 0 | 0.62 | 0.31 | 127.68 | 0.56 | 0.44 |
| Hex | 32 | AF | 42 | 47 | 0 | 3E | 1F | 80 | 38 | 2C |
| Octal | 62 | 257 | 102 | 107 | 0 | 76 | 37 | 200 | 70 | 54 |
| Binary | 110010 | 10101111 | 1000010 | 1000111 | 0 | 111110 | 11111 | 10000000 | 111000 | 101100 |
Color Harmonies of #32AF42
Complementary color
Monochromatic Colors of #32AF42
Black with #32AF42
Text Example
Text Example
White with #32AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF42; }
p { color: rgb(50,175,66); }
H1.HeaderClassName
{
color: #32AF42;
}
.AnyTagClassName
{
color: #32AF42;
}
</style>
background-color css
<style>
a { background-color: #32AF42; }
a { background-color: rgb(50,175,66); }
div.DivClassName
{
background-color: #32AF42;
}
.BgClassName
{
background-color: #32AF42;
}
</style>
border-color css
<style>
span { border-color: #32AF42; }
span { border-color: rgb(50,175,66); }
td.TdClassName
{
border-color: #32AF42;
}
.TagClassName
{
border-color: #32AF42;
}
</style>