Shades of Fruit Salad #4BC54F
Tints of Fruit Salad #4BC54F
RGB
CMYK
RGB Variations
Color information
#4BC54F (or 0x4BC54F) is known color: Fruit Salad. HEX triplet: 4B, C5 and 4F. RGB value is (75,197,79). Sum of RGB (Red+Green+Blue) = 75+197+79=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC54F is #B43AB0. Grayscale: #939393. Windows color (decimal): -11811505 or 5227851. OLE color: 5227851.
HSL color Cylindrical-coordinate representation of color #4BC54F: hue angle of 121.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC54F is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 79 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.23 |
| HSL | 121.97º | 0.51% | 0.53% | - |
| HSV(B) | 121.97º | 0.62% | 0.77% | - |
| XYZ | 24.28 | 41.99 | 14.22 | - |
| YUV | 147.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 79 | 0.62 | 0 | 0.60 | 0.23 | 121.97 | 0.51 | 0.53 |
| Hex | 4B | C5 | 4F | 3E | 0 | 3C | 17 | 7A | 33 | 35 |
| Octal | 113 | 305 | 117 | 76 | 0 | 74 | 27 | 172 | 63 | 65 |
| Binary | 1001011 | 11000101 | 1001111 | 111110 | 0 | 111100 | 10111 | 1111010 | 110011 | 110101 |
Color Harmonies of #4BC54F
Complementary color
Monochromatic Colors of #4BC54F
Black with #4BC54F
Text Example
Text Example
White with #4BC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC54F; }
p { color: rgb(75,197,79); }
H1.HeaderClassName
{
color: #4BC54F;
}
.AnyTagClassName
{
color: #4BC54F;
}
</style>
background-color css
<style>
a { background-color: #4BC54F; }
a { background-color: rgb(75,197,79); }
div.DivClassName
{
background-color: #4BC54F;
}
.BgClassName
{
background-color: #4BC54F;
}
</style>
border-color css
<style>
span { border-color: #4BC54F; }
span { border-color: rgb(75,197,79); }
td.TdClassName
{
border-color: #4BC54F;
}
.TagClassName
{
border-color: #4BC54F;
}
</style>