Shades of Fruit Salad #4CBC51
Tints of Fruit Salad #4CBC51
RGB
CMYK
RGB Variations
Color information
#4CBC51 (or 0x4CBC51) is known color: Fruit Salad. HEX triplet: 4C, BC and 51. RGB value is (76,188,81). Sum of RGB (Red+Green+Blue) = 76+188+81=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC51 is #B343AE. Grayscale: #8E8E8E. Windows color (decimal): -11748271 or 5356620. OLE color: 5356620.
HSL color Cylindrical-coordinate representation of color #4CBC51: hue angle of 122.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC51 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 81 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.26 |
| HSL | 122.68º | 0.46% | 0.52% | - |
| HSV(B) | 122.68º | 0.6% | 0.74% | - |
| XYZ | 22.45 | 38.1 | 13.95 | - |
| YUV | 142.31 | 93.39 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 81 | 0.60 | 0 | 0.57 | 0.26 | 122.68 | 0.46 | 0.52 |
| Hex | 4C | BC | 51 | 3C | 0 | 39 | 1A | 7B | 2E | 34 |
| Octal | 114 | 274 | 121 | 74 | 0 | 71 | 32 | 173 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1010001 | 111100 | 0 | 111001 | 11010 | 1111011 | 101110 | 110100 |
Color Harmonies of #4CBC51
Complementary color
Monochromatic Colors of #4CBC51
Black with #4CBC51
Text Example
Text Example
White with #4CBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC51; }
p { color: rgb(76,188,81); }
H1.HeaderClassName
{
color: #4CBC51;
}
.AnyTagClassName
{
color: #4CBC51;
}
</style>
background-color css
<style>
a { background-color: #4CBC51; }
a { background-color: rgb(76,188,81); }
div.DivClassName
{
background-color: #4CBC51;
}
.BgClassName
{
background-color: #4CBC51;
}
</style>
border-color css
<style>
span { border-color: #4CBC51; }
span { border-color: rgb(76,188,81); }
td.TdClassName
{
border-color: #4CBC51;
}
.TagClassName
{
border-color: #4CBC51;
}
</style>