Shades of Fruit Salad #42984A
Tints of Fruit Salad #42984A
RGB
CMYK
RGB Variations
Color information
#42984A (or 0x42984A) is known color: Fruit Salad. HEX triplet: 42, 98 and 4A. RGB value is (66,152,74). Sum of RGB (Red+Green+Blue) = 66+152+74=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #42984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42984A is #BD67B5. Grayscale: #757575. Windows color (decimal): -12412854 or 4888642. OLE color: 4888642.
HSL color Cylindrical-coordinate representation of color #42984A: hue angle of 125.58º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42984A is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 74 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.40 |
| HSL | 125.58º | 0.39% | 0.43% | - |
| HSV(B) | 125.58º | 0.57% | 0.6% | - |
| XYZ | 14.71 | 24.11 | 10.36 | - |
| YUV | 117.39 | 103.51 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 74 | 0.57 | 0 | 0.51 | 0.40 | 125.58 | 0.39 | 0.43 |
| Hex | 42 | 98 | 4A | 39 | 0 | 33 | 28 | 7E | 27 | 2B |
| Octal | 102 | 230 | 112 | 71 | 0 | 63 | 50 | 176 | 47 | 53 |
| Binary | 1000010 | 10011000 | 1001010 | 111001 | 0 | 110011 | 101000 | 1111110 | 100111 | 101011 |
Color Harmonies of #42984A
Complementary color
Monochromatic Colors of #42984A
Black with #42984A
Text Example
Text Example
White with #42984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42984A; }
p { color: rgb(66,152,74); }
H1.HeaderClassName
{
color: #42984A;
}
.AnyTagClassName
{
color: #42984A;
}
</style>
background-color css
<style>
a { background-color: #42984A; }
a { background-color: rgb(66,152,74); }
div.DivClassName
{
background-color: #42984A;
}
.BgClassName
{
background-color: #42984A;
}
</style>
border-color css
<style>
span { border-color: #42984A; }
span { border-color: rgb(66,152,74); }
td.TdClassName
{
border-color: #42984A;
}
.TagClassName
{
border-color: #42984A;
}
</style>