Shades of Fruit Salad #429C4B
Tints of Fruit Salad #429C4B
RGB
CMYK
RGB Variations
Color information
#429C4B (or 0x429C4B) is known color: Fruit Salad. HEX triplet: 42, 9C and 4B. RGB value is (66,156,75). Sum of RGB (Red+Green+Blue) = 66+156+75=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #429C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C4B is #BD63B4. Grayscale: #787878. Windows color (decimal): -12411829 or 4955202. OLE color: 4955202.
HSL color Cylindrical-coordinate representation of color #429C4B: hue angle of 126º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C4B is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 75 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.39 |
| HSL | 126º | 0.41% | 0.44% | - |
| HSV(B) | 126º | 0.58% | 0.61% | - |
| XYZ | 15.41 | 25.44 | 10.76 | - |
| YUV | 119.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 75 | 0.58 | 0 | 0.52 | 0.39 | 126 | 0.41 | 0.44 |
| Hex | 42 | 9C | 4B | 3A | 0 | 34 | 27 | 7E | 29 | 2C |
| Octal | 102 | 234 | 113 | 72 | 0 | 64 | 47 | 176 | 51 | 54 |
| Binary | 1000010 | 10011100 | 1001011 | 111010 | 0 | 110100 | 100111 | 1111110 | 101001 | 101100 |
Color Harmonies of #429C4B
Complementary color
Monochromatic Colors of #429C4B
Black with #429C4B
Text Example
Text Example
White with #429C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C4B; }
p { color: rgb(66,156,75); }
H1.HeaderClassName
{
color: #429C4B;
}
.AnyTagClassName
{
color: #429C4B;
}
</style>
background-color css
<style>
a { background-color: #429C4B; }
a { background-color: rgb(66,156,75); }
div.DivClassName
{
background-color: #429C4B;
}
.BgClassName
{
background-color: #429C4B;
}
</style>
border-color css
<style>
span { border-color: #429C4B; }
span { border-color: rgb(66,156,75); }
td.TdClassName
{
border-color: #429C4B;
}
.TagClassName
{
border-color: #429C4B;
}
</style>