Shades of Fruit Salad #4AB442
Tints of Fruit Salad #4AB442
RGB
CMYK
RGB Variations
Color information
#4AB442 (or 0x4AB442) is known color: Fruit Salad. HEX triplet: 4A, B4 and 42. RGB value is (74,180,66). Sum of RGB (Red+Green+Blue) = 74+180+66=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB442 is #B54BBD. Grayscale: #878787. Windows color (decimal): -11881406 or 4371530. OLE color: 4371530.
HSL color Cylindrical-coordinate representation of color #4AB442: hue angle of 115.79º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AB442 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 66 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.29 |
| HSL | 115.79º | 0.46% | 0.48% | - |
| HSV(B) | 115.79º | 0.63% | 0.71% | - |
| XYZ | 20.13 | 34.49 | 10.75 | - |
| YUV | 135.31 | 88.88 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 66 | 0.59 | 0 | 0.63 | 0.29 | 115.79 | 0.46 | 0.48 |
| Hex | 4A | B4 | 42 | 3B | 0 | 3F | 1D | 74 | 2E | 30 |
| Octal | 112 | 264 | 102 | 73 | 0 | 77 | 35 | 164 | 56 | 60 |
| Binary | 1001010 | 10110100 | 1000010 | 111011 | 0 | 111111 | 11101 | 1110100 | 101110 | 110000 |
Color Harmonies of #4AB442
Complementary color
Monochromatic Colors of #4AB442
Black with #4AB442
Text Example
Text Example
White with #4AB442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB442; }
p { color: rgb(74,180,66); }
H1.HeaderClassName
{
color: #4AB442;
}
.AnyTagClassName
{
color: #4AB442;
}
</style>
background-color css
<style>
a { background-color: #4AB442; }
a { background-color: rgb(74,180,66); }
div.DivClassName
{
background-color: #4AB442;
}
.BgClassName
{
background-color: #4AB442;
}
</style>
border-color css
<style>
span { border-color: #4AB442; }
span { border-color: rgb(74,180,66); }
td.TdClassName
{
border-color: #4AB442;
}
.TagClassName
{
border-color: #4AB442;
}
</style>