Shades of Fruit Salad #31AB42
Tints of Fruit Salad #31AB42
RGB
CMYK
RGB Variations
Color information
#31AB42 (or 0x31AB42) is known color: Fruit Salad. HEX triplet: 31, AB and 42. RGB value is (49,171,66). Sum of RGB (Red+Green+Blue) = 49+171+66=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AB42 is #CE54BD. Grayscale: #7A7A7A. Windows color (decimal): -13522110 or 4369201. OLE color: 4369201.
HSL color Cylindrical-coordinate representation of color #31AB42: hue angle of 128.36º 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 #31AB42 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 66 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.33 |
| HSL | 128.36º | 0.55% | 0.43% | - |
| HSV(B) | 128.36º | 0.71% | 0.67% | - |
| XYZ | 16.81 | 30.17 | 10.09 | - |
| YUV | 122.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 66 | 0.71 | 0 | 0.61 | 0.33 | 128.36 | 0.55 | 0.43 |
| Hex | 31 | AB | 42 | 47 | 0 | 3D | 21 | 80 | 37 | 2B |
| Octal | 61 | 253 | 102 | 107 | 0 | 75 | 41 | 200 | 67 | 53 |
| Binary | 110001 | 10101011 | 1000010 | 1000111 | 0 | 111101 | 100001 | 10000000 | 110111 | 101011 |
Color Harmonies of #31AB42
Complementary color
Monochromatic Colors of #31AB42
Black with #31AB42
Text Example
Text Example
White with #31AB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB42; }
p { color: rgb(49,171,66); }
H1.HeaderClassName
{
color: #31AB42;
}
.AnyTagClassName
{
color: #31AB42;
}
</style>
background-color css
<style>
a { background-color: #31AB42; }
a { background-color: rgb(49,171,66); }
div.DivClassName
{
background-color: #31AB42;
}
.BgClassName
{
background-color: #31AB42;
}
</style>
border-color css
<style>
span { border-color: #31AB42; }
span { border-color: rgb(49,171,66); }
td.TdClassName
{
border-color: #31AB42;
}
.TagClassName
{
border-color: #31AB42;
}
</style>