Shades of Fruit Salad #42B145
Tints of Fruit Salad #42B145
RGB
CMYK
RGB Variations
Color information
#42B145 (or 0x42B145) is known color: Fruit Salad. HEX triplet: 42, B1 and 45. RGB value is (66,177,69). Sum of RGB (Red+Green+Blue) = 66+177+69=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #42B145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B145 is #BD4EBA. Grayscale: #838383. Windows color (decimal): -12406459 or 4567362. OLE color: 4567362.
HSL color Cylindrical-coordinate representation of color #42B145: hue angle of 121.62º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B145 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 69 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.31 |
| HSL | 121.62º | 0.46% | 0.48% | - |
| HSV(B) | 121.62º | 0.63% | 0.69% | - |
| XYZ | 19.04 | 33.03 | 11 | - |
| YUV | 131.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 69 | 0.63 | 0 | 0.61 | 0.31 | 121.62 | 0.46 | 0.48 |
| Hex | 42 | B1 | 45 | 3F | 0 | 3D | 1F | 7A | 2E | 30 |
| Octal | 102 | 261 | 105 | 77 | 0 | 75 | 37 | 172 | 56 | 60 |
| Binary | 1000010 | 10110001 | 1000101 | 111111 | 0 | 111101 | 11111 | 1111010 | 101110 | 110000 |
Color Harmonies of #42B145
Complementary color
Monochromatic Colors of #42B145
Black with #42B145
Text Example
Text Example
White with #42B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B145; }
p { color: rgb(66,177,69); }
H1.HeaderClassName
{
color: #42B145;
}
.AnyTagClassName
{
color: #42B145;
}
</style>
background-color css
<style>
a { background-color: #42B145; }
a { background-color: rgb(66,177,69); }
div.DivClassName
{
background-color: #42B145;
}
.BgClassName
{
background-color: #42B145;
}
</style>
border-color css
<style>
span { border-color: #42B145; }
span { border-color: rgb(66,177,69); }
td.TdClassName
{
border-color: #42B145;
}
.TagClassName
{
border-color: #42B145;
}
</style>