Shades of Fruit Salad #4AB343
Tints of Fruit Salad #4AB343
RGB
CMYK
RGB Variations
Color information
#4AB343 (or 0x4AB343) is known color: Fruit Salad. HEX triplet: 4A, B3 and 43. RGB value is (74,179,67). Sum of RGB (Red+Green+Blue) = 74+179+67=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB343 is #B54CBC. Grayscale: #878787. Windows color (decimal): -11881661 or 4436810. OLE color: 4436810.
HSL color Cylindrical-coordinate representation of color #4AB343: hue angle of 116.25º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AB343 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 67 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.30 |
| HSL | 116.25º | 0.46% | 0.48% | - |
| HSV(B) | 116.25º | 0.63% | 0.7% | - |
| XYZ | 19.96 | 34.1 | 10.84 | - |
| YUV | 134.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 67 | 0.59 | 0 | 0.63 | 0.30 | 116.25 | 0.46 | 0.48 |
| Hex | 4A | B3 | 43 | 3B | 0 | 3F | 1E | 74 | 2E | 30 |
| Octal | 112 | 263 | 103 | 73 | 0 | 77 | 36 | 164 | 56 | 60 |
| Binary | 1001010 | 10110011 | 1000011 | 111011 | 0 | 111111 | 11110 | 1110100 | 101110 | 110000 |
Color Harmonies of #4AB343
Complementary color
Monochromatic Colors of #4AB343
Black with #4AB343
Text Example
Text Example
White with #4AB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB343; }
p { color: rgb(74,179,67); }
H1.HeaderClassName
{
color: #4AB343;
}
.AnyTagClassName
{
color: #4AB343;
}
</style>
background-color css
<style>
a { background-color: #4AB343; }
a { background-color: rgb(74,179,67); }
div.DivClassName
{
background-color: #4AB343;
}
.BgClassName
{
background-color: #4AB343;
}
</style>
border-color css
<style>
span { border-color: #4AB343; }
span { border-color: rgb(74,179,67); }
td.TdClassName
{
border-color: #4AB343;
}
.TagClassName
{
border-color: #4AB343;
}
</style>