Shades of Fruit Salad #31AC3E
Tints of Fruit Salad #31AC3E
RGB
CMYK
RGB Variations
Color information
#31AC3E (or 0x31AC3E) is known color: Fruit Salad. HEX triplet: 31, AC and 3E. RGB value is (49,172,62). Sum of RGB (Red+Green+Blue) = 49+172+62=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC3E is #CE53C1. Grayscale: #7B7B7B. Windows color (decimal): -13521858 or 4107313. OLE color: 4107313.
HSL color Cylindrical-coordinate representation of color #31AC3E: hue angle of 126.34º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AC3E is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 172 | 62 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.33 |
| HSL | 126.34º | 0.56% | 0.43% | - |
| HSV(B) | 126.34º | 0.72% | 0.67% | - |
| XYZ | 16.89 | 30.51 | 9.56 | - |
| YUV | 122.68 | 93.75 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 62 | 0.72 | 0 | 0.64 | 0.33 | 126.34 | 0.56 | 0.43 |
| Hex | 31 | AC | 3E | 48 | 0 | 40 | 21 | 7E | 38 | 2B |
| Octal | 61 | 254 | 76 | 110 | 0 | 100 | 41 | 176 | 70 | 53 |
| Binary | 110001 | 10101100 | 111110 | 1001000 | 0 | 1000000 | 100001 | 1111110 | 111000 | 101011 |
Color Harmonies of #31AC3E
Complementary color
Monochromatic Colors of #31AC3E
Black with #31AC3E
Text Example
Text Example
White with #31AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AC3E; }
p { color: rgb(49,172,62); }
H1.HeaderClassName
{
color: #31AC3E;
}
.AnyTagClassName
{
color: #31AC3E;
}
</style>
background-color css
<style>
a { background-color: #31AC3E; }
a { background-color: rgb(49,172,62); }
div.DivClassName
{
background-color: #31AC3E;
}
.BgClassName
{
background-color: #31AC3E;
}
</style>
border-color css
<style>
span { border-color: #31AC3E; }
span { border-color: rgb(49,172,62); }
td.TdClassName
{
border-color: #31AC3E;
}
.TagClassName
{
border-color: #31AC3E;
}
</style>