Shades of Fruit Salad #4CBE4D
Tints of Fruit Salad #4CBE4D
RGB
CMYK
RGB Variations
Color information
#4CBE4D (or 0x4CBE4D) is known color: Fruit Salad. HEX triplet: 4C, BE and 4D. RGB value is (76,190,77). Sum of RGB (Red+Green+Blue) = 76+190+77=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBE4D is #B341B2. Grayscale: #8F8F8F. Windows color (decimal): -11747763 or 5094988. OLE color: 5094988.
HSL color Cylindrical-coordinate representation of color #4CBE4D: hue angle of 120.53º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBE4D is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 190 | 77 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.25 |
| HSL | 120.53º | 0.47% | 0.52% | - |
| HSV(B) | 120.53º | 0.6% | 0.75% | - |
| XYZ | 22.73 | 38.9 | 13.33 | - |
| YUV | 143.03 | 90.73 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 77 | 0.60 | 0 | 0.59 | 0.25 | 120.53 | 0.47 | 0.52 |
| Hex | 4C | BE | 4D | 3C | 0 | 3B | 19 | 79 | 2F | 34 |
| Octal | 114 | 276 | 115 | 74 | 0 | 73 | 31 | 171 | 57 | 64 |
| Binary | 1001100 | 10111110 | 1001101 | 111100 | 0 | 111011 | 11001 | 1111001 | 101111 | 110100 |
Color Harmonies of #4CBE4D
Complementary color
Monochromatic Colors of #4CBE4D
Black with #4CBE4D
Text Example
Text Example
White with #4CBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBE4D; }
p { color: rgb(76,190,77); }
H1.HeaderClassName
{
color: #4CBE4D;
}
.AnyTagClassName
{
color: #4CBE4D;
}
</style>
background-color css
<style>
a { background-color: #4CBE4D; }
a { background-color: rgb(76,190,77); }
div.DivClassName
{
background-color: #4CBE4D;
}
.BgClassName
{
background-color: #4CBE4D;
}
</style>
border-color css
<style>
span { border-color: #4CBE4D; }
span { border-color: rgb(76,190,77); }
td.TdClassName
{
border-color: #4CBE4D;
}
.TagClassName
{
border-color: #4CBE4D;
}
</style>