Shades of Fruit Salad #42C556
Tints of Fruit Salad #42C556
RGB
CMYK
RGB Variations
Color information
#42C556 (or 0x42C556) is known color: Fruit Salad. HEX triplet: 42, C5 and 56. RGB value is (66,197,86). Sum of RGB (Red+Green+Blue) = 66+197+86=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #42C556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C556 is #BD3AA9. Grayscale: #919191. Windows color (decimal): -12401322 or 5686594. OLE color: 5686594.
HSL color Cylindrical-coordinate representation of color #42C556: hue angle of 129.16º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C556 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 86 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.23 |
| HSL | 129.16º | 0.53% | 0.52% | - |
| HSV(B) | 129.16º | 0.66% | 0.77% | - |
| XYZ | 23.89 | 41.76 | 15.61 | - |
| YUV | 145.18 | 94.6 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 86 | 0.66 | 0 | 0.56 | 0.23 | 129.16 | 0.53 | 0.52 |
| Hex | 42 | C5 | 56 | 42 | 0 | 38 | 17 | 81 | 35 | 34 |
| Octal | 102 | 305 | 126 | 102 | 0 | 70 | 27 | 201 | 65 | 64 |
| Binary | 1000010 | 11000101 | 1010110 | 1000010 | 0 | 111000 | 10111 | 10000001 | 110101 | 110100 |
Color Harmonies of #42C556
Complementary color
Monochromatic Colors of #42C556
Black with #42C556
Text Example
Text Example
White with #42C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C556; }
p { color: rgb(66,197,86); }
H1.HeaderClassName
{
color: #42C556;
}
.AnyTagClassName
{
color: #42C556;
}
</style>
background-color css
<style>
a { background-color: #42C556; }
a { background-color: rgb(66,197,86); }
div.DivClassName
{
background-color: #42C556;
}
.BgClassName
{
background-color: #42C556;
}
</style>
border-color css
<style>
span { border-color: #42C556; }
span { border-color: rgb(66,197,86); }
td.TdClassName
{
border-color: #42C556;
}
.TagClassName
{
border-color: #42C556;
}
</style>