Shades of Fruit Salad #4FBC5A
Tints of Fruit Salad #4FBC5A
RGB
CMYK
RGB Variations
Color information
#4FBC5A (or 0x4FBC5A) is known color: Fruit Salad. HEX triplet: 4F, BC and 5A. RGB value is (79,188,90). Sum of RGB (Red+Green+Blue) = 79+188+90=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC5A is #B043A5. Grayscale: #909090. Windows color (decimal): -11551654 or 5946447. OLE color: 5946447.
HSL color Cylindrical-coordinate representation of color #4FBC5A: hue angle of 126.06º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC5A is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 90 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.26 |
| HSL | 126.06º | 0.45% | 0.52% | - |
| HSV(B) | 126.06º | 0.58% | 0.74% | - |
| XYZ | 23.05 | 38.37 | 15.86 | - |
| YUV | 144.24 | 97.39 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 90 | 0.58 | 0 | 0.52 | 0.26 | 126.06 | 0.45 | 0.52 |
| Hex | 4F | BC | 5A | 3A | 0 | 34 | 1A | 7E | 2D | 34 |
| Octal | 117 | 274 | 132 | 72 | 0 | 64 | 32 | 176 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1011010 | 111010 | 0 | 110100 | 11010 | 1111110 | 101101 | 110100 |
Color Harmonies of #4FBC5A
Complementary color
Monochromatic Colors of #4FBC5A
Black with #4FBC5A
Text Example
Text Example
White with #4FBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC5A; }
p { color: rgb(79,188,90); }
H1.HeaderClassName
{
color: #4FBC5A;
}
.AnyTagClassName
{
color: #4FBC5A;
}
</style>
background-color css
<style>
a { background-color: #4FBC5A; }
a { background-color: rgb(79,188,90); }
div.DivClassName
{
background-color: #4FBC5A;
}
.BgClassName
{
background-color: #4FBC5A;
}
</style>
border-color css
<style>
span { border-color: #4FBC5A; }
span { border-color: rgb(79,188,90); }
td.TdClassName
{
border-color: #4FBC5A;
}
.TagClassName
{
border-color: #4FBC5A;
}
</style>