Shades of Fruit Salad #42914C
Tints of Fruit Salad #42914C
RGB
CMYK
RGB Variations
Color information
#42914C (or 0x42914C) is known color: Fruit Salad. HEX triplet: 42, 91 and 4C. RGB value is (66,145,76). Sum of RGB (Red+Green+Blue) = 66+145+76=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #42914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42914C is #BD6EB3. Grayscale: #717171. Windows color (decimal): -12414644 or 5017922. OLE color: 5017922.
HSL color Cylindrical-coordinate representation of color #42914C: hue angle of 127.59º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42914C is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 76 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.43 |
| HSL | 127.59º | 0.37% | 0.41% | - |
| HSV(B) | 127.59º | 0.54% | 0.57% | - |
| XYZ | 13.68 | 21.93 | 10.35 | - |
| YUV | 113.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 76 | 0.54 | 0 | 0.48 | 0.43 | 127.59 | 0.37 | 0.41 |
| Hex | 42 | 91 | 4C | 36 | 0 | 30 | 2B | 80 | 25 | 29 |
| Octal | 102 | 221 | 114 | 66 | 0 | 60 | 53 | 200 | 45 | 51 |
| Binary | 1000010 | 10010001 | 1001100 | 110110 | 0 | 110000 | 101011 | 10000000 | 100101 | 101001 |
Color Harmonies of #42914C
Complementary color
Monochromatic Colors of #42914C
Black with #42914C
Text Example
Text Example
White with #42914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42914C; }
p { color: rgb(66,145,76); }
H1.HeaderClassName
{
color: #42914C;
}
.AnyTagClassName
{
color: #42914C;
}
</style>
background-color css
<style>
a { background-color: #42914C; }
a { background-color: rgb(66,145,76); }
div.DivClassName
{
background-color: #42914C;
}
.BgClassName
{
background-color: #42914C;
}
</style>
border-color css
<style>
span { border-color: #42914C; }
span { border-color: rgb(66,145,76); }
td.TdClassName
{
border-color: #42914C;
}
.TagClassName
{
border-color: #42914C;
}
</style>