Shades of Fruit Salad #31AF42
Tints of Fruit Salad #31AF42
RGB
CMYK
RGB Variations
Color information
#31AF42 (or 0x31AF42) is known color: Fruit Salad. HEX triplet: 31, AF and 42. RGB value is (49,175,66). Sum of RGB (Red+Green+Blue) = 49+175+66=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF42 is #CE50BD. Grayscale: #7D7D7D. Windows color (decimal): -13521086 or 4370225. OLE color: 4370225.
HSL color Cylindrical-coordinate representation of color #31AF42: hue angle of 128.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AF42 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 66 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.31 |
| HSL | 128.1º | 0.56% | 0.44% | - |
| HSV(B) | 128.1º | 0.72% | 0.69% | - |
| XYZ | 17.58 | 31.71 | 10.35 | - |
| YUV | 124.9 | 94.76 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 66 | 0.72 | 0 | 0.62 | 0.31 | 128.1 | 0.56 | 0.44 |
| Hex | 31 | AF | 42 | 48 | 0 | 3E | 1F | 80 | 38 | 2C |
| Octal | 61 | 257 | 102 | 110 | 0 | 76 | 37 | 200 | 70 | 54 |
| Binary | 110001 | 10101111 | 1000010 | 1001000 | 0 | 111110 | 11111 | 10000000 | 111000 | 101100 |
Color Harmonies of #31AF42
Complementary color
Monochromatic Colors of #31AF42
Black with #31AF42
Text Example
Text Example
White with #31AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF42; }
p { color: rgb(49,175,66); }
H1.HeaderClassName
{
color: #31AF42;
}
.AnyTagClassName
{
color: #31AF42;
}
</style>
background-color css
<style>
a { background-color: #31AF42; }
a { background-color: rgb(49,175,66); }
div.DivClassName
{
background-color: #31AF42;
}
.BgClassName
{
background-color: #31AF42;
}
</style>
border-color css
<style>
span { border-color: #31AF42; }
span { border-color: rgb(49,175,66); }
td.TdClassName
{
border-color: #31AF42;
}
.TagClassName
{
border-color: #31AF42;
}
</style>