Shades of Fruit Salad #3FAD4A
Tints of Fruit Salad #3FAD4A
RGB
CMYK
RGB Variations
Color information
#3FAD4A (or 0x3FAD4A) is known color: Fruit Salad. HEX triplet: 3F, AD and 4A. RGB value is (63,173,74). Sum of RGB (Red+Green+Blue) = 63+173+74=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAD4A is #C052B5. Grayscale: #818181. Windows color (decimal): -12604086 or 4894015. OLE color: 4894015.
HSL color Cylindrical-coordinate representation of color #3FAD4A: hue angle of 126º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAD4A is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 74 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.32 |
| HSL | 126º | 0.47% | 0.46% | - |
| HSV(B) | 126º | 0.64% | 0.68% | - |
| XYZ | 18.23 | 31.44 | 11.59 | - |
| YUV | 128.82 | 97.06 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 74 | 0.64 | 0 | 0.57 | 0.32 | 126 | 0.47 | 0.46 |
| Hex | 3F | AD | 4A | 40 | 0 | 39 | 20 | 7E | 2F | 2E |
| Octal | 77 | 255 | 112 | 100 | 0 | 71 | 40 | 176 | 57 | 56 |
| Binary | 111111 | 10101101 | 1001010 | 1000000 | 0 | 111001 | 100000 | 1111110 | 101111 | 101110 |
Color Harmonies of #3FAD4A
Complementary color
Monochromatic Colors of #3FAD4A
Black with #3FAD4A
Text Example
Text Example
White with #3FAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD4A; }
p { color: rgb(63,173,74); }
H1.HeaderClassName
{
color: #3FAD4A;
}
.AnyTagClassName
{
color: #3FAD4A;
}
</style>
background-color css
<style>
a { background-color: #3FAD4A; }
a { background-color: rgb(63,173,74); }
div.DivClassName
{
background-color: #3FAD4A;
}
.BgClassName
{
background-color: #3FAD4A;
}
</style>
border-color css
<style>
span { border-color: #3FAD4A; }
span { border-color: rgb(63,173,74); }
td.TdClassName
{
border-color: #3FAD4A;
}
.TagClassName
{
border-color: #3FAD4A;
}
</style>