Shades of Fruit Salad #4AC950
Tints of Fruit Salad #4AC950
RGB
CMYK
RGB Variations
Color information
#4AC950 (or 0x4AC950) is known color: Fruit Salad. HEX triplet: 4A, C9 and 50. RGB value is (74,201,80). Sum of RGB (Red+Green+Blue) = 74+201+80=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC950 is #B536AF. Grayscale: #959595. Windows color (decimal): -11876016 or 5294410. OLE color: 5294410.
HSL color Cylindrical-coordinate representation of color #4AC950: hue angle of 122.83º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC950 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 80 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.21 |
| HSL | 122.83º | 0.54% | 0.54% | - |
| HSV(B) | 122.83º | 0.63% | 0.79% | - |
| XYZ | 25.16 | 43.81 | 14.72 | - |
| YUV | 149.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 80 | 0.63 | 0 | 0.60 | 0.21 | 122.83 | 0.54 | 0.54 |
| Hex | 4A | C9 | 50 | 3F | 0 | 3C | 15 | 7B | 36 | 36 |
| Octal | 112 | 311 | 120 | 77 | 0 | 74 | 25 | 173 | 66 | 66 |
| Binary | 1001010 | 11001001 | 1010000 | 111111 | 0 | 111100 | 10101 | 1111011 | 110110 | 110110 |
Color Harmonies of #4AC950
Complementary color
Monochromatic Colors of #4AC950
Black with #4AC950
Text Example
Text Example
White with #4AC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC950; }
p { color: rgb(74,201,80); }
H1.HeaderClassName
{
color: #4AC950;
}
.AnyTagClassName
{
color: #4AC950;
}
</style>
background-color css
<style>
a { background-color: #4AC950; }
a { background-color: rgb(74,201,80); }
div.DivClassName
{
background-color: #4AC950;
}
.BgClassName
{
background-color: #4AC950;
}
</style>
border-color css
<style>
span { border-color: #4AC950; }
span { border-color: rgb(74,201,80); }
td.TdClassName
{
border-color: #4AC950;
}
.TagClassName
{
border-color: #4AC950;
}
</style>