Shades of Fruit Salad #42B350
Tints of Fruit Salad #42B350
RGB
CMYK
RGB Variations
Color information
#42B350 (or 0x42B350) is known color: Fruit Salad. HEX triplet: 42, B3 and 50. RGB value is (66,179,80). Sum of RGB (Red+Green+Blue) = 66+179+80=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #42B350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B350 is #BD4CAF. Grayscale: #868686. Windows color (decimal): -12405936 or 5288770. OLE color: 5288770.
HSL color Cylindrical-coordinate representation of color #42B350: hue angle of 127.43º 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 #42B350 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 80 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.30 |
| HSL | 127.43º | 0.46% | 0.48% | - |
| HSV(B) | 127.43º | 0.63% | 0.7% | - |
| XYZ | 19.81 | 33.98 | 13.1 | - |
| YUV | 133.93 | 97.56 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 80 | 0.63 | 0 | 0.55 | 0.30 | 127.43 | 0.46 | 0.48 |
| Hex | 42 | B3 | 50 | 3F | 0 | 37 | 1E | 7F | 2E | 30 |
| Octal | 102 | 263 | 120 | 77 | 0 | 67 | 36 | 177 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1010000 | 111111 | 0 | 110111 | 11110 | 1111111 | 101110 | 110000 |
Color Harmonies of #42B350
Complementary color
Monochromatic Colors of #42B350
Black with #42B350
Text Example
Text Example
White with #42B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B350; }
p { color: rgb(66,179,80); }
H1.HeaderClassName
{
color: #42B350;
}
.AnyTagClassName
{
color: #42B350;
}
</style>
background-color css
<style>
a { background-color: #42B350; }
a { background-color: rgb(66,179,80); }
div.DivClassName
{
background-color: #42B350;
}
.BgClassName
{
background-color: #42B350;
}
</style>
border-color css
<style>
span { border-color: #42B350; }
span { border-color: rgb(66,179,80); }
td.TdClassName
{
border-color: #42B350;
}
.TagClassName
{
border-color: #42B350;
}
</style>