Shades of Fruit Salad #3FB04C
Tints of Fruit Salad #3FB04C
RGB
CMYK
RGB Variations
Color information
#3FB04C (or 0x3FB04C) is known color: Fruit Salad. HEX triplet: 3F, B0 and 4C. RGB value is (63,176,76). Sum of RGB (Red+Green+Blue) = 63+176+76=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB04C is #C04FB3. Grayscale: #838383. Windows color (decimal): -12603316 or 5025855. OLE color: 5025855.
HSL color Cylindrical-coordinate representation of color #3FB04C: hue angle of 126.9º 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 #3FB04C is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 176 | 76 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.31 |
| HSL | 126.9º | 0.47% | 0.47% | - |
| HSV(B) | 126.9º | 0.64% | 0.69% | - |
| XYZ | 18.88 | 32.63 | 12.14 | - |
| YUV | 130.81 | 97.06 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 76 | 0.64 | 0 | 0.57 | 0.31 | 126.9 | 0.47 | 0.47 |
| Hex | 3F | B0 | 4C | 40 | 0 | 39 | 1F | 7F | 2F | 2F |
| Octal | 77 | 260 | 114 | 100 | 0 | 71 | 37 | 177 | 57 | 57 |
| Binary | 111111 | 10110000 | 1001100 | 1000000 | 0 | 111001 | 11111 | 1111111 | 101111 | 101111 |
Color Harmonies of #3FB04C
Complementary color
Monochromatic Colors of #3FB04C
Black with #3FB04C
Text Example
Text Example
White with #3FB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB04C; }
p { color: rgb(63,176,76); }
H1.HeaderClassName
{
color: #3FB04C;
}
.AnyTagClassName
{
color: #3FB04C;
}
</style>
background-color css
<style>
a { background-color: #3FB04C; }
a { background-color: rgb(63,176,76); }
div.DivClassName
{
background-color: #3FB04C;
}
.BgClassName
{
background-color: #3FB04C;
}
</style>
border-color css
<style>
span { border-color: #3FB04C; }
span { border-color: rgb(63,176,76); }
td.TdClassName
{
border-color: #3FB04C;
}
.TagClassName
{
border-color: #3FB04C;
}
</style>