Shades of Fruit Salad #4CB758
Tints of Fruit Salad #4CB758
RGB
CMYK
RGB Variations
Color information
#4CB758 (or 0x4CB758) is known color: Fruit Salad. HEX triplet: 4C, B7 and 58. RGB value is (76,183,88). Sum of RGB (Red+Green+Blue) = 76+183+88=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB758 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB758 is #B348A7. Grayscale: #8C8C8C. Windows color (decimal): -11749544 or 5814092. OLE color: 5814092.
HSL color Cylindrical-coordinate representation of color #4CB758: hue angle of 126.73º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB758 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 183 | 88 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.28 |
| HSL | 126.73º | 0.43% | 0.51% | - |
| HSV(B) | 126.73º | 0.58% | 0.72% | - |
| XYZ | 21.68 | 36.11 | 15.06 | - |
| YUV | 140.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 88 | 0.58 | 0 | 0.52 | 0.28 | 126.73 | 0.43 | 0.51 |
| Hex | 4C | B7 | 58 | 3A | 0 | 34 | 1C | 7F | 2B | 33 |
| Octal | 114 | 267 | 130 | 72 | 0 | 64 | 34 | 177 | 53 | 63 |
| Binary | 1001100 | 10110111 | 1011000 | 111010 | 0 | 110100 | 11100 | 1111111 | 101011 | 110011 |
Color Harmonies of #4CB758
Complementary color
Monochromatic Colors of #4CB758
Black with #4CB758
Text Example
Text Example
White with #4CB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB758; }
p { color: rgb(76,183,88); }
H1.HeaderClassName
{
color: #4CB758;
}
.AnyTagClassName
{
color: #4CB758;
}
</style>
background-color css
<style>
a { background-color: #4CB758; }
a { background-color: rgb(76,183,88); }
div.DivClassName
{
background-color: #4CB758;
}
.BgClassName
{
background-color: #4CB758;
}
</style>
border-color css
<style>
span { border-color: #4CB758; }
span { border-color: rgb(76,183,88); }
td.TdClassName
{
border-color: #4CB758;
}
.TagClassName
{
border-color: #4CB758;
}
</style>