Shades of Fruit Salad #4AB73C
Tints of Fruit Salad #4AB73C
RGB
CMYK
RGB Variations
Color information
#4AB73C (or 0x4AB73C) is known color: Fruit Salad. HEX triplet: 4A, B7 and 3C. RGB value is (74,183,60). Sum of RGB (Red+Green+Blue) = 74+183+60=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB73C is #B548C3. Grayscale: #888888. Windows color (decimal): -11880644 or 3979082. OLE color: 3979082.
HSL color Cylindrical-coordinate representation of color #4AB73C: hue angle of 113.17º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AB73C is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 60 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.28 |
| HSL | 113.17º | 0.51% | 0.48% | - |
| HSV(B) | 113.17º | 0.67% | 0.72% | - |
| XYZ | 20.57 | 35.65 | 10.07 | - |
| YUV | 136.39 | 84.89 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 60 | 0.60 | 0 | 0.67 | 0.28 | 113.17 | 0.51 | 0.48 |
| Hex | 4A | B7 | 3C | 3C | 0 | 43 | 1C | 71 | 33 | 30 |
| Octal | 112 | 267 | 74 | 74 | 0 | 103 | 34 | 161 | 63 | 60 |
| Binary | 1001010 | 10110111 | 111100 | 111100 | 0 | 1000011 | 11100 | 1110001 | 110011 | 110000 |
Color Harmonies of #4AB73C
Complementary color
Monochromatic Colors of #4AB73C
Black with #4AB73C
Text Example
Text Example
White with #4AB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB73C; }
p { color: rgb(74,183,60); }
H1.HeaderClassName
{
color: #4AB73C;
}
.AnyTagClassName
{
color: #4AB73C;
}
</style>
background-color css
<style>
a { background-color: #4AB73C; }
a { background-color: rgb(74,183,60); }
div.DivClassName
{
background-color: #4AB73C;
}
.BgClassName
{
background-color: #4AB73C;
}
</style>
border-color css
<style>
span { border-color: #4AB73C; }
span { border-color: rgb(74,183,60); }
td.TdClassName
{
border-color: #4AB73C;
}
.TagClassName
{
border-color: #4AB73C;
}
</style>