Shades of Fruit Salad #3FB94A
Tints of Fruit Salad #3FB94A
RGB
CMYK
RGB Variations
Color information
#3FB94A (or 0x3FB94A) is known color: Fruit Salad. HEX triplet: 3F, B9 and 4A. RGB value is (63,185,74). Sum of RGB (Red+Green+Blue) = 63+185+74=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB94A is #C046B5. Grayscale: #888888. Windows color (decimal): -12601014 or 4897087. OLE color: 4897087.
HSL color Cylindrical-coordinate representation of color #3FB94A: hue angle of 125.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB94A is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 74 | - |
| CMYK | 0.66 | 0 | 0.6 | 0.27 |
| HSL | 125.41º | 0.49% | 0.49% | - |
| HSV(B) | 125.41º | 0.66% | 0.73% | - |
| XYZ | 20.63 | 36.25 | 12.39 | - |
| YUV | 135.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 74 | 0.66 | 0 | 0.6 | 0.27 | 125.41 | 0.49 | 0.49 |
| Hex | 3F | B9 | 4A | 42 | 0 | 3C | 1B | 7D | 31 | 31 |
| Octal | 77 | 271 | 112 | 102 | 0 | 74 | 33 | 175 | 61 | 61 |
| Binary | 111111 | 10111001 | 1001010 | 1000010 | 0 | 111100 | 11011 | 1111101 | 110001 | 110001 |
Color Harmonies of #3FB94A
Complementary color
Monochromatic Colors of #3FB94A
Black with #3FB94A
Text Example
Text Example
White with #3FB94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB94A; }
p { color: rgb(63,185,74); }
H1.HeaderClassName
{
color: #3FB94A;
}
.AnyTagClassName
{
color: #3FB94A;
}
</style>
background-color css
<style>
a { background-color: #3FB94A; }
a { background-color: rgb(63,185,74); }
div.DivClassName
{
background-color: #3FB94A;
}
.BgClassName
{
background-color: #3FB94A;
}
</style>
border-color css
<style>
span { border-color: #3FB94A; }
span { border-color: rgb(63,185,74); }
td.TdClassName
{
border-color: #3FB94A;
}
.TagClassName
{
border-color: #3FB94A;
}
</style>