Shades of Fruit Salad #42AE40
Tints of Fruit Salad #42AE40
RGB
CMYK
RGB Variations
Color information
#42AE40 (or 0x42AE40) is known color: Fruit Salad. HEX triplet: 42, AE and 40. RGB value is (66,174,64). Sum of RGB (Red+Green+Blue) = 66+174+64=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AE40 is #BD51BF. Grayscale: #818181. Windows color (decimal): -12407232 or 4238914. OLE color: 4238914.
HSL color Cylindrical-coordinate representation of color #42AE40: hue angle of 118.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42AE40 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 174 | 64 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.32 |
| HSL | 118.91º | 0.46% | 0.47% | - |
| HSV(B) | 118.91º | 0.63% | 0.68% | - |
| XYZ | 18.31 | 31.8 | 10.02 | - |
| YUV | 129.17 | 91.22 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 64 | 0.62 | 0 | 0.63 | 0.32 | 118.91 | 0.46 | 0.47 |
| Hex | 42 | AE | 40 | 3E | 0 | 3F | 20 | 77 | 2E | 2F |
| Octal | 102 | 256 | 100 | 76 | 0 | 77 | 40 | 167 | 56 | 57 |
| Binary | 1000010 | 10101110 | 1000000 | 111110 | 0 | 111111 | 100000 | 1110111 | 101110 | 101111 |
Color Harmonies of #42AE40
Complementary color
Monochromatic Colors of #42AE40
Black with #42AE40
Text Example
Text Example
White with #42AE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AE40; }
p { color: rgb(66,174,64); }
H1.HeaderClassName
{
color: #42AE40;
}
.AnyTagClassName
{
color: #42AE40;
}
</style>
background-color css
<style>
a { background-color: #42AE40; }
a { background-color: rgb(66,174,64); }
div.DivClassName
{
background-color: #42AE40;
}
.BgClassName
{
background-color: #42AE40;
}
</style>
border-color css
<style>
span { border-color: #42AE40; }
span { border-color: rgb(66,174,64); }
td.TdClassName
{
border-color: #42AE40;
}
.TagClassName
{
border-color: #42AE40;
}
</style>