Shades of Fruit Salad #4ABC43
Tints of Fruit Salad #4ABC43
RGB
CMYK
RGB Variations
Color information
#4ABC43 (or 0x4ABC43) is known color: Fruit Salad. HEX triplet: 4A, BC and 43. RGB value is (74,188,67). Sum of RGB (Red+Green+Blue) = 74+188+67=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC43 is #B543BC. Grayscale: #8C8C8C. Windows color (decimal): -11879357 or 4439114. OLE color: 4439114.
HSL color Cylindrical-coordinate representation of color #4ABC43: hue angle of 116.53º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABC43 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 67 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.26 |
| HSL | 116.53º | 0.47% | 0.5% | - |
| HSV(B) | 116.53º | 0.64% | 0.74% | - |
| XYZ | 21.82 | 37.83 | 11.46 | - |
| YUV | 140.12 | 86.73 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 67 | 0.61 | 0 | 0.64 | 0.26 | 116.53 | 0.47 | 0.5 |
| Hex | 4A | BC | 43 | 3D | 0 | 40 | 1A | 75 | 2F | 32 |
| Octal | 112 | 274 | 103 | 75 | 0 | 100 | 32 | 165 | 57 | 62 |
| Binary | 1001010 | 10111100 | 1000011 | 111101 | 0 | 1000000 | 11010 | 1110101 | 101111 | 110010 |
Color Harmonies of #4ABC43
Complementary color
Monochromatic Colors of #4ABC43
Black with #4ABC43
Text Example
Text Example
White with #4ABC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC43; }
p { color: rgb(74,188,67); }
H1.HeaderClassName
{
color: #4ABC43;
}
.AnyTagClassName
{
color: #4ABC43;
}
</style>
background-color css
<style>
a { background-color: #4ABC43; }
a { background-color: rgb(74,188,67); }
div.DivClassName
{
background-color: #4ABC43;
}
.BgClassName
{
background-color: #4ABC43;
}
</style>
border-color css
<style>
span { border-color: #4ABC43; }
span { border-color: rgb(74,188,67); }
td.TdClassName
{
border-color: #4ABC43;
}
.TagClassName
{
border-color: #4ABC43;
}
</style>