Shades of Fruit Salad #3F9F42
Tints of Fruit Salad #3F9F42
RGB
CMYK
RGB Variations
Color information
#3F9F42 (or 0x3F9F42) is known color: Fruit Salad. HEX triplet: 3F, 9F and 42. RGB value is (63,159,66). Sum of RGB (Red+Green+Blue) = 63+159+66=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9F42 is #C060BD. Grayscale: #777777. Windows color (decimal): -12607678 or 4366143. OLE color: 4366143.
HSL color Cylindrical-coordinate representation of color #3F9F42: hue angle of 121.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F42 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 66 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.38 |
| HSL | 121.88º | 0.43% | 0.44% | - |
| HSV(B) | 121.88º | 0.6% | 0.62% | - |
| XYZ | 15.43 | 26.25 | 9.41 | - |
| YUV | 119.69 | 97.7 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 66 | 0.60 | 0 | 0.58 | 0.38 | 121.88 | 0.43 | 0.44 |
| Hex | 3F | 9F | 42 | 3C | 0 | 3A | 26 | 7A | 2B | 2C |
| Octal | 77 | 237 | 102 | 74 | 0 | 72 | 46 | 172 | 53 | 54 |
| Binary | 111111 | 10011111 | 1000010 | 111100 | 0 | 111010 | 100110 | 1111010 | 101011 | 101100 |
Color Harmonies of #3F9F42
Complementary color
Monochromatic Colors of #3F9F42
Black with #3F9F42
Text Example
Text Example
White with #3F9F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F42; }
p { color: rgb(63,159,66); }
H1.HeaderClassName
{
color: #3F9F42;
}
.AnyTagClassName
{
color: #3F9F42;
}
</style>
background-color css
<style>
a { background-color: #3F9F42; }
a { background-color: rgb(63,159,66); }
div.DivClassName
{
background-color: #3F9F42;
}
.BgClassName
{
background-color: #3F9F42;
}
</style>
border-color css
<style>
span { border-color: #3F9F42; }
span { border-color: rgb(63,159,66); }
td.TdClassName
{
border-color: #3F9F42;
}
.TagClassName
{
border-color: #3F9F42;
}
</style>