Shades of Fruit Salad #4FAB45
Tints of Fruit Salad #4FAB45
RGB
CMYK
RGB Variations
Color information
#4FAB45 (or 0x4FAB45) is known color: Fruit Salad. HEX triplet: 4F, AB and 45. RGB value is (79,171,69). Sum of RGB (Red+Green+Blue) = 79+171+69=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAB45 is #B054BA. Grayscale: #848484. Windows color (decimal): -11556027 or 4565839. OLE color: 4565839.
HSL color Cylindrical-coordinate representation of color #4FAB45: hue angle of 114.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FAB45 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 69 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.33 |
| HSL | 114.12º | 0.43% | 0.47% | - |
| HSV(B) | 114.12º | 0.6% | 0.67% | - |
| XYZ | 18.86 | 31.22 | 10.66 | - |
| YUV | 131.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 69 | 0.54 | 0 | 0.60 | 0.33 | 114.12 | 0.43 | 0.47 |
| Hex | 4F | AB | 45 | 36 | 0 | 3C | 21 | 72 | 2A | 2F |
| Octal | 117 | 253 | 105 | 66 | 0 | 74 | 41 | 162 | 52 | 57 |
| Binary | 1001111 | 10101011 | 1000101 | 110110 | 0 | 111100 | 100001 | 1110010 | 101010 | 101111 |
Color Harmonies of #4FAB45
Complementary color
Monochromatic Colors of #4FAB45
Black with #4FAB45
Text Example
Text Example
White with #4FAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB45; }
p { color: rgb(79,171,69); }
H1.HeaderClassName
{
color: #4FAB45;
}
.AnyTagClassName
{
color: #4FAB45;
}
</style>
background-color css
<style>
a { background-color: #4FAB45; }
a { background-color: rgb(79,171,69); }
div.DivClassName
{
background-color: #4FAB45;
}
.BgClassName
{
background-color: #4FAB45;
}
</style>
border-color css
<style>
span { border-color: #4FAB45; }
span { border-color: rgb(79,171,69); }
td.TdClassName
{
border-color: #4FAB45;
}
.TagClassName
{
border-color: #4FAB45;
}
</style>