Shades of Fruit Salad #4AC04B
Tints of Fruit Salad #4AC04B
RGB
CMYK
RGB Variations
Color information
#4AC04B (or 0x4AC04B) is known color: Fruit Salad. HEX triplet: 4A, C0 and 4B. RGB value is (74,192,75). Sum of RGB (Red+Green+Blue) = 74+192+75=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC04B is #B53FB4. Grayscale: #8F8F8F. Windows color (decimal): -11878325 or 4964426. OLE color: 4964426.
HSL color Cylindrical-coordinate representation of color #4AC04B: hue angle of 120.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC04B is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 75 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.25 |
| HSL | 120.51º | 0.48% | 0.52% | - |
| HSV(B) | 120.51º | 0.61% | 0.75% | - |
| XYZ | 22.94 | 39.66 | 13.1 | - |
| YUV | 143.38 | 89.41 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 75 | 0.61 | 0 | 0.61 | 0.25 | 120.51 | 0.48 | 0.52 |
| Hex | 4A | C0 | 4B | 3D | 0 | 3D | 19 | 79 | 30 | 34 |
| Octal | 112 | 300 | 113 | 75 | 0 | 75 | 31 | 171 | 60 | 64 |
| Binary | 1001010 | 11000000 | 1001011 | 111101 | 0 | 111101 | 11001 | 1111001 | 110000 | 110100 |
Color Harmonies of #4AC04B
Complementary color
Monochromatic Colors of #4AC04B
Black with #4AC04B
Text Example
Text Example
White with #4AC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC04B; }
p { color: rgb(74,192,75); }
H1.HeaderClassName
{
color: #4AC04B;
}
.AnyTagClassName
{
color: #4AC04B;
}
</style>
background-color css
<style>
a { background-color: #4AC04B; }
a { background-color: rgb(74,192,75); }
div.DivClassName
{
background-color: #4AC04B;
}
.BgClassName
{
background-color: #4AC04B;
}
</style>
border-color css
<style>
span { border-color: #4AC04B; }
span { border-color: rgb(74,192,75); }
td.TdClassName
{
border-color: #4AC04B;
}
.TagClassName
{
border-color: #4AC04B;
}
</style>