Shades of Fruit Salad #42AB44
Tints of Fruit Salad #42AB44
RGB
CMYK
RGB Variations
Color information
#42AB44 (or 0x42AB44) is known color: Fruit Salad. HEX triplet: 42, AB and 44. RGB value is (66,171,68). Sum of RGB (Red+Green+Blue) = 66+171+68=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB44 is #BD54BB. Grayscale: #808080. Windows color (decimal): -12407996 or 4500290. OLE color: 4500290.
HSL color Cylindrical-coordinate representation of color #42AB44: hue angle of 121.14º 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 #42AB44 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 68 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.33 |
| HSL | 121.14º | 0.44% | 0.46% | - |
| HSV(B) | 121.14º | 0.61% | 0.67% | - |
| XYZ | 17.85 | 30.7 | 10.45 | - |
| YUV | 127.86 | 94.21 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 68 | 0.61 | 0 | 0.60 | 0.33 | 121.14 | 0.44 | 0.46 |
| Hex | 42 | AB | 44 | 3D | 0 | 3C | 21 | 79 | 2C | 2E |
| Octal | 102 | 253 | 104 | 75 | 0 | 74 | 41 | 171 | 54 | 56 |
| Binary | 1000010 | 10101011 | 1000100 | 111101 | 0 | 111100 | 100001 | 1111001 | 101100 | 101110 |
Color Harmonies of #42AB44
Complementary color
Monochromatic Colors of #42AB44
Black with #42AB44
Text Example
Text Example
White with #42AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB44; }
p { color: rgb(66,171,68); }
H1.HeaderClassName
{
color: #42AB44;
}
.AnyTagClassName
{
color: #42AB44;
}
</style>
background-color css
<style>
a { background-color: #42AB44; }
a { background-color: rgb(66,171,68); }
div.DivClassName
{
background-color: #42AB44;
}
.BgClassName
{
background-color: #42AB44;
}
</style>
border-color css
<style>
span { border-color: #42AB44; }
span { border-color: rgb(66,171,68); }
td.TdClassName
{
border-color: #42AB44;
}
.TagClassName
{
border-color: #42AB44;
}
</style>