Shades of Fruit Salad #429B42
Tints of Fruit Salad #429B42
RGB
CMYK
RGB Variations
Color information
#429B42 (or 0x429B42) is known color: Fruit Salad. HEX triplet: 42, 9B and 42. RGB value is (66,155,66). Sum of RGB (Red+Green+Blue) = 66+155+66=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #429B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B42 is #BD64BD. Grayscale: #767676. Windows color (decimal): -12412094 or 4365122. OLE color: 4365122.
HSL color Cylindrical-coordinate representation of color #429B42: hue angle of 120º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B42 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 66 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.39 |
| HSL | 120º | 0.4% | 0.43% | - |
| HSV(B) | 120º | 0.57% | 0.61% | - |
| XYZ | 14.95 | 24.99 | 9.19 | - |
| YUV | 118.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 66 | 0.57 | 0 | 0.57 | 0.39 | 120 | 0.4 | 0.43 |
| Hex | 42 | 9B | 42 | 39 | 0 | 39 | 27 | 78 | 28 | 2B |
| Octal | 102 | 233 | 102 | 71 | 0 | 71 | 47 | 170 | 50 | 53 |
| Binary | 1000010 | 10011011 | 1000010 | 111001 | 0 | 111001 | 100111 | 1111000 | 101000 | 101011 |
Color Harmonies of #429B42
Complementary color
Monochromatic Colors of #429B42
Black with #429B42
Text Example
Text Example
White with #429B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B42; }
p { color: rgb(66,155,66); }
H1.HeaderClassName
{
color: #429B42;
}
.AnyTagClassName
{
color: #429B42;
}
</style>
background-color css
<style>
a { background-color: #429B42; }
a { background-color: rgb(66,155,66); }
div.DivClassName
{
background-color: #429B42;
}
.BgClassName
{
background-color: #429B42;
}
</style>
border-color css
<style>
span { border-color: #429B42; }
span { border-color: rgb(66,155,66); }
td.TdClassName
{
border-color: #429B42;
}
.TagClassName
{
border-color: #429B42;
}
</style>