Shades of Fruit Salad #42A350
Tints of Fruit Salad #42A350
RGB
CMYK
RGB Variations
Color information
#42A350 (or 0x42A350) is known color: Fruit Salad. HEX triplet: 42, A3 and 50. RGB value is (66,163,80). Sum of RGB (Red+Green+Blue) = 66+163+80=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #42A350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A350 is #BD5CAF. Grayscale: #7C7C7C. Windows color (decimal): -12410032 or 5284674. OLE color: 5284674.
HSL color Cylindrical-coordinate representation of color #42A350: hue angle of 128.66º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A350 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 163 | 80 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.36 |
| HSL | 128.66º | 0.42% | 0.45% | - |
| HSV(B) | 128.66º | 0.6% | 0.64% | - |
| XYZ | 16.79 | 27.93 | 12.1 | - |
| YUV | 124.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 163 | 80 | 0.60 | 0 | 0.51 | 0.36 | 128.66 | 0.42 | 0.45 |
| Hex | 42 | A3 | 50 | 3C | 0 | 33 | 24 | 81 | 2A | 2D |
| Octal | 102 | 243 | 120 | 74 | 0 | 63 | 44 | 201 | 52 | 55 |
| Binary | 1000010 | 10100011 | 1010000 | 111100 | 0 | 110011 | 100100 | 10000001 | 101010 | 101101 |
Color Harmonies of #42A350
Complementary color
Monochromatic Colors of #42A350
Black with #42A350
Text Example
Text Example
White with #42A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A350; }
p { color: rgb(66,163,80); }
H1.HeaderClassName
{
color: #42A350;
}
.AnyTagClassName
{
color: #42A350;
}
</style>
background-color css
<style>
a { background-color: #42A350; }
a { background-color: rgb(66,163,80); }
div.DivClassName
{
background-color: #42A350;
}
.BgClassName
{
background-color: #42A350;
}
</style>
border-color css
<style>
span { border-color: #42A350; }
span { border-color: rgb(66,163,80); }
td.TdClassName
{
border-color: #42A350;
}
.TagClassName
{
border-color: #42A350;
}
</style>