Shades of Fruit Salad #42AB34
Tints of Fruit Salad #42AB34
RGB
CMYK
RGB Variations
Color information
#42AB34 (or 0x42AB34) is known color: Fruit Salad. HEX triplet: 42, AB and 34. RGB value is (66,171,52). Sum of RGB (Red+Green+Blue) = 66+171+52=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB34 is #BD54CB. Grayscale: #7E7E7E. Windows color (decimal): -12408012 or 3451714. OLE color: 3451714.
HSL color Cylindrical-coordinate representation of color #42AB34: hue angle of 112.94º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AB34 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 52 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.33 |
| HSL | 112.94º | 0.53% | 0.44% | - |
| HSV(B) | 112.94º | 0.7% | 0.67% | - |
| XYZ | 17.43 | 30.53 | 8.22 | - |
| YUV | 126.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 52 | 0.61 | 0 | 0.70 | 0.33 | 112.94 | 0.53 | 0.44 |
| Hex | 42 | AB | 34 | 3D | 0 | 46 | 21 | 71 | 35 | 2C |
| Octal | 102 | 253 | 64 | 75 | 0 | 106 | 41 | 161 | 65 | 54 |
| Binary | 1000010 | 10101011 | 110100 | 111101 | 0 | 1000110 | 100001 | 1110001 | 110101 | 101100 |
Color Harmonies of #42AB34
Complementary color
Monochromatic Colors of #42AB34
Black with #42AB34
Text Example
Text Example
White with #42AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB34; }
p { color: rgb(66,171,52); }
H1.HeaderClassName
{
color: #42AB34;
}
.AnyTagClassName
{
color: #42AB34;
}
</style>
background-color css
<style>
a { background-color: #42AB34; }
a { background-color: rgb(66,171,52); }
div.DivClassName
{
background-color: #42AB34;
}
.BgClassName
{
background-color: #42AB34;
}
</style>
border-color css
<style>
span { border-color: #42AB34; }
span { border-color: rgb(66,171,52); }
td.TdClassName
{
border-color: #42AB34;
}
.TagClassName
{
border-color: #42AB34;
}
</style>