Shades of Fruit Salad #4ABC51
Tints of Fruit Salad #4ABC51
RGB
CMYK
RGB Variations
Color information
#4ABC51 (or 0x4ABC51) is known color: Fruit Salad. HEX triplet: 4A, BC and 51. RGB value is (74,188,81). Sum of RGB (Red+Green+Blue) = 74+188+81=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC51 is #B543AE. Grayscale: #8E8E8E. Windows color (decimal): -11879343 or 5356618. OLE color: 5356618.
HSL color Cylindrical-coordinate representation of color #4ABC51: hue angle of 123.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC51 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 81 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.26 |
| HSL | 123.68º | 0.46% | 0.51% | - |
| HSV(B) | 123.68º | 0.61% | 0.74% | - |
| XYZ | 22.29 | 38.02 | 13.95 | - |
| YUV | 141.72 | 93.73 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 81 | 0.61 | 0 | 0.57 | 0.26 | 123.68 | 0.46 | 0.51 |
| Hex | 4A | BC | 51 | 3D | 0 | 39 | 1A | 7C | 2E | 33 |
| Octal | 112 | 274 | 121 | 75 | 0 | 71 | 32 | 174 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1010001 | 111101 | 0 | 111001 | 11010 | 1111100 | 101110 | 110011 |
Color Harmonies of #4ABC51
Complementary color
Monochromatic Colors of #4ABC51
Black with #4ABC51
Text Example
Text Example
White with #4ABC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC51; }
p { color: rgb(74,188,81); }
H1.HeaderClassName
{
color: #4ABC51;
}
.AnyTagClassName
{
color: #4ABC51;
}
</style>
background-color css
<style>
a { background-color: #4ABC51; }
a { background-color: rgb(74,188,81); }
div.DivClassName
{
background-color: #4ABC51;
}
.BgClassName
{
background-color: #4ABC51;
}
</style>
border-color css
<style>
span { border-color: #4ABC51; }
span { border-color: rgb(74,188,81); }
td.TdClassName
{
border-color: #4ABC51;
}
.TagClassName
{
border-color: #4ABC51;
}
</style>