Shades of Fruit Salad #4BBC4A
Tints of Fruit Salad #4BBC4A
RGB
CMYK
RGB Variations
Color information
#4BBC4A (or 0x4BBC4A) is known color: Fruit Salad. HEX triplet: 4B, BC and 4A. RGB value is (75,188,74). Sum of RGB (Red+Green+Blue) = 75+188+74=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBC4A is #B443B5. Grayscale: #8D8D8D. Windows color (decimal): -11813814 or 4897867. OLE color: 4897867.
HSL color Cylindrical-coordinate representation of color #4BBC4A: hue angle of 119.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 #4BBC4A is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 74 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.26 |
| HSL | 119.47º | 0.46% | 0.51% | - |
| HSV(B) | 119.47º | 0.61% | 0.74% | - |
| XYZ | 22.12 | 37.96 | 12.64 | - |
| YUV | 141.22 | 90.06 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 74 | 0.60 | 0 | 0.61 | 0.26 | 119.47 | 0.46 | 0.51 |
| Hex | 4B | BC | 4A | 3C | 0 | 3D | 1A | 77 | 2E | 33 |
| Octal | 113 | 274 | 112 | 74 | 0 | 75 | 32 | 167 | 56 | 63 |
| Binary | 1001011 | 10111100 | 1001010 | 111100 | 0 | 111101 | 11010 | 1110111 | 101110 | 110011 |
Color Harmonies of #4BBC4A
Complementary color
Monochromatic Colors of #4BBC4A
Black with #4BBC4A
Text Example
Text Example
White with #4BBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC4A; }
p { color: rgb(75,188,74); }
H1.HeaderClassName
{
color: #4BBC4A;
}
.AnyTagClassName
{
color: #4BBC4A;
}
</style>
background-color css
<style>
a { background-color: #4BBC4A; }
a { background-color: rgb(75,188,74); }
div.DivClassName
{
background-color: #4BBC4A;
}
.BgClassName
{
background-color: #4BBC4A;
}
</style>
border-color css
<style>
span { border-color: #4BBC4A; }
span { border-color: rgb(75,188,74); }
td.TdClassName
{
border-color: #4BBC4A;
}
.TagClassName
{
border-color: #4BBC4A;
}
</style>