Shades of Fruit Salad #32AF40
Tints of Fruit Salad #32AF40
RGB
CMYK
RGB Variations
Color information
#32AF40 (or 0x32AF40) is known color: Fruit Salad. HEX triplet: 32, AF and 40. RGB value is (50,175,64). Sum of RGB (Red+Green+Blue) = 50+175+64=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF40 is #CD50BF. Grayscale: #7D7D7D. Windows color (decimal): -13455552 or 4239154. OLE color: 4239154.
HSL color Cylindrical-coordinate representation of color #32AF40: hue angle of 126.72º 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 #32AF40 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 64 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.31 |
| HSL | 126.72º | 0.56% | 0.44% | - |
| HSV(B) | 126.72º | 0.71% | 0.69% | - |
| XYZ | 17.57 | 31.71 | 10.04 | - |
| YUV | 124.97 | 93.59 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 64 | 0.71 | 0 | 0.63 | 0.31 | 126.72 | 0.56 | 0.44 |
| Hex | 32 | AF | 40 | 47 | 0 | 3F | 1F | 7F | 38 | 2C |
| Octal | 62 | 257 | 100 | 107 | 0 | 77 | 37 | 177 | 70 | 54 |
| Binary | 110010 | 10101111 | 1000000 | 1000111 | 0 | 111111 | 11111 | 1111111 | 111000 | 101100 |
Color Harmonies of #32AF40
Complementary color
Monochromatic Colors of #32AF40
Black with #32AF40
Text Example
Text Example
White with #32AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF40; }
p { color: rgb(50,175,64); }
H1.HeaderClassName
{
color: #32AF40;
}
.AnyTagClassName
{
color: #32AF40;
}
</style>
background-color css
<style>
a { background-color: #32AF40; }
a { background-color: rgb(50,175,64); }
div.DivClassName
{
background-color: #32AF40;
}
.BgClassName
{
background-color: #32AF40;
}
</style>
border-color css
<style>
span { border-color: #32AF40; }
span { border-color: rgb(50,175,64); }
td.TdClassName
{
border-color: #32AF40;
}
.TagClassName
{
border-color: #32AF40;
}
</style>