Shades of Fruit Salad #42C256
Tints of Fruit Salad #42C256
RGB
CMYK
RGB Variations
Color information
#42C256 (or 0x42C256) is known color: Fruit Salad. HEX triplet: 42, C2 and 56. RGB value is (66,194,86). Sum of RGB (Red+Green+Blue) = 66+194+86=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #42C256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C256 is #BD3DA9. Grayscale: #8F8F8F. Windows color (decimal): -12402090 or 5685826. OLE color: 5685826.
HSL color Cylindrical-coordinate representation of color #42C256: hue angle of 129.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C256 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 86 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.24 |
| HSL | 129.38º | 0.51% | 0.51% | - |
| HSV(B) | 129.38º | 0.66% | 0.76% | - |
| XYZ | 23.22 | 40.41 | 15.38 | - |
| YUV | 143.42 | 95.59 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 86 | 0.66 | 0 | 0.56 | 0.24 | 129.38 | 0.51 | 0.51 |
| Hex | 42 | C2 | 56 | 42 | 0 | 38 | 18 | 81 | 33 | 33 |
| Octal | 102 | 302 | 126 | 102 | 0 | 70 | 30 | 201 | 63 | 63 |
| Binary | 1000010 | 11000010 | 1010110 | 1000010 | 0 | 111000 | 11000 | 10000001 | 110011 | 110011 |
Color Harmonies of #42C256
Complementary color
Monochromatic Colors of #42C256
Black with #42C256
Text Example
Text Example
White with #42C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C256; }
p { color: rgb(66,194,86); }
H1.HeaderClassName
{
color: #42C256;
}
.AnyTagClassName
{
color: #42C256;
}
</style>
background-color css
<style>
a { background-color: #42C256; }
a { background-color: rgb(66,194,86); }
div.DivClassName
{
background-color: #42C256;
}
.BgClassName
{
background-color: #42C256;
}
</style>
border-color css
<style>
span { border-color: #42C256; }
span { border-color: rgb(66,194,86); }
td.TdClassName
{
border-color: #42C256;
}
.TagClassName
{
border-color: #42C256;
}
</style>