Shades of Fruit Salad #4CB03F
Tints of Fruit Salad #4CB03F
RGB
CMYK
RGB Variations
Color information
#4CB03F (or 0x4CB03F) is known color: Fruit Salad. HEX triplet: 4C, B0 and 3F. RGB value is (76,176,63). Sum of RGB (Red+Green+Blue) = 76+176+63=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB03F is #B34FC0. Grayscale: #858585. Windows color (decimal): -11751361 or 4173900. OLE color: 4173900.
HSL color Cylindrical-coordinate representation of color #4CB03F: hue angle of 113.1º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CB03F is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 63 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.31 |
| HSL | 113.1º | 0.47% | 0.47% | - |
| HSV(B) | 113.1º | 0.64% | 0.69% | - |
| XYZ | 19.4 | 32.95 | 10.04 | - |
| YUV | 133.22 | 88.37 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 63 | 0.57 | 0 | 0.64 | 0.31 | 113.1 | 0.47 | 0.47 |
| Hex | 4C | B0 | 3F | 39 | 0 | 40 | 1F | 71 | 2F | 2F |
| Octal | 114 | 260 | 77 | 71 | 0 | 100 | 37 | 161 | 57 | 57 |
| Binary | 1001100 | 10110000 | 111111 | 111001 | 0 | 1000000 | 11111 | 1110001 | 101111 | 101111 |
Color Harmonies of #4CB03F
Complementary color
Monochromatic Colors of #4CB03F
Black with #4CB03F
Text Example
Text Example
White with #4CB03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB03F; }
p { color: rgb(76,176,63); }
H1.HeaderClassName
{
color: #4CB03F;
}
.AnyTagClassName
{
color: #4CB03F;
}
</style>
background-color css
<style>
a { background-color: #4CB03F; }
a { background-color: rgb(76,176,63); }
div.DivClassName
{
background-color: #4CB03F;
}
.BgClassName
{
background-color: #4CB03F;
}
</style>
border-color css
<style>
span { border-color: #4CB03F; }
span { border-color: rgb(76,176,63); }
td.TdClassName
{
border-color: #4CB03F;
}
.TagClassName
{
border-color: #4CB03F;
}
</style>