Shades of Fruit Salad #3F983C
Tints of Fruit Salad #3F983C
RGB
CMYK
RGB Variations
Color information
#3F983C (or 0x3F983C) is known color: Fruit Salad. HEX triplet: 3F, 98 and 3C. RGB value is (63,152,60). Sum of RGB (Red+Green+Blue) = 63+152+60=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #3F983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F983C is #C067C3. Grayscale: #737373. Windows color (decimal): -12609476 or 3971135. OLE color: 3971135.
HSL color Cylindrical-coordinate representation of color #3F983C: hue angle of 118.04º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F983C is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 152 | 60 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.40 |
| HSL | 118.04º | 0.43% | 0.42% | - |
| HSV(B) | 118.04º | 0.61% | 0.6% | - |
| XYZ | 14.09 | 23.84 | 8.13 | - |
| YUV | 114.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 152 | 60 | 0.59 | 0 | 0.61 | 0.40 | 118.04 | 0.43 | 0.42 |
| Hex | 3F | 98 | 3C | 3B | 0 | 3D | 28 | 76 | 2B | 2A |
| Octal | 77 | 230 | 74 | 73 | 0 | 75 | 50 | 166 | 53 | 52 |
| Binary | 111111 | 10011000 | 111100 | 111011 | 0 | 111101 | 101000 | 1110110 | 101011 | 101010 |
Color Harmonies of #3F983C
Complementary color
Monochromatic Colors of #3F983C
Black with #3F983C
Text Example
Text Example
White with #3F983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F983C; }
p { color: rgb(63,152,60); }
H1.HeaderClassName
{
color: #3F983C;
}
.AnyTagClassName
{
color: #3F983C;
}
</style>
background-color css
<style>
a { background-color: #3F983C; }
a { background-color: rgb(63,152,60); }
div.DivClassName
{
background-color: #3F983C;
}
.BgClassName
{
background-color: #3F983C;
}
</style>
border-color css
<style>
span { border-color: #3F983C; }
span { border-color: rgb(63,152,60); }
td.TdClassName
{
border-color: #3F983C;
}
.TagClassName
{
border-color: #3F983C;
}
</style>