Shades of Fruit Salad #32B141
Tints of Fruit Salad #32B141
RGB
CMYK
RGB Variations
Color information
#32B141 (or 0x32B141) is known color: Fruit Salad. HEX triplet: 32, B1 and 41. RGB value is (50,177,65). Sum of RGB (Red+Green+Blue) = 50+177+65=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #32B141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B141 is #CD4EBE. Grayscale: #7E7E7E. Windows color (decimal): -13455039 or 4305202. OLE color: 4305202.
HSL color Cylindrical-coordinate representation of color #32B141: hue angle of 127.09º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B141 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 65 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.31 |
| HSL | 127.09º | 0.56% | 0.45% | - |
| HSV(B) | 127.09º | 0.72% | 0.69% | - |
| XYZ | 17.99 | 32.5 | 10.33 | - |
| YUV | 126.26 | 93.42 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 65 | 0.72 | 0 | 0.63 | 0.31 | 127.09 | 0.56 | 0.45 |
| Hex | 32 | B1 | 41 | 48 | 0 | 3F | 1F | 7F | 38 | 2D |
| Octal | 62 | 261 | 101 | 110 | 0 | 77 | 37 | 177 | 70 | 55 |
| Binary | 110010 | 10110001 | 1000001 | 1001000 | 0 | 111111 | 11111 | 1111111 | 111000 | 101101 |
Color Harmonies of #32B141
Complementary color
Monochromatic Colors of #32B141
Black with #32B141
Text Example
Text Example
White with #32B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B141; }
p { color: rgb(50,177,65); }
H1.HeaderClassName
{
color: #32B141;
}
.AnyTagClassName
{
color: #32B141;
}
</style>
background-color css
<style>
a { background-color: #32B141; }
a { background-color: rgb(50,177,65); }
div.DivClassName
{
background-color: #32B141;
}
.BgClassName
{
background-color: #32B141;
}
</style>
border-color css
<style>
span { border-color: #32B141; }
span { border-color: rgb(50,177,65); }
td.TdClassName
{
border-color: #32B141;
}
.TagClassName
{
border-color: #32B141;
}
</style>