Shades of Fruit Salad #3FB74D
Tints of Fruit Salad #3FB74D
RGB
CMYK
RGB Variations
Color information
#3FB74D (or 0x3FB74D) is known color: Fruit Salad. HEX triplet: 3F, B7 and 4D. RGB value is (63,183,77). Sum of RGB (Red+Green+Blue) = 63+183+77=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB74D is #C048B2. Grayscale: #878787. Windows color (decimal): -12601523 or 5093183. OLE color: 5093183.
HSL color Cylindrical-coordinate representation of color #3FB74D: hue angle of 127º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB74D is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 183 | 77 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.28 |
| HSL | 127º | 0.49% | 0.48% | - |
| HSV(B) | 127º | 0.66% | 0.72% | - |
| XYZ | 20.32 | 35.46 | 12.79 | - |
| YUV | 135.04 | 95.24 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 183 | 77 | 0.66 | 0 | 0.58 | 0.28 | 127 | 0.49 | 0.48 |
| Hex | 3F | B7 | 4D | 42 | 0 | 3A | 1C | 7F | 31 | 30 |
| Octal | 77 | 267 | 115 | 102 | 0 | 72 | 34 | 177 | 61 | 60 |
| Binary | 111111 | 10110111 | 1001101 | 1000010 | 0 | 111010 | 11100 | 1111111 | 110001 | 110000 |
Color Harmonies of #3FB74D
Complementary color
Monochromatic Colors of #3FB74D
Black with #3FB74D
Text Example
Text Example
White with #3FB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB74D; }
p { color: rgb(63,183,77); }
H1.HeaderClassName
{
color: #3FB74D;
}
.AnyTagClassName
{
color: #3FB74D;
}
</style>
background-color css
<style>
a { background-color: #3FB74D; }
a { background-color: rgb(63,183,77); }
div.DivClassName
{
background-color: #3FB74D;
}
.BgClassName
{
background-color: #3FB74D;
}
</style>
border-color css
<style>
span { border-color: #3FB74D; }
span { border-color: rgb(63,183,77); }
td.TdClassName
{
border-color: #3FB74D;
}
.TagClassName
{
border-color: #3FB74D;
}
</style>