Shades of Fruit Salad #4AC952
Tints of Fruit Salad #4AC952
RGB
CMYK
RGB Variations
Color information
#4AC952 (or 0x4AC952) is known color: Fruit Salad. HEX triplet: 4A, C9 and 52. RGB value is (74,201,82). Sum of RGB (Red+Green+Blue) = 74+201+82=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC952 is #B536AD. Grayscale: #959595. Windows color (decimal): -11876014 or 5425482. OLE color: 5425482.
HSL color Cylindrical-coordinate representation of color #4AC952: hue angle of 123.78º 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 #4AC952 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 82 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.21 |
| HSL | 123.78º | 0.54% | 0.54% | - |
| HSV(B) | 123.78º | 0.63% | 0.79% | - |
| XYZ | 25.23 | 43.84 | 15.11 | - |
| YUV | 149.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 82 | 0.63 | 0 | 0.59 | 0.21 | 123.78 | 0.54 | 0.54 |
| Hex | 4A | C9 | 52 | 3F | 0 | 3B | 15 | 7C | 36 | 36 |
| Octal | 112 | 311 | 122 | 77 | 0 | 73 | 25 | 174 | 66 | 66 |
| Binary | 1001010 | 11001001 | 1010010 | 111111 | 0 | 111011 | 10101 | 1111100 | 110110 | 110110 |
Color Harmonies of #4AC952
Complementary color
Monochromatic Colors of #4AC952
Black with #4AC952
Text Example
Text Example
White with #4AC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC952; }
p { color: rgb(74,201,82); }
H1.HeaderClassName
{
color: #4AC952;
}
.AnyTagClassName
{
color: #4AC952;
}
</style>
background-color css
<style>
a { background-color: #4AC952; }
a { background-color: rgb(74,201,82); }
div.DivClassName
{
background-color: #4AC952;
}
.BgClassName
{
background-color: #4AC952;
}
</style>
border-color css
<style>
span { border-color: #4AC952; }
span { border-color: rgb(74,201,82); }
td.TdClassName
{
border-color: #4AC952;
}
.TagClassName
{
border-color: #4AC952;
}
</style>