Shades of Fruit Salad #4AB75A
Tints of Fruit Salad #4AB75A
RGB
CMYK
RGB Variations
Color information
#4AB75A (or 0x4AB75A) is known color: Fruit Salad. HEX triplet: 4A, B7 and 5A. RGB value is (74,183,90). Sum of RGB (Red+Green+Blue) = 74+183+90=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB75A is #B548A5. Grayscale: #8C8C8C. Windows color (decimal): -11880614 or 5945162. OLE color: 5945162.
HSL color Cylindrical-coordinate representation of color #4AB75A: hue angle of 128.81º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB75A is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 90 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.28 |
| HSL | 128.81º | 0.43% | 0.5% | - |
| HSV(B) | 128.81º | 0.6% | 0.72% | - |
| XYZ | 21.6 | 36.06 | 15.49 | - |
| YUV | 139.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 90 | 0.60 | 0 | 0.51 | 0.28 | 128.81 | 0.43 | 0.5 |
| Hex | 4A | B7 | 5A | 3C | 0 | 33 | 1C | 81 | 2B | 32 |
| Octal | 112 | 267 | 132 | 74 | 0 | 63 | 34 | 201 | 53 | 62 |
| Binary | 1001010 | 10110111 | 1011010 | 111100 | 0 | 110011 | 11100 | 10000001 | 101011 | 110010 |
Color Harmonies of #4AB75A
Complementary color
Monochromatic Colors of #4AB75A
Black with #4AB75A
Text Example
Text Example
White with #4AB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB75A; }
p { color: rgb(74,183,90); }
H1.HeaderClassName
{
color: #4AB75A;
}
.AnyTagClassName
{
color: #4AB75A;
}
</style>
background-color css
<style>
a { background-color: #4AB75A; }
a { background-color: rgb(74,183,90); }
div.DivClassName
{
background-color: #4AB75A;
}
.BgClassName
{
background-color: #4AB75A;
}
</style>
border-color css
<style>
span { border-color: #4AB75A; }
span { border-color: rgb(74,183,90); }
td.TdClassName
{
border-color: #4AB75A;
}
.TagClassName
{
border-color: #4AB75A;
}
</style>