Shades of Fruit Salad #42AA40
Tints of Fruit Salad #42AA40
RGB
CMYK
RGB Variations
Color information
#42AA40 (or 0x42AA40) is known color: Fruit Salad. HEX triplet: 42, AA and 40. RGB value is (66,170,64). Sum of RGB (Red+Green+Blue) = 66+170+64=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AA40 is #BD55BF. Grayscale: #7F7F7F. Windows color (decimal): -12408256 or 4237890. OLE color: 4237890.
HSL color Cylindrical-coordinate representation of color #42AA40: hue angle of 118.87º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AA40 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 64 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.33 |
| HSL | 118.87º | 0.45% | 0.46% | - |
| HSV(B) | 118.87º | 0.62% | 0.67% | - |
| XYZ | 17.55 | 30.28 | 9.77 | - |
| YUV | 126.82 | 92.54 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 64 | 0.61 | 0 | 0.62 | 0.33 | 118.87 | 0.45 | 0.46 |
| Hex | 42 | AA | 40 | 3D | 0 | 3E | 21 | 77 | 2D | 2E |
| Octal | 102 | 252 | 100 | 75 | 0 | 76 | 41 | 167 | 55 | 56 |
| Binary | 1000010 | 10101010 | 1000000 | 111101 | 0 | 111110 | 100001 | 1110111 | 101101 | 101110 |
Color Harmonies of #42AA40
Complementary color
Monochromatic Colors of #42AA40
Black with #42AA40
Text Example
Text Example
White with #42AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA40; }
p { color: rgb(66,170,64); }
H1.HeaderClassName
{
color: #42AA40;
}
.AnyTagClassName
{
color: #42AA40;
}
</style>
background-color css
<style>
a { background-color: #42AA40; }
a { background-color: rgb(66,170,64); }
div.DivClassName
{
background-color: #42AA40;
}
.BgClassName
{
background-color: #42AA40;
}
</style>
border-color css
<style>
span { border-color: #42AA40; }
span { border-color: rgb(66,170,64); }
td.TdClassName
{
border-color: #42AA40;
}
.TagClassName
{
border-color: #42AA40;
}
</style>