Shades of Fruit Salad #42C050
Tints of Fruit Salad #42C050
RGB
CMYK
RGB Variations
Color information
#42C050 (or 0x42C050) is known color: Fruit Salad. HEX triplet: 42, C0 and 50. RGB value is (66,192,80). Sum of RGB (Red+Green+Blue) = 66+192+80=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #42C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C050 is #BD3FAF. Grayscale: #8D8D8D. Windows color (decimal): -12402608 or 5292098. OLE color: 5292098.
HSL color Cylindrical-coordinate representation of color #42C050: hue angle of 126.67º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C050 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 80 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.25 |
| HSL | 126.67º | 0.5% | 0.51% | - |
| HSV(B) | 126.67º | 0.66% | 0.75% | - |
| XYZ | 22.54 | 39.44 | 14.01 | - |
| YUV | 141.56 | 93.26 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 80 | 0.66 | 0 | 0.58 | 0.25 | 126.67 | 0.5 | 0.51 |
| Hex | 42 | C0 | 50 | 42 | 0 | 3A | 19 | 7F | 32 | 33 |
| Octal | 102 | 300 | 120 | 102 | 0 | 72 | 31 | 177 | 62 | 63 |
| Binary | 1000010 | 11000000 | 1010000 | 1000010 | 0 | 111010 | 11001 | 1111111 | 110010 | 110011 |
Color Harmonies of #42C050
Complementary color
Monochromatic Colors of #42C050
Black with #42C050
Text Example
Text Example
White with #42C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C050; }
p { color: rgb(66,192,80); }
H1.HeaderClassName
{
color: #42C050;
}
.AnyTagClassName
{
color: #42C050;
}
</style>
background-color css
<style>
a { background-color: #42C050; }
a { background-color: rgb(66,192,80); }
div.DivClassName
{
background-color: #42C050;
}
.BgClassName
{
background-color: #42C050;
}
</style>
border-color css
<style>
span { border-color: #42C050; }
span { border-color: rgb(66,192,80); }
td.TdClassName
{
border-color: #42C050;
}
.TagClassName
{
border-color: #42C050;
}
</style>