Shades of Fruit Salad #4FBD4B
Tints of Fruit Salad #4FBD4B
RGB
CMYK
RGB Variations
Color information
#4FBD4B (or 0x4FBD4B) is known color: Fruit Salad. HEX triplet: 4F, BD and 4B. RGB value is (79,189,75). Sum of RGB (Red+Green+Blue) = 79+189+75=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBD4B is #B042B4. Grayscale: #8F8F8F. Windows color (decimal): -11551413 or 4963663. OLE color: 4963663.
HSL color Cylindrical-coordinate representation of color #4FBD4B: hue angle of 117.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FBD4B is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 189 | 75 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.26 |
| HSL | 117.89º | 0.46% | 0.52% | - |
| HSV(B) | 117.89º | 0.6% | 0.74% | - |
| XYZ | 22.69 | 38.57 | 12.9 | - |
| YUV | 143.11 | 89.56 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 75 | 0.58 | 0 | 0.60 | 0.26 | 117.89 | 0.46 | 0.52 |
| Hex | 4F | BD | 4B | 3A | 0 | 3C | 1A | 76 | 2E | 34 |
| Octal | 117 | 275 | 113 | 72 | 0 | 74 | 32 | 166 | 56 | 64 |
| Binary | 1001111 | 10111101 | 1001011 | 111010 | 0 | 111100 | 11010 | 1110110 | 101110 | 110100 |
Color Harmonies of #4FBD4B
Complementary color
Monochromatic Colors of #4FBD4B
Black with #4FBD4B
Text Example
Text Example
White with #4FBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBD4B; }
p { color: rgb(79,189,75); }
H1.HeaderClassName
{
color: #4FBD4B;
}
.AnyTagClassName
{
color: #4FBD4B;
}
</style>
background-color css
<style>
a { background-color: #4FBD4B; }
a { background-color: rgb(79,189,75); }
div.DivClassName
{
background-color: #4FBD4B;
}
.BgClassName
{
background-color: #4FBD4B;
}
</style>
border-color css
<style>
span { border-color: #4FBD4B; }
span { border-color: rgb(79,189,75); }
td.TdClassName
{
border-color: #4FBD4B;
}
.TagClassName
{
border-color: #4FBD4B;
}
</style>