Shades of Fruit Salad #42A950
Tints of Fruit Salad #42A950
RGB
CMYK
RGB Variations
Color information
#42A950 (or 0x42A950) is known color: Fruit Salad. HEX triplet: 42, A9 and 50. RGB value is (66,169,80). Sum of RGB (Red+Green+Blue) = 66+169+80=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #42A950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A950 is #BD56AF. Grayscale: #808080. Windows color (decimal): -12408496 or 5286210. OLE color: 5286210.
HSL color Cylindrical-coordinate representation of color #42A950: hue angle of 128.16º 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 #42A950 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 80 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.34 |
| HSL | 128.16º | 0.44% | 0.46% | - |
| HSV(B) | 128.16º | 0.61% | 0.66% | - |
| XYZ | 17.88 | 30.11 | 12.46 | - |
| YUV | 128.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 80 | 0.61 | 0 | 0.53 | 0.34 | 128.16 | 0.44 | 0.46 |
| Hex | 42 | A9 | 50 | 3D | 0 | 35 | 22 | 80 | 2C | 2E |
| Octal | 102 | 251 | 120 | 75 | 0 | 65 | 42 | 200 | 54 | 56 |
| Binary | 1000010 | 10101001 | 1010000 | 111101 | 0 | 110101 | 100010 | 10000000 | 101100 | 101110 |
Color Harmonies of #42A950
Complementary color
Monochromatic Colors of #42A950
Black with #42A950
Text Example
Text Example
White with #42A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A950; }
p { color: rgb(66,169,80); }
H1.HeaderClassName
{
color: #42A950;
}
.AnyTagClassName
{
color: #42A950;
}
</style>
background-color css
<style>
a { background-color: #42A950; }
a { background-color: rgb(66,169,80); }
div.DivClassName
{
background-color: #42A950;
}
.BgClassName
{
background-color: #42A950;
}
</style>
border-color css
<style>
span { border-color: #42A950; }
span { border-color: rgb(66,169,80); }
td.TdClassName
{
border-color: #42A950;
}
.TagClassName
{
border-color: #42A950;
}
</style>