Shades of Fruit Salad #42983E
Tints of Fruit Salad #42983E
RGB
CMYK
RGB Variations
Color information
#42983E (or 0x42983E) is known color: Fruit Salad. HEX triplet: 42, 98 and 3E. RGB value is (66,152,62). Sum of RGB (Red+Green+Blue) = 66+152+62=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #42983E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42983E is #BD67C1. Grayscale: #747474. Windows color (decimal): -12412866 or 4102210. OLE color: 4102210.
HSL color Cylindrical-coordinate representation of color #42983E: hue angle of 117.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42983E is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 62 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.40 |
| HSL | 117.33º | 0.42% | 0.42% | - |
| HSV(B) | 117.33º | 0.59% | 0.6% | - |
| XYZ | 14.34 | 23.96 | 8.43 | - |
| YUV | 116.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 62 | 0.57 | 0 | 0.59 | 0.40 | 117.33 | 0.42 | 0.42 |
| Hex | 42 | 98 | 3E | 39 | 0 | 3B | 28 | 75 | 2A | 2A |
| Octal | 102 | 230 | 76 | 71 | 0 | 73 | 50 | 165 | 52 | 52 |
| Binary | 1000010 | 10011000 | 111110 | 111001 | 0 | 111011 | 101000 | 1110101 | 101010 | 101010 |
Color Harmonies of #42983E
Complementary color
Monochromatic Colors of #42983E
Black with #42983E
Text Example
Text Example
White with #42983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42983E; }
p { color: rgb(66,152,62); }
H1.HeaderClassName
{
color: #42983E;
}
.AnyTagClassName
{
color: #42983E;
}
</style>
background-color css
<style>
a { background-color: #42983E; }
a { background-color: rgb(66,152,62); }
div.DivClassName
{
background-color: #42983E;
}
.BgClassName
{
background-color: #42983E;
}
</style>
border-color css
<style>
span { border-color: #42983E; }
span { border-color: rgb(66,152,62); }
td.TdClassName
{
border-color: #42983E;
}
.TagClassName
{
border-color: #42983E;
}
</style>