Shades of Fruit Salad #428E42
Tints of Fruit Salad #428E42
RGB
CMYK
RGB Variations
Color information
#428E42 (or 0x428E42) is known color: Fruit Salad. HEX triplet: 42, 8E and 42. RGB value is (66,142,66). Sum of RGB (Red+Green+Blue) = 66+142+66=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #428E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E42 is #BD71BD. Grayscale: #6E6E6E. Windows color (decimal): -12415422 or 4361794. OLE color: 4361794.
HSL color Cylindrical-coordinate representation of color #428E42: hue angle of 120º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428E42 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 142 | 66 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.44 |
| HSL | 120º | 0.37% | 0.41% | - |
| HSV(B) | 120º | 0.54% | 0.56% | - |
| XYZ | 12.9 | 20.9 | 8.51 | - |
| YUV | 110.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 66 | 0.54 | 0 | 0.54 | 0.44 | 120 | 0.37 | 0.41 |
| Hex | 42 | 8E | 42 | 36 | 0 | 36 | 2C | 78 | 25 | 29 |
| Octal | 102 | 216 | 102 | 66 | 0 | 66 | 54 | 170 | 45 | 51 |
| Binary | 1000010 | 10001110 | 1000010 | 110110 | 0 | 110110 | 101100 | 1111000 | 100101 | 101001 |
Color Harmonies of #428E42
Complementary color
Monochromatic Colors of #428E42
Black with #428E42
Text Example
Text Example
White with #428E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428E42; }
p { color: rgb(66,142,66); }
H1.HeaderClassName
{
color: #428E42;
}
.AnyTagClassName
{
color: #428E42;
}
</style>
background-color css
<style>
a { background-color: #428E42; }
a { background-color: rgb(66,142,66); }
div.DivClassName
{
background-color: #428E42;
}
.BgClassName
{
background-color: #428E42;
}
</style>
border-color css
<style>
span { border-color: #428E42; }
span { border-color: rgb(66,142,66); }
td.TdClassName
{
border-color: #428E42;
}
.TagClassName
{
border-color: #428E42;
}
</style>