Shades of Fruit Salad #42A94C
Tints of Fruit Salad #42A94C
RGB
CMYK
RGB Variations
Color information
#42A94C (or 0x42A94C) is known color: Fruit Salad. HEX triplet: 42, A9 and 4C. RGB value is (66,169,76). Sum of RGB (Red+Green+Blue) = 66+169+76=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #42A94C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A94C is #BD56B3. Grayscale: #7F7F7F. Windows color (decimal): -12408500 or 5024066. OLE color: 5024066.
HSL color Cylindrical-coordinate representation of color #42A94C: hue angle of 125.83º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A94C is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 76 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.34 |
| HSL | 125.83º | 0.44% | 0.46% | - |
| HSV(B) | 125.83º | 0.61% | 0.66% | - |
| XYZ | 17.74 | 30.06 | 11.7 | - |
| YUV | 127.6 | 98.88 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 76 | 0.61 | 0 | 0.55 | 0.34 | 125.83 | 0.44 | 0.46 |
| Hex | 42 | A9 | 4C | 3D | 0 | 37 | 22 | 7E | 2C | 2E |
| Octal | 102 | 251 | 114 | 75 | 0 | 67 | 42 | 176 | 54 | 56 |
| Binary | 1000010 | 10101001 | 1001100 | 111101 | 0 | 110111 | 100010 | 1111110 | 101100 | 101110 |
Color Harmonies of #42A94C
Complementary color
Monochromatic Colors of #42A94C
Black with #42A94C
Text Example
Text Example
White with #42A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A94C; }
p { color: rgb(66,169,76); }
H1.HeaderClassName
{
color: #42A94C;
}
.AnyTagClassName
{
color: #42A94C;
}
</style>
background-color css
<style>
a { background-color: #42A94C; }
a { background-color: rgb(66,169,76); }
div.DivClassName
{
background-color: #42A94C;
}
.BgClassName
{
background-color: #42A94C;
}
</style>
border-color css
<style>
span { border-color: #42A94C; }
span { border-color: rgb(66,169,76); }
td.TdClassName
{
border-color: #42A94C;
}
.TagClassName
{
border-color: #42A94C;
}
</style>