Shades of Fruit Salad #4FAB4D
Tints of Fruit Salad #4FAB4D
RGB
CMYK
RGB Variations
Color information
#4FAB4D (or 0x4FAB4D) is known color: Fruit Salad. HEX triplet: 4F, AB and 4D. RGB value is (79,171,77). Sum of RGB (Red+Green+Blue) = 79+171+77=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAB4D is #B054B2. Grayscale: #858585. Windows color (decimal): -11556019 or 5090127. OLE color: 5090127.
HSL color Cylindrical-coordinate representation of color #4FAB4D: hue angle of 118.72º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAB4D is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
RGB | 79 | 171 | 77 | - |
CMYK | 0.54 | 0 | 0.55 | 0.33 |
HSL | 118.72º | 0.38% | 0.49% | - |
HSV(B) | 118.72º | 0.55% | 0.67% | - |
XYZ | 19.13 | 31.32 | 12.06 | - |
YUV | 132.78 | 96.52 | 89.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 79 | 171 | 77 | 0.54 | 0 | 0.55 | 0.33 | 118.72 | 0.38 | 0.49 |
Hex | 4F | AB | 4D | 36 | 0 | 37 | 21 | 77 | 26 | 31 |
Octal | 117 | 253 | 115 | 66 | 0 | 67 | 41 | 167 | 46 | 61 |
Binary | 1001111 | 10101011 | 1001101 | 110110 | 0 | 110111 | 100001 | 1110111 | 100110 | 110001 |
Color Harmonies of #4FAB4D
Complementary color
Monochromatic Colors of #4FAB4D
Black with #4FAB4D
Text Example
Text Example
White with #4FAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB4D; }
p { color: rgb(79,171,77); }
H1.HeaderClassName
{
color: #4FAB4D;
}
.AnyTagClassName
{
color: #4FAB4D;
}
</style>
background-color css
<style>
a { background-color: #4FAB4D; }
a { background-color: rgb(79,171,77); }
div.DivClassName
{
background-color: #4FAB4D;
}
.BgClassName
{
background-color: #4FAB4D;
}
</style>
border-color css
<style>
span { border-color: #4FAB4D; }
span { border-color: rgb(79,171,77); }
td.TdClassName
{
border-color: #4FAB4D;
}
.TagClassName
{
border-color: #4FAB4D;
}
</style>