Shades of Fruit Salad #4CBC52
Tints of Fruit Salad #4CBC52
RGB
CMYK
RGB Variations
Color information
#4CBC52 (or 0x4CBC52) is known color: Fruit Salad. HEX triplet: 4C, BC and 52. RGB value is (76,188,82). Sum of RGB (Red+Green+Blue) = 76+188+82=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC52 is #B343AD. Grayscale: #8E8E8E. Windows color (decimal): -11748270 or 5422156. OLE color: 5422156.
HSL color Cylindrical-coordinate representation of color #4CBC52: hue angle of 123.21º 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 #4CBC52 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 82 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.26 |
| HSL | 123.21º | 0.46% | 0.52% | - |
| HSV(B) | 123.21º | 0.6% | 0.74% | - |
| XYZ | 22.49 | 38.11 | 14.15 | - |
| YUV | 142.43 | 93.89 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 82 | 0.60 | 0 | 0.56 | 0.26 | 123.21 | 0.46 | 0.52 |
| Hex | 4C | BC | 52 | 3C | 0 | 38 | 1A | 7B | 2E | 34 |
| Octal | 114 | 274 | 122 | 74 | 0 | 70 | 32 | 173 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1010010 | 111100 | 0 | 111000 | 11010 | 1111011 | 101110 | 110100 |
Color Harmonies of #4CBC52
Complementary color
Monochromatic Colors of #4CBC52
Black with #4CBC52
Text Example
Text Example
White with #4CBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC52; }
p { color: rgb(76,188,82); }
H1.HeaderClassName
{
color: #4CBC52;
}
.AnyTagClassName
{
color: #4CBC52;
}
</style>
background-color css
<style>
a { background-color: #4CBC52; }
a { background-color: rgb(76,188,82); }
div.DivClassName
{
background-color: #4CBC52;
}
.BgClassName
{
background-color: #4CBC52;
}
</style>
border-color css
<style>
span { border-color: #4CBC52; }
span { border-color: rgb(76,188,82); }
td.TdClassName
{
border-color: #4CBC52;
}
.TagClassName
{
border-color: #4CBC52;
}
</style>