Shades of Fruit Salad #4ABC5C
Tints of Fruit Salad #4ABC5C
RGB
CMYK
RGB Variations
Color information
#4ABC5C (or 0x4ABC5C) is known color: Fruit Salad. HEX triplet: 4A, BC and 5C. RGB value is (74,188,92). Sum of RGB (Red+Green+Blue) = 74+188+92=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC5C is #B543A3. Grayscale: #8F8F8F. Windows color (decimal): -11879332 or 6077514. OLE color: 6077514.
HSL color Cylindrical-coordinate representation of color #4ABC5C: hue angle of 129.47º 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 #4ABC5C is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 92 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.26 |
| HSL | 129.47º | 0.46% | 0.51% | - |
| HSV(B) | 129.47º | 0.61% | 0.74% | - |
| XYZ | 22.74 | 38.19 | 16.3 | - |
| YUV | 142.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 92 | 0.61 | 0 | 0.51 | 0.26 | 129.47 | 0.46 | 0.51 |
| Hex | 4A | BC | 5C | 3D | 0 | 33 | 1A | 81 | 2E | 33 |
| Octal | 112 | 274 | 134 | 75 | 0 | 63 | 32 | 201 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1011100 | 111101 | 0 | 110011 | 11010 | 10000001 | 101110 | 110011 |
Color Harmonies of #4ABC5C
Complementary color
Monochromatic Colors of #4ABC5C
Black with #4ABC5C
Text Example
Text Example
White with #4ABC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC5C; }
p { color: rgb(74,188,92); }
H1.HeaderClassName
{
color: #4ABC5C;
}
.AnyTagClassName
{
color: #4ABC5C;
}
</style>
background-color css
<style>
a { background-color: #4ABC5C; }
a { background-color: rgb(74,188,92); }
div.DivClassName
{
background-color: #4ABC5C;
}
.BgClassName
{
background-color: #4ABC5C;
}
</style>
border-color css
<style>
span { border-color: #4ABC5C; }
span { border-color: rgb(74,188,92); }
td.TdClassName
{
border-color: #4ABC5C;
}
.TagClassName
{
border-color: #4ABC5C;
}
</style>