Shades of Fruit Salad #42A845
Tints of Fruit Salad #42A845
RGB
CMYK
RGB Variations
Color information
#42A845 (or 0x42A845) is known color: Fruit Salad. HEX triplet: 42, A8 and 45. RGB value is (66,168,69). Sum of RGB (Red+Green+Blue) = 66+168+69=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #42A845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A845 is #BD57BA. Grayscale: #7E7E7E. Windows color (decimal): -12408763 or 4565058. OLE color: 4565058.
HSL color Cylindrical-coordinate representation of color #42A845: hue angle of 121.76º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A845 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 168 | 69 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.34 |
| HSL | 121.76º | 0.44% | 0.46% | - |
| HSV(B) | 121.76º | 0.61% | 0.66% | - |
| XYZ | 17.32 | 29.59 | 10.43 | - |
| YUV | 126.22 | 95.71 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 69 | 0.61 | 0 | 0.59 | 0.34 | 121.76 | 0.44 | 0.46 |
| Hex | 42 | A8 | 45 | 3D | 0 | 3B | 22 | 7A | 2C | 2E |
| Octal | 102 | 250 | 105 | 75 | 0 | 73 | 42 | 172 | 54 | 56 |
| Binary | 1000010 | 10101000 | 1000101 | 111101 | 0 | 111011 | 100010 | 1111010 | 101100 | 101110 |
Color Harmonies of #42A845
Complementary color
Monochromatic Colors of #42A845
Black with #42A845
Text Example
Text Example
White with #42A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A845; }
p { color: rgb(66,168,69); }
H1.HeaderClassName
{
color: #42A845;
}
.AnyTagClassName
{
color: #42A845;
}
</style>
background-color css
<style>
a { background-color: #42A845; }
a { background-color: rgb(66,168,69); }
div.DivClassName
{
background-color: #42A845;
}
.BgClassName
{
background-color: #42A845;
}
</style>
border-color css
<style>
span { border-color: #42A845; }
span { border-color: rgb(66,168,69); }
td.TdClassName
{
border-color: #42A845;
}
.TagClassName
{
border-color: #42A845;
}
</style>