Shades of Fruit Salad #42B246
Tints of Fruit Salad #42B246
RGB
CMYK
RGB Variations
Color information
#42B246 (or 0x42B246) is known color: Fruit Salad. HEX triplet: 42, B2 and 46. RGB value is (66,178,70). Sum of RGB (Red+Green+Blue) = 66+178+70=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #42B246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B246 is #BD4DB9. Grayscale: #848484. Windows color (decimal): -12406202 or 4633154. OLE color: 4633154.
HSL color Cylindrical-coordinate representation of color #42B246: hue angle of 122.14º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B246 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 70 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.30 |
| HSL | 122.14º | 0.46% | 0.48% | - |
| HSV(B) | 122.14º | 0.63% | 0.7% | - |
| XYZ | 19.27 | 33.44 | 11.23 | - |
| YUV | 132.2 | 92.89 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 70 | 0.63 | 0 | 0.61 | 0.30 | 122.14 | 0.46 | 0.48 |
| Hex | 42 | B2 | 46 | 3F | 0 | 3D | 1E | 7A | 2E | 30 |
| Octal | 102 | 262 | 106 | 77 | 0 | 75 | 36 | 172 | 56 | 60 |
| Binary | 1000010 | 10110010 | 1000110 | 111111 | 0 | 111101 | 11110 | 1111010 | 101110 | 110000 |
Color Harmonies of #42B246
Complementary color
Monochromatic Colors of #42B246
Black with #42B246
Text Example
Text Example
White with #42B246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B246; }
p { color: rgb(66,178,70); }
H1.HeaderClassName
{
color: #42B246;
}
.AnyTagClassName
{
color: #42B246;
}
</style>
background-color css
<style>
a { background-color: #42B246; }
a { background-color: rgb(66,178,70); }
div.DivClassName
{
background-color: #42B246;
}
.BgClassName
{
background-color: #42B246;
}
</style>
border-color css
<style>
span { border-color: #42B246; }
span { border-color: rgb(66,178,70); }
td.TdClassName
{
border-color: #42B246;
}
.TagClassName
{
border-color: #42B246;
}
</style>