Shades of Fruit Salad #42A951
Tints of Fruit Salad #42A951
RGB
CMYK
RGB Variations
Color information
#42A951 (or 0x42A951) is known color: Fruit Salad. HEX triplet: 42, A9 and 51. RGB value is (66,169,81). Sum of RGB (Red+Green+Blue) = 66+169+81=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 169 (66.41% from 255 or 53.48% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 169 - color contains mainly: green. Hex color #42A951 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A951 is #BD56AE. Grayscale: #808080. Windows color (decimal): -12408495 or 5351746. OLE color: 5351746.
HSL color Cylindrical-coordinate representation of color #42A951: hue angle of 128.74º 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 #42A951 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 81 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.34 |
| HSL | 128.74º | 0.44% | 0.46% | - |
| HSV(B) | 128.74º | 0.61% | 0.66% | - |
| XYZ | 17.92 | 30.13 | 12.66 | - |
| YUV | 128.17 | 101.38 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 81 | 0.61 | 0 | 0.52 | 0.34 | 128.74 | 0.44 | 0.46 |
| Hex | 42 | A9 | 51 | 3D | 0 | 34 | 22 | 81 | 2C | 2E |
| Octal | 102 | 251 | 121 | 75 | 0 | 64 | 42 | 201 | 54 | 56 |
| Binary | 1000010 | 10101001 | 1010001 | 111101 | 0 | 110100 | 100010 | 10000001 | 101100 | 101110 |
Color Harmonies of #42A951
Complementary color
Monochromatic Colors of #42A951
Black with #42A951
Text Example
Text Example
White with #42A951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A951; }
p { color: rgb(66,169,81); }
H1.HeaderClassName
{
color: #42A951;
}
.AnyTagClassName
{
color: #42A951;
}
</style>
background-color css
<style>
a { background-color: #42A951; }
a { background-color: rgb(66,169,81); }
div.DivClassName
{
background-color: #42A951;
}
.BgClassName
{
background-color: #42A951;
}
</style>
border-color css
<style>
span { border-color: #42A951; }
span { border-color: rgb(66,169,81); }
td.TdClassName
{
border-color: #42A951;
}
.TagClassName
{
border-color: #42A951;
}
</style>