Shades of Fruit Salad #42B345
Tints of Fruit Salad #42B345
RGB
CMYK
RGB Variations
Color information
#42B345 (or 0x42B345) is known color: Fruit Salad. HEX triplet: 42, B3 and 45. RGB value is (66,179,69). Sum of RGB (Red+Green+Blue) = 66+179+69=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #42B345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B345 is #BD4CBA. Grayscale: #858585. Windows color (decimal): -12405947 or 4567874. OLE color: 4567874.
HSL color Cylindrical-coordinate representation of color #42B345: hue angle of 121.59º 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 #42B345 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 69 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.30 |
| HSL | 121.59º | 0.46% | 0.48% | - |
| HSV(B) | 121.59º | 0.63% | 0.7% | - |
| XYZ | 19.44 | 33.83 | 11.14 | - |
| YUV | 132.67 | 92.06 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 69 | 0.63 | 0 | 0.61 | 0.30 | 121.59 | 0.46 | 0.48 |
| Hex | 42 | B3 | 45 | 3F | 0 | 3D | 1E | 7A | 2E | 30 |
| Octal | 102 | 263 | 105 | 77 | 0 | 75 | 36 | 172 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1000101 | 111111 | 0 | 111101 | 11110 | 1111010 | 101110 | 110000 |
Color Harmonies of #42B345
Complementary color
Monochromatic Colors of #42B345
Black with #42B345
Text Example
Text Example
White with #42B345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B345; }
p { color: rgb(66,179,69); }
H1.HeaderClassName
{
color: #42B345;
}
.AnyTagClassName
{
color: #42B345;
}
</style>
background-color css
<style>
a { background-color: #42B345; }
a { background-color: rgb(66,179,69); }
div.DivClassName
{
background-color: #42B345;
}
.BgClassName
{
background-color: #42B345;
}
</style>
border-color css
<style>
span { border-color: #42B345; }
span { border-color: rgb(66,179,69); }
td.TdClassName
{
border-color: #42B345;
}
.TagClassName
{
border-color: #42B345;
}
</style>