Shades of Fruit Salad #4ABD5B
Tints of Fruit Salad #4ABD5B
RGB
CMYK
RGB Variations
Color information
#4ABD5B (or 0x4ABD5B) is known color: Fruit Salad. HEX triplet: 4A, BD and 5B. RGB value is (74,189,91). Sum of RGB (Red+Green+Blue) = 74+189+91=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD5B is #B542A4. Grayscale: #8F8F8F. Windows color (decimal): -11879077 or 6012234. OLE color: 6012234.
HSL color Cylindrical-coordinate representation of color #4ABD5B: hue angle of 128.87º 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 #4ABD5B is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 91 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.26 |
| HSL | 128.87º | 0.47% | 0.52% | - |
| HSV(B) | 128.87º | 0.61% | 0.74% | - |
| XYZ | 22.91 | 38.61 | 16.14 | - |
| YUV | 143.44 | 98.4 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 91 | 0.61 | 0 | 0.52 | 0.26 | 128.87 | 0.47 | 0.52 |
| Hex | 4A | BD | 5B | 3D | 0 | 34 | 1A | 81 | 2F | 34 |
| Octal | 112 | 275 | 133 | 75 | 0 | 64 | 32 | 201 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1011011 | 111101 | 0 | 110100 | 11010 | 10000001 | 101111 | 110100 |
Color Harmonies of #4ABD5B
Complementary color
Monochromatic Colors of #4ABD5B
Black with #4ABD5B
Text Example
Text Example
White with #4ABD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD5B; }
p { color: rgb(74,189,91); }
H1.HeaderClassName
{
color: #4ABD5B;
}
.AnyTagClassName
{
color: #4ABD5B;
}
</style>
background-color css
<style>
a { background-color: #4ABD5B; }
a { background-color: rgb(74,189,91); }
div.DivClassName
{
background-color: #4ABD5B;
}
.BgClassName
{
background-color: #4ABD5B;
}
</style>
border-color css
<style>
span { border-color: #4ABD5B; }
span { border-color: rgb(74,189,91); }
td.TdClassName
{
border-color: #4ABD5B;
}
.TagClassName
{
border-color: #4ABD5B;
}
</style>