Shades of Fruit Salad #4FC350
Tints of Fruit Salad #4FC350
RGB
CMYK
RGB Variations
Color information
#4FC350 (or 0x4FC350) is known color: Fruit Salad. HEX triplet: 4F, C3 and 50. RGB value is (79,195,80). Sum of RGB (Red+Green+Blue) = 79+195+80=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #4FC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC350 is #B03CAF. Grayscale: #939393. Windows color (decimal): -11549872 or 5292879. OLE color: 5292879.
HSL color Cylindrical-coordinate representation of color #4FC350: hue angle of 120.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC350 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 195 | 80 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.24 |
| HSL | 120.52º | 0.49% | 0.54% | - |
| HSV(B) | 120.52º | 0.59% | 0.76% | - |
| XYZ | 24.19 | 41.27 | 14.28 | - |
| YUV | 147.21 | 90.07 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 195 | 80 | 0.59 | 0 | 0.59 | 0.24 | 120.52 | 0.49 | 0.54 |
| Hex | 4F | C3 | 50 | 3B | 0 | 3B | 18 | 79 | 31 | 36 |
| Octal | 117 | 303 | 120 | 73 | 0 | 73 | 30 | 171 | 61 | 66 |
| Binary | 1001111 | 11000011 | 1010000 | 111011 | 0 | 111011 | 11000 | 1111001 | 110001 | 110110 |
Color Harmonies of #4FC350
Complementary color
Monochromatic Colors of #4FC350
Black with #4FC350
Text Example
Text Example
White with #4FC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC350; }
p { color: rgb(79,195,80); }
H1.HeaderClassName
{
color: #4FC350;
}
.AnyTagClassName
{
color: #4FC350;
}
</style>
background-color css
<style>
a { background-color: #4FC350; }
a { background-color: rgb(79,195,80); }
div.DivClassName
{
background-color: #4FC350;
}
.BgClassName
{
background-color: #4FC350;
}
</style>
border-color css
<style>
span { border-color: #4FC350; }
span { border-color: rgb(79,195,80); }
td.TdClassName
{
border-color: #4FC350;
}
.TagClassName
{
border-color: #4FC350;
}
</style>