Shades of Fruit Salad #4ABA45
Tints of Fruit Salad #4ABA45
RGB
CMYK
RGB Variations
Color information
#4ABA45 (or 0x4ABA45) is known color: Fruit Salad. HEX triplet: 4A, BA and 45. RGB value is (74,186,69). Sum of RGB (Red+Green+Blue) = 74+186+69=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABA45 is #B545BA. Grayscale: #8B8B8B. Windows color (decimal): -11879867 or 4569674. OLE color: 4569674.
HSL color Cylindrical-coordinate representation of color #4ABA45: hue angle of 117.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ABA45 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 69 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.27 |
| HSL | 117.44º | 0.46% | 0.5% | - |
| HSV(B) | 117.44º | 0.63% | 0.73% | - |
| XYZ | 21.46 | 37 | 11.64 | - |
| YUV | 139.17 | 88.39 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 69 | 0.60 | 0 | 0.63 | 0.27 | 117.44 | 0.46 | 0.5 |
| Hex | 4A | BA | 45 | 3C | 0 | 3F | 1B | 75 | 2E | 32 |
| Octal | 112 | 272 | 105 | 74 | 0 | 77 | 33 | 165 | 56 | 62 |
| Binary | 1001010 | 10111010 | 1000101 | 111100 | 0 | 111111 | 11011 | 1110101 | 101110 | 110010 |
Color Harmonies of #4ABA45
Complementary color
Monochromatic Colors of #4ABA45
Black with #4ABA45
Text Example
Text Example
White with #4ABA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA45; }
p { color: rgb(74,186,69); }
H1.HeaderClassName
{
color: #4ABA45;
}
.AnyTagClassName
{
color: #4ABA45;
}
</style>
background-color css
<style>
a { background-color: #4ABA45; }
a { background-color: rgb(74,186,69); }
div.DivClassName
{
background-color: #4ABA45;
}
.BgClassName
{
background-color: #4ABA45;
}
</style>
border-color css
<style>
span { border-color: #4ABA45; }
span { border-color: rgb(74,186,69); }
td.TdClassName
{
border-color: #4ABA45;
}
.TagClassName
{
border-color: #4ABA45;
}
</style>