Shades of Fruit Salad #3FB14E
Tints of Fruit Salad #3FB14E
RGB
CMYK
RGB Variations
Color information
#3FB14E (or 0x3FB14E) is known color: Fruit Salad. HEX triplet: 3F, B1 and 4E. RGB value is (63,177,78). Sum of RGB (Red+Green+Blue) = 63+177+78=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB14E is #C04EB1. Grayscale: #838383. Windows color (decimal): -12603058 or 5157183. OLE color: 5157183.
HSL color Cylindrical-coordinate representation of color #3FB14E: hue angle of 127.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FB14E is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 177 | 78 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.31 |
| HSL | 127.89º | 0.48% | 0.47% | - |
| HSV(B) | 127.89º | 0.64% | 0.69% | - |
| XYZ | 19.15 | 33.05 | 12.58 | - |
| YUV | 131.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 177 | 78 | 0.64 | 0 | 0.56 | 0.31 | 127.89 | 0.48 | 0.47 |
| Hex | 3F | B1 | 4E | 40 | 0 | 38 | 1F | 80 | 30 | 2F |
| Octal | 77 | 261 | 116 | 100 | 0 | 70 | 37 | 200 | 60 | 57 |
| Binary | 111111 | 10110001 | 1001110 | 1000000 | 0 | 111000 | 11111 | 10000000 | 110000 | 101111 |
Color Harmonies of #3FB14E
Complementary color
Monochromatic Colors of #3FB14E
Black with #3FB14E
Text Example
Text Example
White with #3FB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB14E; }
p { color: rgb(63,177,78); }
H1.HeaderClassName
{
color: #3FB14E;
}
.AnyTagClassName
{
color: #3FB14E;
}
</style>
background-color css
<style>
a { background-color: #3FB14E; }
a { background-color: rgb(63,177,78); }
div.DivClassName
{
background-color: #3FB14E;
}
.BgClassName
{
background-color: #3FB14E;
}
</style>
border-color css
<style>
span { border-color: #3FB14E; }
span { border-color: rgb(63,177,78); }
td.TdClassName
{
border-color: #3FB14E;
}
.TagClassName
{
border-color: #3FB14E;
}
</style>