Shades of Fruit Salad #4AC34A
Tints of Fruit Salad #4AC34A
RGB
CMYK
RGB Variations
Color information
#4AC34A (or 0x4AC34A) is known color: Fruit Salad. HEX triplet: 4A, C3 and 4A. RGB value is (74,195,74). Sum of RGB (Red+Green+Blue) = 74+195+74=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC34A is #B53CB5. Grayscale: #919191. Windows color (decimal): -11877558 or 4899658. OLE color: 4899658.
HSL color Cylindrical-coordinate representation of color #4AC34A: hue angle of 120º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC34A is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 74 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.24 |
| HSL | 120º | 0.5% | 0.53% | - |
| HSV(B) | 120º | 0.62% | 0.76% | - |
| XYZ | 23.58 | 40.98 | 13.15 | - |
| YUV | 145.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 74 | 0.62 | 0 | 0.62 | 0.24 | 120 | 0.5 | 0.53 |
| Hex | 4A | C3 | 4A | 3E | 0 | 3E | 18 | 78 | 32 | 35 |
| Octal | 112 | 303 | 112 | 76 | 0 | 76 | 30 | 170 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1001010 | 111110 | 0 | 111110 | 11000 | 1111000 | 110010 | 110101 |
Color Harmonies of #4AC34A
Complementary color
Monochromatic Colors of #4AC34A
Black with #4AC34A
Text Example
Text Example
White with #4AC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC34A; }
p { color: rgb(74,195,74); }
H1.HeaderClassName
{
color: #4AC34A;
}
.AnyTagClassName
{
color: #4AC34A;
}
</style>
background-color css
<style>
a { background-color: #4AC34A; }
a { background-color: rgb(74,195,74); }
div.DivClassName
{
background-color: #4AC34A;
}
.BgClassName
{
background-color: #4AC34A;
}
</style>
border-color css
<style>
span { border-color: #4AC34A; }
span { border-color: rgb(74,195,74); }
td.TdClassName
{
border-color: #4AC34A;
}
.TagClassName
{
border-color: #4AC34A;
}
</style>