Shades of Fruit Salad #4AB65B
Tints of Fruit Salad #4AB65B
RGB
CMYK
RGB Variations
Color information
#4AB65B (or 0x4AB65B) is known color: Fruit Salad. HEX triplet: 4A, B6 and 5B. RGB value is (74,182,91). Sum of RGB (Red+Green+Blue) = 74+182+91=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB65B is #B549A4. Grayscale: #8B8B8B. Windows color (decimal): -11880869 or 6010442. OLE color: 6010442.
HSL color Cylindrical-coordinate representation of color #4AB65B: hue angle of 129.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB65B is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 91 | - |
| CMYK | 0.59 | 0 | 0.5 | 0.29 |
| HSL | 129.44º | 0.43% | 0.5% | - |
| HSV(B) | 129.44º | 0.59% | 0.71% | - |
| XYZ | 21.44 | 35.67 | 15.65 | - |
| YUV | 139.33 | 100.72 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 91 | 0.59 | 0 | 0.5 | 0.29 | 129.44 | 0.43 | 0.5 |
| Hex | 4A | B6 | 5B | 3B | 0 | 32 | 1D | 81 | 2B | 32 |
| Octal | 112 | 266 | 133 | 73 | 0 | 62 | 35 | 201 | 53 | 62 |
| Binary | 1001010 | 10110110 | 1011011 | 111011 | 0 | 110010 | 11101 | 10000001 | 101011 | 110010 |
Color Harmonies of #4AB65B
Complementary color
Monochromatic Colors of #4AB65B
Black with #4AB65B
Text Example
Text Example
White with #4AB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB65B; }
p { color: rgb(74,182,91); }
H1.HeaderClassName
{
color: #4AB65B;
}
.AnyTagClassName
{
color: #4AB65B;
}
</style>
background-color css
<style>
a { background-color: #4AB65B; }
a { background-color: rgb(74,182,91); }
div.DivClassName
{
background-color: #4AB65B;
}
.BgClassName
{
background-color: #4AB65B;
}
</style>
border-color css
<style>
span { border-color: #4AB65B; }
span { border-color: rgb(74,182,91); }
td.TdClassName
{
border-color: #4AB65B;
}
.TagClassName
{
border-color: #4AB65B;
}
</style>