Shades of Fruit Salad #4BA64A
Tints of Fruit Salad #4BA64A
RGB
CMYK
RGB Variations
Color information
#4BA64A (or 0x4BA64A) is known color: Fruit Salad. HEX triplet: 4B, A6 and 4A. RGB value is (75,166,74). Sum of RGB (Red+Green+Blue) = 75+166+74=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA64A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA64A is #B459B5. Grayscale: #808080. Windows color (decimal): -11819446 or 4892235. OLE color: 4892235.
HSL color Cylindrical-coordinate representation of color #4BA64A: hue angle of 119.35º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA64A is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 74 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.35 |
| HSL | 119.35º | 0.38% | 0.47% | - |
| HSV(B) | 119.35º | 0.55% | 0.65% | - |
| XYZ | 17.77 | 29.26 | 11.19 | - |
| YUV | 128.3 | 97.35 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 74 | 0.55 | 0 | 0.55 | 0.35 | 119.35 | 0.38 | 0.47 |
| Hex | 4B | A6 | 4A | 37 | 0 | 37 | 23 | 77 | 26 | 2F |
| Octal | 113 | 246 | 112 | 67 | 0 | 67 | 43 | 167 | 46 | 57 |
| Binary | 1001011 | 10100110 | 1001010 | 110111 | 0 | 110111 | 100011 | 1110111 | 100110 | 101111 |
Color Harmonies of #4BA64A
Complementary color
Monochromatic Colors of #4BA64A
Black with #4BA64A
Text Example
Text Example
White with #4BA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA64A; }
p { color: rgb(75,166,74); }
H1.HeaderClassName
{
color: #4BA64A;
}
.AnyTagClassName
{
color: #4BA64A;
}
</style>
background-color css
<style>
a { background-color: #4BA64A; }
a { background-color: rgb(75,166,74); }
div.DivClassName
{
background-color: #4BA64A;
}
.BgClassName
{
background-color: #4BA64A;
}
</style>
border-color css
<style>
span { border-color: #4BA64A; }
span { border-color: rgb(75,166,74); }
td.TdClassName
{
border-color: #4BA64A;
}
.TagClassName
{
border-color: #4BA64A;
}
</style>