Shades of Fruit Salad #4ABD4A
Tints of Fruit Salad #4ABD4A
RGB
CMYK
RGB Variations
Color information
#4ABD4A (or 0x4ABD4A) is known color: Fruit Salad. HEX triplet: 4A, BD and 4A. RGB value is (74,189,74). Sum of RGB (Red+Green+Blue) = 74+189+74=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABD4A is #B542B5. Grayscale: #8D8D8D. Windows color (decimal): -11879094 or 4898122. OLE color: 4898122.
HSL color Cylindrical-coordinate representation of color #4ABD4A: hue angle of 120º 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 #4ABD4A is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 74 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.26 |
| HSL | 120º | 0.47% | 0.52% | - |
| HSV(B) | 120º | 0.61% | 0.74% | - |
| XYZ | 22.26 | 38.35 | 12.71 | - |
| YUV | 141.51 | 89.9 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 74 | 0.61 | 0 | 0.61 | 0.26 | 120 | 0.47 | 0.52 |
| Hex | 4A | BD | 4A | 3D | 0 | 3D | 1A | 78 | 2F | 34 |
| Octal | 112 | 275 | 112 | 75 | 0 | 75 | 32 | 170 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1001010 | 111101 | 0 | 111101 | 11010 | 1111000 | 101111 | 110100 |
Color Harmonies of #4ABD4A
Complementary color
Monochromatic Colors of #4ABD4A
Black with #4ABD4A
Text Example
Text Example
White with #4ABD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD4A; }
p { color: rgb(74,189,74); }
H1.HeaderClassName
{
color: #4ABD4A;
}
.AnyTagClassName
{
color: #4ABD4A;
}
</style>
background-color css
<style>
a { background-color: #4ABD4A; }
a { background-color: rgb(74,189,74); }
div.DivClassName
{
background-color: #4ABD4A;
}
.BgClassName
{
background-color: #4ABD4A;
}
</style>
border-color css
<style>
span { border-color: #4ABD4A; }
span { border-color: rgb(74,189,74); }
td.TdClassName
{
border-color: #4ABD4A;
}
.TagClassName
{
border-color: #4ABD4A;
}
</style>