Shades of Fruit Salad #4AB35C
Tints of Fruit Salad #4AB35C
RGB
CMYK
RGB Variations
Color information
#4AB35C (or 0x4AB35C) is known color: Fruit Salad. HEX triplet: 4A, B3 and 5C. RGB value is (74,179,92). Sum of RGB (Red+Green+Blue) = 74+179+92=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB35C is #B54CA3. Grayscale: #898989. Windows color (decimal): -11881636 or 6075210. OLE color: 6075210.
HSL color Cylindrical-coordinate representation of color #4AB35C: hue angle of 130.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB35C is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 92 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.30 |
| HSL | 130.29º | 0.42% | 0.5% | - |
| HSV(B) | 130.29º | 0.59% | 0.7% | - |
| XYZ | 20.88 | 34.47 | 15.68 | - |
| YUV | 137.69 | 102.21 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 92 | 0.59 | 0 | 0.49 | 0.30 | 130.29 | 0.42 | 0.5 |
| Hex | 4A | B3 | 5C | 3B | 0 | 31 | 1E | 82 | 2A | 32 |
| Octal | 112 | 263 | 134 | 73 | 0 | 61 | 36 | 202 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1011100 | 111011 | 0 | 110001 | 11110 | 10000010 | 101010 | 110010 |
Color Harmonies of #4AB35C
Complementary color
Monochromatic Colors of #4AB35C
Black with #4AB35C
Text Example
Text Example
White with #4AB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB35C; }
p { color: rgb(74,179,92); }
H1.HeaderClassName
{
color: #4AB35C;
}
.AnyTagClassName
{
color: #4AB35C;
}
</style>
background-color css
<style>
a { background-color: #4AB35C; }
a { background-color: rgb(74,179,92); }
div.DivClassName
{
background-color: #4AB35C;
}
.BgClassName
{
background-color: #4AB35C;
}
</style>
border-color css
<style>
span { border-color: #4AB35C; }
span { border-color: rgb(74,179,92); }
td.TdClassName
{
border-color: #4AB35C;
}
.TagClassName
{
border-color: #4AB35C;
}
</style>