Shades of Fruit Salad #42B355
Tints of Fruit Salad #42B355
RGB
CMYK
RGB Variations
Color information
#42B355 (or 0x42B355) is known color: Fruit Salad. HEX triplet: 42, B3 and 55. RGB value is (66,179,85). Sum of RGB (Red+Green+Blue) = 66+179+85=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #42B355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B355 is #BD4CAA. Grayscale: #868686. Windows color (decimal): -12405931 or 5616450. OLE color: 5616450.
HSL color Cylindrical-coordinate representation of color #42B355: hue angle of 130.09º 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 #42B355 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 85 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.30 |
| HSL | 130.09º | 0.46% | 0.48% | - |
| HSV(B) | 130.09º | 0.63% | 0.7% | - |
| XYZ | 20.01 | 34.05 | 14.11 | - |
| YUV | 134.5 | 100.06 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 85 | 0.63 | 0 | 0.53 | 0.30 | 130.09 | 0.46 | 0.48 |
| Hex | 42 | B3 | 55 | 3F | 0 | 35 | 1E | 82 | 2E | 30 |
| Octal | 102 | 263 | 125 | 77 | 0 | 65 | 36 | 202 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1010101 | 111111 | 0 | 110101 | 11110 | 10000010 | 101110 | 110000 |
Color Harmonies of #42B355
Complementary color
Monochromatic Colors of #42B355
Black with #42B355
Text Example
Text Example
White with #42B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B355; }
p { color: rgb(66,179,85); }
H1.HeaderClassName
{
color: #42B355;
}
.AnyTagClassName
{
color: #42B355;
}
</style>
background-color css
<style>
a { background-color: #42B355; }
a { background-color: rgb(66,179,85); }
div.DivClassName
{
background-color: #42B355;
}
.BgClassName
{
background-color: #42B355;
}
</style>
border-color css
<style>
span { border-color: #42B355; }
span { border-color: rgb(66,179,85); }
td.TdClassName
{
border-color: #42B355;
}
.TagClassName
{
border-color: #42B355;
}
</style>