Shades of Fruit Salad #32AB3C
Tints of Fruit Salad #32AB3C
RGB
CMYK
RGB Variations
Color information
#32AB3C (or 0x32AB3C) is known color: Fruit Salad. HEX triplet: 32, AB and 3C. RGB value is (50,171,60). Sum of RGB (Red+Green+Blue) = 50+171+60=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AB3C is #CD54C3. Grayscale: #7A7A7A. Windows color (decimal): -13456580 or 3975986. OLE color: 3975986.
HSL color Cylindrical-coordinate representation of color #32AB3C: hue angle of 124.96º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB3C is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 60 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.33 |
| HSL | 124.96º | 0.55% | 0.43% | - |
| HSV(B) | 124.96º | 0.71% | 0.67% | - |
| XYZ | 16.69 | 30.13 | 9.21 | - |
| YUV | 122.17 | 92.91 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 60 | 0.71 | 0 | 0.65 | 0.33 | 124.96 | 0.55 | 0.43 |
| Hex | 32 | AB | 3C | 47 | 0 | 41 | 21 | 7D | 37 | 2B |
| Octal | 62 | 253 | 74 | 107 | 0 | 101 | 41 | 175 | 67 | 53 |
| Binary | 110010 | 10101011 | 111100 | 1000111 | 0 | 1000001 | 100001 | 1111101 | 110111 | 101011 |
Color Harmonies of #32AB3C
Complementary color
Monochromatic Colors of #32AB3C
Black with #32AB3C
Text Example
Text Example
White with #32AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB3C; }
p { color: rgb(50,171,60); }
H1.HeaderClassName
{
color: #32AB3C;
}
.AnyTagClassName
{
color: #32AB3C;
}
</style>
background-color css
<style>
a { background-color: #32AB3C; }
a { background-color: rgb(50,171,60); }
div.DivClassName
{
background-color: #32AB3C;
}
.BgClassName
{
background-color: #32AB3C;
}
</style>
border-color css
<style>
span { border-color: #32AB3C; }
span { border-color: rgb(50,171,60); }
td.TdClassName
{
border-color: #32AB3C;
}
.TagClassName
{
border-color: #32AB3C;
}
</style>