Shades of Fruit Salad #4AB644
Tints of Fruit Salad #4AB644
RGB
CMYK
RGB Variations
Color information
#4AB644 (or 0x4AB644) is known color: Fruit Salad. HEX triplet: 4A, B6 and 44. RGB value is (74,182,68). Sum of RGB (Red+Green+Blue) = 74+182+68=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB644 is #B549BB. Grayscale: #898989. Windows color (decimal): -11880892 or 4503114. OLE color: 4503114.
HSL color Cylindrical-coordinate representation of color #4AB644: hue angle of 116.84º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AB644 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 68 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.29 |
| HSL | 116.84º | 0.46% | 0.49% | - |
| HSV(B) | 116.84º | 0.63% | 0.71% | - |
| XYZ | 20.6 | 35.33 | 11.2 | - |
| YUV | 136.71 | 89.22 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 68 | 0.59 | 0 | 0.63 | 0.29 | 116.84 | 0.46 | 0.49 |
| Hex | 4A | B6 | 44 | 3B | 0 | 3F | 1D | 75 | 2E | 31 |
| Octal | 112 | 266 | 104 | 73 | 0 | 77 | 35 | 165 | 56 | 61 |
| Binary | 1001010 | 10110110 | 1000100 | 111011 | 0 | 111111 | 11101 | 1110101 | 101110 | 110001 |
Color Harmonies of #4AB644
Complementary color
Monochromatic Colors of #4AB644
Black with #4AB644
Text Example
Text Example
White with #4AB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB644; }
p { color: rgb(74,182,68); }
H1.HeaderClassName
{
color: #4AB644;
}
.AnyTagClassName
{
color: #4AB644;
}
</style>
background-color css
<style>
a { background-color: #4AB644; }
a { background-color: rgb(74,182,68); }
div.DivClassName
{
background-color: #4AB644;
}
.BgClassName
{
background-color: #4AB644;
}
</style>
border-color css
<style>
span { border-color: #4AB644; }
span { border-color: rgb(74,182,68); }
td.TdClassName
{
border-color: #4AB644;
}
.TagClassName
{
border-color: #4AB644;
}
</style>