Shades of Fruit Salad #42AB37
Tints of Fruit Salad #42AB37
RGB
CMYK
RGB Variations
Color information
#42AB37 (or 0x42AB37) is known color: Fruit Salad. HEX triplet: 42, AB and 37. RGB value is (66,171,55). Sum of RGB (Red+Green+Blue) = 66+171+55=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB37 is #BD54C8. Grayscale: #7E7E7E. Windows color (decimal): -12408009 or 3648322. OLE color: 3648322.
HSL color Cylindrical-coordinate representation of color #42AB37: hue angle of 114.31º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42AB37 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 55 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.33 |
| HSL | 114.31º | 0.51% | 0.44% | - |
| HSV(B) | 114.31º | 0.68% | 0.67% | - |
| XYZ | 17.5 | 30.56 | 8.59 | - |
| YUV | 126.38 | 87.71 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 55 | 0.61 | 0 | 0.68 | 0.33 | 114.31 | 0.51 | 0.44 |
| Hex | 42 | AB | 37 | 3D | 0 | 44 | 21 | 72 | 33 | 2C |
| Octal | 102 | 253 | 67 | 75 | 0 | 104 | 41 | 162 | 63 | 54 |
| Binary | 1000010 | 10101011 | 110111 | 111101 | 0 | 1000100 | 100001 | 1110010 | 110011 | 101100 |
Color Harmonies of #42AB37
Complementary color
Monochromatic Colors of #42AB37
Black with #42AB37
Text Example
Text Example
White with #42AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB37; }
p { color: rgb(66,171,55); }
H1.HeaderClassName
{
color: #42AB37;
}
.AnyTagClassName
{
color: #42AB37;
}
</style>
background-color css
<style>
a { background-color: #42AB37; }
a { background-color: rgb(66,171,55); }
div.DivClassName
{
background-color: #42AB37;
}
.BgClassName
{
background-color: #42AB37;
}
</style>
border-color css
<style>
span { border-color: #42AB37; }
span { border-color: rgb(66,171,55); }
td.TdClassName
{
border-color: #42AB37;
}
.TagClassName
{
border-color: #42AB37;
}
</style>