Shades of Fruit Salad #42A13F
Tints of Fruit Salad #42A13F
RGB
CMYK
RGB Variations
Color information
#42A13F (or 0x42A13F) is known color: Fruit Salad. HEX triplet: 42, A1 and 3F. RGB value is (66,161,63). Sum of RGB (Red+Green+Blue) = 66+161+63=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 161 (63.28% from 255 or 55.52% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 161 - color contains mainly: green. Hex color #42A13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A13F is #BD5EC0. Grayscale: #797979. Windows color (decimal): -12410561 or 4170050. OLE color: 4170050.
HSL color Cylindrical-coordinate representation of color #42A13F: hue angle of 118.16º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A13F is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 63 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.37 |
| HSL | 118.16º | 0.44% | 0.44% | - |
| HSV(B) | 118.16º | 0.61% | 0.63% | - |
| XYZ | 15.89 | 27.01 | 9.08 | - |
| YUV | 121.42 | 95.03 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 63 | 0.59 | 0 | 0.61 | 0.37 | 118.16 | 0.44 | 0.44 |
| Hex | 42 | A1 | 3F | 3B | 0 | 3D | 25 | 76 | 2C | 2C |
| Octal | 102 | 241 | 77 | 73 | 0 | 75 | 45 | 166 | 54 | 54 |
| Binary | 1000010 | 10100001 | 111111 | 111011 | 0 | 111101 | 100101 | 1110110 | 101100 | 101100 |
Color Harmonies of #42A13F
Complementary color
Monochromatic Colors of #42A13F
Black with #42A13F
Text Example
Text Example
White with #42A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A13F; }
p { color: rgb(66,161,63); }
H1.HeaderClassName
{
color: #42A13F;
}
.AnyTagClassName
{
color: #42A13F;
}
</style>
background-color css
<style>
a { background-color: #42A13F; }
a { background-color: rgb(66,161,63); }
div.DivClassName
{
background-color: #42A13F;
}
.BgClassName
{
background-color: #42A13F;
}
</style>
border-color css
<style>
span { border-color: #42A13F; }
span { border-color: rgb(66,161,63); }
td.TdClassName
{
border-color: #42A13F;
}
.TagClassName
{
border-color: #42A13F;
}
</style>