Shades of Fruit Salad #3FAF3E
Tints of Fruit Salad #3FAF3E
RGB
CMYK
RGB Variations
Color information
#3FAF3E (or 0x3FAF3E) is known color: Fruit Salad. HEX triplet: 3F, AF and 3E. RGB value is (63,175,62). Sum of RGB (Red+Green+Blue) = 63+175+62=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAF3E is #C050C1. Grayscale: #808080. Windows color (decimal): -12603586 or 4108095. OLE color: 4108095.
HSL color Cylindrical-coordinate representation of color #3FAF3E: hue angle of 119.47º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FAF3E is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 62 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.31 |
| HSL | 119.47º | 0.48% | 0.46% | - |
| HSV(B) | 119.47º | 0.65% | 0.69% | - |
| XYZ | 18.25 | 32.06 | 9.78 | - |
| YUV | 128.63 | 90.39 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 62 | 0.64 | 0 | 0.65 | 0.31 | 119.47 | 0.48 | 0.46 |
| Hex | 3F | AF | 3E | 40 | 0 | 41 | 1F | 77 | 30 | 2E |
| Octal | 77 | 257 | 76 | 100 | 0 | 101 | 37 | 167 | 60 | 56 |
| Binary | 111111 | 10101111 | 111110 | 1000000 | 0 | 1000001 | 11111 | 1110111 | 110000 | 101110 |
Color Harmonies of #3FAF3E
Complementary color
Monochromatic Colors of #3FAF3E
Black with #3FAF3E
Text Example
Text Example
White with #3FAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF3E; }
p { color: rgb(63,175,62); }
H1.HeaderClassName
{
color: #3FAF3E;
}
.AnyTagClassName
{
color: #3FAF3E;
}
</style>
background-color css
<style>
a { background-color: #3FAF3E; }
a { background-color: rgb(63,175,62); }
div.DivClassName
{
background-color: #3FAF3E;
}
.BgClassName
{
background-color: #3FAF3E;
}
</style>
border-color css
<style>
span { border-color: #3FAF3E; }
span { border-color: rgb(63,175,62); }
td.TdClassName
{
border-color: #3FAF3E;
}
.TagClassName
{
border-color: #3FAF3E;
}
</style>