Shades of Fruit Salad #4CBE4A
Tints of Fruit Salad #4CBE4A
RGB
CMYK
RGB Variations
Color information
#4CBE4A (or 0x4CBE4A) is known color: Fruit Salad. HEX triplet: 4C, BE and 4A. RGB value is (76,190,74). Sum of RGB (Red+Green+Blue) = 76+190+74=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBE4A is #B341B5. Grayscale: #8F8F8F. Windows color (decimal): -11747766 or 4898380. OLE color: 4898380.
HSL color Cylindrical-coordinate representation of color #4CBE4A: hue angle of 118.97º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CBE4A is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 190 | 74 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.25 |
| HSL | 118.97º | 0.47% | 0.52% | - |
| HSV(B) | 118.97º | 0.61% | 0.75% | - |
| XYZ | 22.63 | 38.86 | 12.79 | - |
| YUV | 142.69 | 89.23 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 74 | 0.60 | 0 | 0.61 | 0.25 | 118.97 | 0.47 | 0.52 |
| Hex | 4C | BE | 4A | 3C | 0 | 3D | 19 | 77 | 2F | 34 |
| Octal | 114 | 276 | 112 | 74 | 0 | 75 | 31 | 167 | 57 | 64 |
| Binary | 1001100 | 10111110 | 1001010 | 111100 | 0 | 111101 | 11001 | 1110111 | 101111 | 110100 |
Color Harmonies of #4CBE4A
Complementary color
Monochromatic Colors of #4CBE4A
Black with #4CBE4A
Text Example
Text Example
White with #4CBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBE4A; }
p { color: rgb(76,190,74); }
H1.HeaderClassName
{
color: #4CBE4A;
}
.AnyTagClassName
{
color: #4CBE4A;
}
</style>
background-color css
<style>
a { background-color: #4CBE4A; }
a { background-color: rgb(76,190,74); }
div.DivClassName
{
background-color: #4CBE4A;
}
.BgClassName
{
background-color: #4CBE4A;
}
</style>
border-color css
<style>
span { border-color: #4CBE4A; }
span { border-color: rgb(76,190,74); }
td.TdClassName
{
border-color: #4CBE4A;
}
.TagClassName
{
border-color: #4CBE4A;
}
</style>