Shades of Fruit Salad #42A445
Tints of Fruit Salad #42A445
RGB
CMYK
RGB Variations
Color information
#42A445 (or 0x42A445) is known color: Fruit Salad. HEX triplet: 42, A4 and 45. RGB value is (66,164,69). Sum of RGB (Red+Green+Blue) = 66+164+69=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #42A445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A445 is #BD5BBA. Grayscale: #7C7C7C. Windows color (decimal): -12409787 or 4564034. OLE color: 4564034.
HSL color Cylindrical-coordinate representation of color #42A445: hue angle of 121.84º degrees, saturation: 0.43, 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 #42A445 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 164 | 69 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.36 |
| HSL | 121.84º | 0.43% | 0.45% | - |
| HSV(B) | 121.84º | 0.6% | 0.64% | - |
| XYZ | 16.6 | 28.14 | 10.19 | - |
| YUV | 123.87 | 97.03 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 164 | 69 | 0.60 | 0 | 0.58 | 0.36 | 121.84 | 0.43 | 0.45 |
| Hex | 42 | A4 | 45 | 3C | 0 | 3A | 24 | 7A | 2B | 2D |
| Octal | 102 | 244 | 105 | 74 | 0 | 72 | 44 | 172 | 53 | 55 |
| Binary | 1000010 | 10100100 | 1000101 | 111100 | 0 | 111010 | 100100 | 1111010 | 101011 | 101101 |
Color Harmonies of #42A445
Complementary color
Monochromatic Colors of #42A445
Black with #42A445
Text Example
Text Example
White with #42A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A445; }
p { color: rgb(66,164,69); }
H1.HeaderClassName
{
color: #42A445;
}
.AnyTagClassName
{
color: #42A445;
}
</style>
background-color css
<style>
a { background-color: #42A445; }
a { background-color: rgb(66,164,69); }
div.DivClassName
{
background-color: #42A445;
}
.BgClassName
{
background-color: #42A445;
}
</style>
border-color css
<style>
span { border-color: #42A445; }
span { border-color: rgb(66,164,69); }
td.TdClassName
{
border-color: #42A445;
}
.TagClassName
{
border-color: #42A445;
}
</style>