Shades of Fruit Salad #4CBE5B
Tints of Fruit Salad #4CBE5B
RGB
CMYK
RGB Variations
Color information
#4CBE5B (or 0x4CBE5B) is known color: Fruit Salad. HEX triplet: 4C, BE and 5B. RGB value is (76,190,91). Sum of RGB (Red+Green+Blue) = 76+190+91=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBE5B is #B341A4. Grayscale: #909090. Windows color (decimal): -11747749 or 6012492. OLE color: 6012492.
HSL color Cylindrical-coordinate representation of color #4CBE5B: hue angle of 127.89º 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 #4CBE5B is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 190 | 91 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.25 |
| HSL | 127.89º | 0.47% | 0.52% | - |
| HSV(B) | 127.89º | 0.6% | 0.75% | - |
| XYZ | 23.28 | 39.12 | 16.22 | - |
| YUV | 144.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 91 | 0.60 | 0 | 0.52 | 0.25 | 127.89 | 0.47 | 0.52 |
| Hex | 4C | BE | 5B | 3C | 0 | 34 | 19 | 80 | 2F | 34 |
| Octal | 114 | 276 | 133 | 74 | 0 | 64 | 31 | 200 | 57 | 64 |
| Binary | 1001100 | 10111110 | 1011011 | 111100 | 0 | 110100 | 11001 | 10000000 | 101111 | 110100 |
Color Harmonies of #4CBE5B
Complementary color
Monochromatic Colors of #4CBE5B
Black with #4CBE5B
Text Example
Text Example
White with #4CBE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBE5B; }
p { color: rgb(76,190,91); }
H1.HeaderClassName
{
color: #4CBE5B;
}
.AnyTagClassName
{
color: #4CBE5B;
}
</style>
background-color css
<style>
a { background-color: #4CBE5B; }
a { background-color: rgb(76,190,91); }
div.DivClassName
{
background-color: #4CBE5B;
}
.BgClassName
{
background-color: #4CBE5B;
}
</style>
border-color css
<style>
span { border-color: #4CBE5B; }
span { border-color: rgb(76,190,91); }
td.TdClassName
{
border-color: #4CBE5B;
}
.TagClassName
{
border-color: #4CBE5B;
}
</style>