Shades of Fruit Salad #3FBF4D
Tints of Fruit Salad #3FBF4D
RGB
CMYK
RGB Variations
Color information
#3FBF4D (or 0x3FBF4D) is known color: Fruit Salad. HEX triplet: 3F, BF and 4D. RGB value is (63,191,77). Sum of RGB (Red+Green+Blue) = 63+191+77=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBF4D is #C040B2. Grayscale: #8C8C8C. Windows color (decimal): -12599475 or 5095231. OLE color: 5095231.
HSL color Cylindrical-coordinate representation of color #3FBF4D: hue angle of 126.56º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBF4D is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 77 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.25 |
| HSL | 126.56º | 0.5% | 0.5% | - |
| HSV(B) | 126.56º | 0.67% | 0.75% | - |
| XYZ | 22.02 | 38.85 | 13.36 | - |
| YUV | 139.73 | 92.59 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 77 | 0.67 | 0 | 0.60 | 0.25 | 126.56 | 0.5 | 0.5 |
| Hex | 3F | BF | 4D | 43 | 0 | 3C | 19 | 7F | 32 | 32 |
| Octal | 77 | 277 | 115 | 103 | 0 | 74 | 31 | 177 | 62 | 62 |
| Binary | 111111 | 10111111 | 1001101 | 1000011 | 0 | 111100 | 11001 | 1111111 | 110010 | 110010 |
Color Harmonies of #3FBF4D
Complementary color
Monochromatic Colors of #3FBF4D
Black with #3FBF4D
Text Example
Text Example
White with #3FBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBF4D; }
p { color: rgb(63,191,77); }
H1.HeaderClassName
{
color: #3FBF4D;
}
.AnyTagClassName
{
color: #3FBF4D;
}
</style>
background-color css
<style>
a { background-color: #3FBF4D; }
a { background-color: rgb(63,191,77); }
div.DivClassName
{
background-color: #3FBF4D;
}
.BgClassName
{
background-color: #3FBF4D;
}
</style>
border-color css
<style>
span { border-color: #3FBF4D; }
span { border-color: rgb(63,191,77); }
td.TdClassName
{
border-color: #3FBF4D;
}
.TagClassName
{
border-color: #3FBF4D;
}
</style>