Shades of Fruit Salad #429843
Tints of Fruit Salad #429843
RGB
CMYK
RGB Variations
Color information
#429843 (or 0x429843) is known color: Fruit Salad. HEX triplet: 42, 98 and 43. RGB value is (66,152,67). Sum of RGB (Red+Green+Blue) = 66+152+67=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #429843 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429843 is #BD67BC. Grayscale: #747474. Windows color (decimal): -12412861 or 4429890. OLE color: 4429890.
HSL color Cylindrical-coordinate representation of color #429843: hue angle of 120.7º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429843 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 67 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.40 |
| HSL | 120.7º | 0.39% | 0.43% | - |
| HSV(B) | 120.7º | 0.57% | 0.6% | - |
| XYZ | 14.49 | 24.02 | 9.18 | - |
| YUV | 116.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 67 | 0.57 | 0 | 0.56 | 0.40 | 120.7 | 0.39 | 0.43 |
| Hex | 42 | 98 | 43 | 39 | 0 | 38 | 28 | 79 | 27 | 2B |
| Octal | 102 | 230 | 103 | 71 | 0 | 70 | 50 | 171 | 47 | 53 |
| Binary | 1000010 | 10011000 | 1000011 | 111001 | 0 | 111000 | 101000 | 1111001 | 100111 | 101011 |
Color Harmonies of #429843
Complementary color
Monochromatic Colors of #429843
Black with #429843
Text Example
Text Example
White with #429843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429843; }
p { color: rgb(66,152,67); }
H1.HeaderClassName
{
color: #429843;
}
.AnyTagClassName
{
color: #429843;
}
</style>
background-color css
<style>
a { background-color: #429843; }
a { background-color: rgb(66,152,67); }
div.DivClassName
{
background-color: #429843;
}
.BgClassName
{
background-color: #429843;
}
</style>
border-color css
<style>
span { border-color: #429843; }
span { border-color: rgb(66,152,67); }
td.TdClassName
{
border-color: #429843;
}
.TagClassName
{
border-color: #429843;
}
</style>