Shades of Fruit Salad #429A4D
Tints of Fruit Salad #429A4D
RGB
CMYK
RGB Variations
Color information
#429A4D (or 0x429A4D) is known color: Fruit Salad. HEX triplet: 42, 9A and 4D. RGB value is (66,154,77). Sum of RGB (Red+Green+Blue) = 66+154+77=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #429A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429A4D is #BD65B2. Grayscale: #777777. Windows color (decimal): -12412339 or 5085762. OLE color: 5085762.
HSL color Cylindrical-coordinate representation of color #429A4D: hue angle of 127.5º degrees, saturation: 0.4, 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 #429A4D is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 154 | 77 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.40 |
| HSL | 127.5º | 0.4% | 0.43% | - |
| HSV(B) | 127.5º | 0.57% | 0.6% | - |
| XYZ | 15.14 | 24.81 | 11.01 | - |
| YUV | 118.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 77 | 0.57 | 0 | 0.50 | 0.40 | 127.5 | 0.4 | 0.43 |
| Hex | 42 | 9A | 4D | 39 | 0 | 32 | 28 | 80 | 28 | 2B |
| Octal | 102 | 232 | 115 | 71 | 0 | 62 | 50 | 200 | 50 | 53 |
| Binary | 1000010 | 10011010 | 1001101 | 111001 | 0 | 110010 | 101000 | 10000000 | 101000 | 101011 |
Color Harmonies of #429A4D
Complementary color
Monochromatic Colors of #429A4D
Black with #429A4D
Text Example
Text Example
White with #429A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429A4D; }
p { color: rgb(66,154,77); }
H1.HeaderClassName
{
color: #429A4D;
}
.AnyTagClassName
{
color: #429A4D;
}
</style>
background-color css
<style>
a { background-color: #429A4D; }
a { background-color: rgb(66,154,77); }
div.DivClassName
{
background-color: #429A4D;
}
.BgClassName
{
background-color: #429A4D;
}
</style>
border-color css
<style>
span { border-color: #429A4D; }
span { border-color: rgb(66,154,77); }
td.TdClassName
{
border-color: #429A4D;
}
.TagClassName
{
border-color: #429A4D;
}
</style>