Shades of Fruit Salad #42BA46
Tints of Fruit Salad #42BA46
RGB
CMYK
RGB Variations
Color information
#42BA46 (or 0x42BA46) is known color: Fruit Salad. HEX triplet: 42, BA and 46. RGB value is (66,186,70). Sum of RGB (Red+Green+Blue) = 66+186+70=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA46 is #BD45B9. Grayscale: #898989. Windows color (decimal): -12404154 or 4635202. OLE color: 4635202.
HSL color Cylindrical-coordinate representation of color #42BA46: hue angle of 122º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA46 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 186 | 70 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.27 |
| HSL | 122º | 0.48% | 0.49% | - |
| HSV(B) | 122º | 0.65% | 0.73% | - |
| XYZ | 20.91 | 36.72 | 11.78 | - |
| YUV | 136.9 | 90.24 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 70 | 0.65 | 0 | 0.62 | 0.27 | 122 | 0.48 | 0.49 |
| Hex | 42 | BA | 46 | 41 | 0 | 3E | 1B | 7A | 30 | 31 |
| Octal | 102 | 272 | 106 | 101 | 0 | 76 | 33 | 172 | 60 | 61 |
| Binary | 1000010 | 10111010 | 1000110 | 1000001 | 0 | 111110 | 11011 | 1111010 | 110000 | 110001 |
Color Harmonies of #42BA46
Complementary color
Monochromatic Colors of #42BA46
Black with #42BA46
Text Example
Text Example
White with #42BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BA46; }
p { color: rgb(66,186,70); }
H1.HeaderClassName
{
color: #42BA46;
}
.AnyTagClassName
{
color: #42BA46;
}
</style>
background-color css
<style>
a { background-color: #42BA46; }
a { background-color: rgb(66,186,70); }
div.DivClassName
{
background-color: #42BA46;
}
.BgClassName
{
background-color: #42BA46;
}
</style>
border-color css
<style>
span { border-color: #42BA46; }
span { border-color: rgb(66,186,70); }
td.TdClassName
{
border-color: #42BA46;
}
.TagClassName
{
border-color: #42BA46;
}
</style>