Shades of Fruit Salad #42AB49
Tints of Fruit Salad #42AB49
RGB
CMYK
RGB Variations
Color information
#42AB49 (or 0x42AB49) is known color: Fruit Salad. HEX triplet: 42, AB and 49. RGB value is (66,171,73). Sum of RGB (Red+Green+Blue) = 66+171+73=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB49 is #BD54B6. Grayscale: #808080. Windows color (decimal): -12407991 or 4827970. OLE color: 4827970.
HSL color Cylindrical-coordinate representation of color #42AB49: hue angle of 124º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB49 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 73 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.33 |
| HSL | 124º | 0.44% | 0.46% | - |
| HSV(B) | 124º | 0.61% | 0.67% | - |
| XYZ | 18.01 | 30.77 | 11.29 | - |
| YUV | 128.43 | 96.71 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 73 | 0.61 | 0 | 0.57 | 0.33 | 124 | 0.44 | 0.46 |
| Hex | 42 | AB | 49 | 3D | 0 | 39 | 21 | 7C | 2C | 2E |
| Octal | 102 | 253 | 111 | 75 | 0 | 71 | 41 | 174 | 54 | 56 |
| Binary | 1000010 | 10101011 | 1001001 | 111101 | 0 | 111001 | 100001 | 1111100 | 101100 | 101110 |
Color Harmonies of #42AB49
Complementary color
Monochromatic Colors of #42AB49
Black with #42AB49
Text Example
Text Example
White with #42AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB49; }
p { color: rgb(66,171,73); }
H1.HeaderClassName
{
color: #42AB49;
}
.AnyTagClassName
{
color: #42AB49;
}
</style>
background-color css
<style>
a { background-color: #42AB49; }
a { background-color: rgb(66,171,73); }
div.DivClassName
{
background-color: #42AB49;
}
.BgClassName
{
background-color: #42AB49;
}
</style>
border-color css
<style>
span { border-color: #42AB49; }
span { border-color: rgb(66,171,73); }
td.TdClassName
{
border-color: #42AB49;
}
.TagClassName
{
border-color: #42AB49;
}
</style>