Shades of Fruit Salad #4AC150
Tints of Fruit Salad #4AC150
RGB
CMYK
RGB Variations
Color information
#4AC150 (or 0x4AC150) is known color: Fruit Salad. HEX triplet: 4A, C1 and 50. RGB value is (74,193,80). Sum of RGB (Red+Green+Blue) = 74+193+80=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC150 is #B53EAF. Grayscale: #909090. Windows color (decimal): -11878064 or 5292362. OLE color: 5292362.
HSL color Cylindrical-coordinate representation of color #4AC150: hue angle of 123.03º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC150 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 80 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.24 |
| HSL | 123.03º | 0.49% | 0.52% | - |
| HSV(B) | 123.03º | 0.62% | 0.76% | - |
| XYZ | 23.34 | 40.17 | 14.11 | - |
| YUV | 144.54 | 91.58 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 80 | 0.62 | 0 | 0.59 | 0.24 | 123.03 | 0.49 | 0.52 |
| Hex | 4A | C1 | 50 | 3E | 0 | 3B | 18 | 7B | 31 | 34 |
| Octal | 112 | 301 | 120 | 76 | 0 | 73 | 30 | 173 | 61 | 64 |
| Binary | 1001010 | 11000001 | 1010000 | 111110 | 0 | 111011 | 11000 | 1111011 | 110001 | 110100 |
Color Harmonies of #4AC150
Complementary color
Monochromatic Colors of #4AC150
Black with #4AC150
Text Example
Text Example
White with #4AC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC150; }
p { color: rgb(74,193,80); }
H1.HeaderClassName
{
color: #4AC150;
}
.AnyTagClassName
{
color: #4AC150;
}
</style>
background-color css
<style>
a { background-color: #4AC150; }
a { background-color: rgb(74,193,80); }
div.DivClassName
{
background-color: #4AC150;
}
.BgClassName
{
background-color: #4AC150;
}
</style>
border-color css
<style>
span { border-color: #4AC150; }
span { border-color: rgb(74,193,80); }
td.TdClassName
{
border-color: #4AC150;
}
.TagClassName
{
border-color: #4AC150;
}
</style>