Shades of Fruit Salad #42AB43
Tints of Fruit Salad #42AB43
RGB
CMYK
RGB Variations
Color information
#42AB43 (or 0x42AB43) is known color: Fruit Salad. HEX triplet: 42, AB and 43. RGB value is (66,171,67). Sum of RGB (Red+Green+Blue) = 66+171+67=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB43 is #BD54BC. Grayscale: #808080. Windows color (decimal): -12407997 or 4434754. OLE color: 4434754.
HSL color Cylindrical-coordinate representation of color #42AB43: hue angle of 120.57º 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 #42AB43 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 67 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.33 |
| HSL | 120.57º | 0.44% | 0.46% | - |
| HSV(B) | 120.57º | 0.61% | 0.67% | - |
| XYZ | 17.82 | 30.69 | 10.29 | - |
| YUV | 127.75 | 93.71 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 67 | 0.61 | 0 | 0.61 | 0.33 | 120.57 | 0.44 | 0.46 |
| Hex | 42 | AB | 43 | 3D | 0 | 3D | 21 | 79 | 2C | 2E |
| Octal | 102 | 253 | 103 | 75 | 0 | 75 | 41 | 171 | 54 | 56 |
| Binary | 1000010 | 10101011 | 1000011 | 111101 | 0 | 111101 | 100001 | 1111001 | 101100 | 101110 |
Color Harmonies of #42AB43
Complementary color
Monochromatic Colors of #42AB43
Black with #42AB43
Text Example
Text Example
White with #42AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB43; }
p { color: rgb(66,171,67); }
H1.HeaderClassName
{
color: #42AB43;
}
.AnyTagClassName
{
color: #42AB43;
}
</style>
background-color css
<style>
a { background-color: #42AB43; }
a { background-color: rgb(66,171,67); }
div.DivClassName
{
background-color: #42AB43;
}
.BgClassName
{
background-color: #42AB43;
}
</style>
border-color css
<style>
span { border-color: #42AB43; }
span { border-color: rgb(66,171,67); }
td.TdClassName
{
border-color: #42AB43;
}
.TagClassName
{
border-color: #42AB43;
}
</style>