Shades of Fruit Salad #4ABD4D
Tints of Fruit Salad #4ABD4D
RGB
CMYK
RGB Variations
Color information
#4ABD4D (or 0x4ABD4D) is known color: Fruit Salad. HEX triplet: 4A, BD and 4D. RGB value is (74,189,77). Sum of RGB (Red+Green+Blue) = 74+189+77=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD4D is #B542B2. Grayscale: #8E8E8E. Windows color (decimal): -11879091 or 5094730. OLE color: 5094730.
HSL color Cylindrical-coordinate representation of color #4ABD4D: hue angle of 121.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD4D is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 77 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.26 |
| HSL | 121.57º | 0.47% | 0.52% | - |
| HSV(B) | 121.57º | 0.61% | 0.74% | - |
| XYZ | 22.36 | 38.39 | 13.25 | - |
| YUV | 141.85 | 91.4 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 77 | 0.61 | 0 | 0.59 | 0.26 | 121.57 | 0.47 | 0.52 |
| Hex | 4A | BD | 4D | 3D | 0 | 3B | 1A | 7A | 2F | 34 |
| Octal | 112 | 275 | 115 | 75 | 0 | 73 | 32 | 172 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1001101 | 111101 | 0 | 111011 | 11010 | 1111010 | 101111 | 110100 |
Color Harmonies of #4ABD4D
Complementary color
Monochromatic Colors of #4ABD4D
Black with #4ABD4D
Text Example
Text Example
White with #4ABD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD4D; }
p { color: rgb(74,189,77); }
H1.HeaderClassName
{
color: #4ABD4D;
}
.AnyTagClassName
{
color: #4ABD4D;
}
</style>
background-color css
<style>
a { background-color: #4ABD4D; }
a { background-color: rgb(74,189,77); }
div.DivClassName
{
background-color: #4ABD4D;
}
.BgClassName
{
background-color: #4ABD4D;
}
</style>
border-color css
<style>
span { border-color: #4ABD4D; }
span { border-color: rgb(74,189,77); }
td.TdClassName
{
border-color: #4ABD4D;
}
.TagClassName
{
border-color: #4ABD4D;
}
</style>