Shades of Fruit Salad #4CB03C
Tints of Fruit Salad #4CB03C
RGB
CMYK
RGB Variations
Color information
#4CB03C (or 0x4CB03C) is known color: Fruit Salad. HEX triplet: 4C, B0 and 3C. RGB value is (76,176,60). Sum of RGB (Red+Green+Blue) = 76+176+60=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB03C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB03C is #B34FC3. Grayscale: #858585. Windows color (decimal): -11751364 or 3977292. OLE color: 3977292.
HSL color Cylindrical-coordinate representation of color #4CB03C: hue angle of 111.72º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CB03C is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 60 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.31 |
| HSL | 111.72º | 0.49% | 0.46% | - |
| HSV(B) | 111.72º | 0.66% | 0.69% | - |
| XYZ | 19.32 | 32.91 | 9.61 | - |
| YUV | 132.88 | 86.87 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 60 | 0.57 | 0 | 0.66 | 0.31 | 111.72 | 0.49 | 0.46 |
| Hex | 4C | B0 | 3C | 39 | 0 | 42 | 1F | 70 | 31 | 2E |
| Octal | 114 | 260 | 74 | 71 | 0 | 102 | 37 | 160 | 61 | 56 |
| Binary | 1001100 | 10110000 | 111100 | 111001 | 0 | 1000010 | 11111 | 1110000 | 110001 | 101110 |
Color Harmonies of #4CB03C
Complementary color
Monochromatic Colors of #4CB03C
Black with #4CB03C
Text Example
Text Example
White with #4CB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB03C; }
p { color: rgb(76,176,60); }
H1.HeaderClassName
{
color: #4CB03C;
}
.AnyTagClassName
{
color: #4CB03C;
}
</style>
background-color css
<style>
a { background-color: #4CB03C; }
a { background-color: rgb(76,176,60); }
div.DivClassName
{
background-color: #4CB03C;
}
.BgClassName
{
background-color: #4CB03C;
}
</style>
border-color css
<style>
span { border-color: #4CB03C; }
span { border-color: rgb(76,176,60); }
td.TdClassName
{
border-color: #4CB03C;
}
.TagClassName
{
border-color: #4CB03C;
}
</style>