Shades of Fruit Salad #4AC64C
Tints of Fruit Salad #4AC64C
RGB
CMYK
RGB Variations
Color information
#4AC64C (or 0x4AC64C) is known color: Fruit Salad. HEX triplet: 4A, C6 and 4C. RGB value is (74,198,76). Sum of RGB (Red+Green+Blue) = 74+198+76=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC64C is #B539B3. Grayscale: #939393. Windows color (decimal): -11876788 or 5031498. OLE color: 5031498.
HSL color Cylindrical-coordinate representation of color #4AC64C: hue angle of 120.97º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC64C is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 76 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.22 |
| HSL | 120.97º | 0.52% | 0.53% | - |
| HSV(B) | 120.97º | 0.63% | 0.78% | - |
| XYZ | 24.32 | 42.37 | 13.73 | - |
| YUV | 147.02 | 87.92 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 76 | 0.63 | 0 | 0.62 | 0.22 | 120.97 | 0.52 | 0.53 |
| Hex | 4A | C6 | 4C | 3F | 0 | 3E | 16 | 79 | 34 | 35 |
| Octal | 112 | 306 | 114 | 77 | 0 | 76 | 26 | 171 | 64 | 65 |
| Binary | 1001010 | 11000110 | 1001100 | 111111 | 0 | 111110 | 10110 | 1111001 | 110100 | 110101 |
Color Harmonies of #4AC64C
Complementary color
Monochromatic Colors of #4AC64C
Black with #4AC64C
Text Example
Text Example
White with #4AC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC64C; }
p { color: rgb(74,198,76); }
H1.HeaderClassName
{
color: #4AC64C;
}
.AnyTagClassName
{
color: #4AC64C;
}
</style>
background-color css
<style>
a { background-color: #4AC64C; }
a { background-color: rgb(74,198,76); }
div.DivClassName
{
background-color: #4AC64C;
}
.BgClassName
{
background-color: #4AC64C;
}
</style>
border-color css
<style>
span { border-color: #4AC64C; }
span { border-color: rgb(74,198,76); }
td.TdClassName
{
border-color: #4AC64C;
}
.TagClassName
{
border-color: #4AC64C;
}
</style>