Shades of Fruit Salad #4FB449
Tints of Fruit Salad #4FB449
RGB
CMYK
RGB Variations
Color information
#4FB449 (or 0x4FB449) is known color: Fruit Salad. HEX triplet: 4F, B4 and 49. RGB value is (79,180,73). Sum of RGB (Red+Green+Blue) = 79+180+73=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FB449 is #B04BB6. Grayscale: #898989. Windows color (decimal): -11553719 or 4830287. OLE color: 4830287.
HSL color Cylindrical-coordinate representation of color #4FB449: hue angle of 116.64º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FB449 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 73 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.29 |
| HSL | 116.64º | 0.42% | 0.5% | - |
| HSV(B) | 116.64º | 0.59% | 0.71% | - |
| XYZ | 20.75 | 34.79 | 11.92 | - |
| YUV | 137.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 73 | 0.56 | 0 | 0.59 | 0.29 | 116.64 | 0.42 | 0.5 |
| Hex | 4F | B4 | 49 | 38 | 0 | 3B | 1D | 75 | 2A | 32 |
| Octal | 117 | 264 | 111 | 70 | 0 | 73 | 35 | 165 | 52 | 62 |
| Binary | 1001111 | 10110100 | 1001001 | 111000 | 0 | 111011 | 11101 | 1110101 | 101010 | 110010 |
Color Harmonies of #4FB449
Complementary color
Monochromatic Colors of #4FB449
Black with #4FB449
Text Example
Text Example
White with #4FB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB449; }
p { color: rgb(79,180,73); }
H1.HeaderClassName
{
color: #4FB449;
}
.AnyTagClassName
{
color: #4FB449;
}
</style>
background-color css
<style>
a { background-color: #4FB449; }
a { background-color: rgb(79,180,73); }
div.DivClassName
{
background-color: #4FB449;
}
.BgClassName
{
background-color: #4FB449;
}
</style>
border-color css
<style>
span { border-color: #4FB449; }
span { border-color: rgb(79,180,73); }
td.TdClassName
{
border-color: #4FB449;
}
.TagClassName
{
border-color: #4FB449;
}
</style>