Shades of Fruit Salad #42AB3F
Tints of Fruit Salad #42AB3F
RGB
CMYK
RGB Variations
Color information
#42AB3F (or 0x42AB3F) is known color: Fruit Salad. HEX triplet: 42, AB and 3F. RGB value is (66,171,63). Sum of RGB (Red+Green+Blue) = 66+171+63=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB3F is #BD54C0. Grayscale: #7F7F7F. Windows color (decimal): -12408001 or 4172610. OLE color: 4172610.
HSL color Cylindrical-coordinate representation of color #42AB3F: hue angle of 118.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42AB3F is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 63 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.33 |
| HSL | 118.33º | 0.46% | 0.46% | - |
| HSV(B) | 118.33º | 0.63% | 0.67% | - |
| XYZ | 17.71 | 30.64 | 9.68 | - |
| YUV | 127.29 | 91.71 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 63 | 0.61 | 0 | 0.63 | 0.33 | 118.33 | 0.46 | 0.46 |
| Hex | 42 | AB | 3F | 3D | 0 | 3F | 21 | 76 | 2E | 2E |
| Octal | 102 | 253 | 77 | 75 | 0 | 77 | 41 | 166 | 56 | 56 |
| Binary | 1000010 | 10101011 | 111111 | 111101 | 0 | 111111 | 100001 | 1110110 | 101110 | 101110 |
Color Harmonies of #42AB3F
Complementary color
Monochromatic Colors of #42AB3F
Black with #42AB3F
Text Example
Text Example
White with #42AB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB3F; }
p { color: rgb(66,171,63); }
H1.HeaderClassName
{
color: #42AB3F;
}
.AnyTagClassName
{
color: #42AB3F;
}
</style>
background-color css
<style>
a { background-color: #42AB3F; }
a { background-color: rgb(66,171,63); }
div.DivClassName
{
background-color: #42AB3F;
}
.BgClassName
{
background-color: #42AB3F;
}
</style>
border-color css
<style>
span { border-color: #42AB3F; }
span { border-color: rgb(66,171,63); }
td.TdClassName
{
border-color: #42AB3F;
}
.TagClassName
{
border-color: #42AB3F;
}
</style>