Shades of Fruit Salad #3FA73F
Tints of Fruit Salad #3FA73F
RGB
CMYK
RGB Variations
Color information
#3FA73F (or 0x3FA73F) is known color: Fruit Salad. HEX triplet: 3F, A7 and 3F. RGB value is (63,167,63). Sum of RGB (Red+Green+Blue) = 63+167+63=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #3FA73F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA73F is #C058C0. Grayscale: #7C7C7C. Windows color (decimal): -12605633 or 4171583. OLE color: 4171583.
HSL color Cylindrical-coordinate representation of color #3FA73F: hue angle of 120º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA73F is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 167 | 63 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.35 |
| HSL | 120º | 0.45% | 0.45% | - |
| HSV(B) | 120º | 0.62% | 0.65% | - |
| XYZ | 16.77 | 29.05 | 9.43 | - |
| YUV | 124.05 | 93.54 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 63 | 0.62 | 0 | 0.62 | 0.35 | 120 | 0.45 | 0.45 |
| Hex | 3F | A7 | 3F | 3E | 0 | 3E | 23 | 78 | 2D | 2D |
| Octal | 77 | 247 | 77 | 76 | 0 | 76 | 43 | 170 | 55 | 55 |
| Binary | 111111 | 10100111 | 111111 | 111110 | 0 | 111110 | 100011 | 1111000 | 101101 | 101101 |
Color Harmonies of #3FA73F
Complementary color
Monochromatic Colors of #3FA73F
Black with #3FA73F
Text Example
Text Example
White with #3FA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA73F; }
p { color: rgb(63,167,63); }
H1.HeaderClassName
{
color: #3FA73F;
}
.AnyTagClassName
{
color: #3FA73F;
}
</style>
background-color css
<style>
a { background-color: #3FA73F; }
a { background-color: rgb(63,167,63); }
div.DivClassName
{
background-color: #3FA73F;
}
.BgClassName
{
background-color: #3FA73F;
}
</style>
border-color css
<style>
span { border-color: #3FA73F; }
span { border-color: rgb(63,167,63); }
td.TdClassName
{
border-color: #3FA73F;
}
.TagClassName
{
border-color: #3FA73F;
}
</style>