Shades of Fruit Salad #4BAC4E
Tints of Fruit Salad #4BAC4E
RGB
CMYK
RGB Variations
Color information
#4BAC4E (or 0x4BAC4E) is known color: Fruit Salad. HEX triplet: 4B, AC and 4E. RGB value is (75,172,78). Sum of RGB (Red+Green+Blue) = 75+172+78=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC4E is #B453B1. Grayscale: #848484. Windows color (decimal): -11817906 or 5155915. OLE color: 5155915.
HSL color Cylindrical-coordinate representation of color #4BAC4E: hue angle of 121.86º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC4E is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 78 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.33 |
| HSL | 121.86º | 0.39% | 0.48% | - |
| HSV(B) | 121.86º | 0.56% | 0.67% | - |
| XYZ | 19.03 | 31.55 | 12.29 | - |
| YUV | 132.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 78 | 0.56 | 0 | 0.55 | 0.33 | 121.86 | 0.39 | 0.48 |
| Hex | 4B | AC | 4E | 38 | 0 | 37 | 21 | 7A | 27 | 30 |
| Octal | 113 | 254 | 116 | 70 | 0 | 67 | 41 | 172 | 47 | 60 |
| Binary | 1001011 | 10101100 | 1001110 | 111000 | 0 | 110111 | 100001 | 1111010 | 100111 | 110000 |
Color Harmonies of #4BAC4E
Complementary color
Monochromatic Colors of #4BAC4E
Black with #4BAC4E
Text Example
Text Example
White with #4BAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC4E; }
p { color: rgb(75,172,78); }
H1.HeaderClassName
{
color: #4BAC4E;
}
.AnyTagClassName
{
color: #4BAC4E;
}
</style>
background-color css
<style>
a { background-color: #4BAC4E; }
a { background-color: rgb(75,172,78); }
div.DivClassName
{
background-color: #4BAC4E;
}
.BgClassName
{
background-color: #4BAC4E;
}
</style>
border-color css
<style>
span { border-color: #4BAC4E; }
span { border-color: rgb(75,172,78); }
td.TdClassName
{
border-color: #4BAC4E;
}
.TagClassName
{
border-color: #4BAC4E;
}
</style>