Shades of Fruit Salad #3FAC4B
Tints of Fruit Salad #3FAC4B
RGB
CMYK
RGB Variations
Color information
#3FAC4B (or 0x3FAC4B) is known color: Fruit Salad. HEX triplet: 3F, AC and 4B. RGB value is (63,172,75). Sum of RGB (Red+Green+Blue) = 63+172+75=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAC4B is #C053B4. Grayscale: #808080. Windows color (decimal): -12604341 or 4959295. OLE color: 4959295.
HSL color Cylindrical-coordinate representation of color #3FAC4B: hue angle of 126.61º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAC4B is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 75 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.33 |
| HSL | 126.61º | 0.46% | 0.46% | - |
| HSV(B) | 126.61º | 0.63% | 0.67% | - |
| XYZ | 18.07 | 31.07 | 11.7 | - |
| YUV | 128.35 | 97.89 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 75 | 0.63 | 0 | 0.56 | 0.33 | 126.61 | 0.46 | 0.46 |
| Hex | 3F | AC | 4B | 3F | 0 | 38 | 21 | 7F | 2E | 2E |
| Octal | 77 | 254 | 113 | 77 | 0 | 70 | 41 | 177 | 56 | 56 |
| Binary | 111111 | 10101100 | 1001011 | 111111 | 0 | 111000 | 100001 | 1111111 | 101110 | 101110 |
Color Harmonies of #3FAC4B
Complementary color
Monochromatic Colors of #3FAC4B
Black with #3FAC4B
Text Example
Text Example
White with #3FAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC4B; }
p { color: rgb(63,172,75); }
H1.HeaderClassName
{
color: #3FAC4B;
}
.AnyTagClassName
{
color: #3FAC4B;
}
</style>
background-color css
<style>
a { background-color: #3FAC4B; }
a { background-color: rgb(63,172,75); }
div.DivClassName
{
background-color: #3FAC4B;
}
.BgClassName
{
background-color: #3FAC4B;
}
</style>
border-color css
<style>
span { border-color: #3FAC4B; }
span { border-color: rgb(63,172,75); }
td.TdClassName
{
border-color: #3FAC4B;
}
.TagClassName
{
border-color: #3FAC4B;
}
</style>