Shades of Fruit Salad #42A347
Tints of Fruit Salad #42A347
RGB
CMYK
RGB Variations
Color information
#42A347 (or 0x42A347) is known color: Fruit Salad. HEX triplet: 42, A3 and 47. RGB value is (66,163,71). Sum of RGB (Red+Green+Blue) = 66+163+71=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #42A347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A347 is #BD5CB8. Grayscale: #7B7B7B. Windows color (decimal): -12410041 or 4694850. OLE color: 4694850.
HSL color Cylindrical-coordinate representation of color #42A347: hue angle of 123.09º 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 #42A347 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 163 | 71 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.36 |
| HSL | 123.09º | 0.42% | 0.45% | - |
| HSV(B) | 123.09º | 0.6% | 0.64% | - |
| XYZ | 16.48 | 27.81 | 10.46 | - |
| YUV | 123.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 163 | 71 | 0.60 | 0 | 0.56 | 0.36 | 123.09 | 0.42 | 0.45 |
| Hex | 42 | A3 | 47 | 3C | 0 | 38 | 24 | 7B | 2A | 2D |
| Octal | 102 | 243 | 107 | 74 | 0 | 70 | 44 | 173 | 52 | 55 |
| Binary | 1000010 | 10100011 | 1000111 | 111100 | 0 | 111000 | 100100 | 1111011 | 101010 | 101101 |
Color Harmonies of #42A347
Complementary color
Monochromatic Colors of #42A347
Black with #42A347
Text Example
Text Example
White with #42A347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A347; }
p { color: rgb(66,163,71); }
H1.HeaderClassName
{
color: #42A347;
}
.AnyTagClassName
{
color: #42A347;
}
</style>
background-color css
<style>
a { background-color: #42A347; }
a { background-color: rgb(66,163,71); }
div.DivClassName
{
background-color: #42A347;
}
.BgClassName
{
background-color: #42A347;
}
</style>
border-color css
<style>
span { border-color: #42A347; }
span { border-color: rgb(66,163,71); }
td.TdClassName
{
border-color: #42A347;
}
.TagClassName
{
border-color: #42A347;
}
</style>