Shades of Fruit Salad #4CB144
Tints of Fruit Salad #4CB144
RGB
CMYK
RGB Variations
Color information
#4CB144 (or 0x4CB144) is known color: Fruit Salad. HEX triplet: 4C, B1 and 44. RGB value is (76,177,68). Sum of RGB (Red+Green+Blue) = 76+177+68=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB144 is #B34EBB. Grayscale: #868686. Windows color (decimal): -11751100 or 4501836. OLE color: 4501836.
HSL color Cylindrical-coordinate representation of color #4CB144: hue angle of 115.6º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CB144 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 177 | 68 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.31 |
| HSL | 115.6º | 0.44% | 0.48% | - |
| HSV(B) | 115.6º | 0.62% | 0.69% | - |
| XYZ | 19.75 | 33.4 | 10.87 | - |
| YUV | 134.38 | 90.54 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 177 | 68 | 0.57 | 0 | 0.62 | 0.31 | 115.6 | 0.44 | 0.48 |
| Hex | 4C | B1 | 44 | 39 | 0 | 3E | 1F | 74 | 2C | 30 |
| Octal | 114 | 261 | 104 | 71 | 0 | 76 | 37 | 164 | 54 | 60 |
| Binary | 1001100 | 10110001 | 1000100 | 111001 | 0 | 111110 | 11111 | 1110100 | 101100 | 110000 |
Color Harmonies of #4CB144
Complementary color
Monochromatic Colors of #4CB144
Black with #4CB144
Text Example
Text Example
White with #4CB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB144; }
p { color: rgb(76,177,68); }
H1.HeaderClassName
{
color: #4CB144;
}
.AnyTagClassName
{
color: #4CB144;
}
</style>
background-color css
<style>
a { background-color: #4CB144; }
a { background-color: rgb(76,177,68); }
div.DivClassName
{
background-color: #4CB144;
}
.BgClassName
{
background-color: #4CB144;
}
</style>
border-color css
<style>
span { border-color: #4CB144; }
span { border-color: rgb(76,177,68); }
td.TdClassName
{
border-color: #4CB144;
}
.TagClassName
{
border-color: #4CB144;
}
</style>