Shades of Fruit Salad #4CBF4D
Tints of Fruit Salad #4CBF4D
RGB
CMYK
RGB Variations
Color information
#4CBF4D (or 0x4CBF4D) is known color: Fruit Salad. HEX triplet: 4C, BF and 4D. RGB value is (76,191,77). Sum of RGB (Red+Green+Blue) = 76+191+77=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF4D is #B340B2. Grayscale: #8F8F8F. Windows color (decimal): -11747507 or 5095244. OLE color: 5095244.
HSL color Cylindrical-coordinate representation of color #4CBF4D: hue angle of 120.52º 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 #4CBF4D is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 77 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.25 |
| HSL | 120.52º | 0.47% | 0.52% | - |
| HSV(B) | 120.52º | 0.6% | 0.75% | - |
| XYZ | 22.95 | 39.33 | 13.4 | - |
| YUV | 143.62 | 90.4 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 77 | 0.60 | 0 | 0.60 | 0.25 | 120.52 | 0.47 | 0.52 |
| Hex | 4C | BF | 4D | 3C | 0 | 3C | 19 | 79 | 2F | 34 |
| Octal | 114 | 277 | 115 | 74 | 0 | 74 | 31 | 171 | 57 | 64 |
| Binary | 1001100 | 10111111 | 1001101 | 111100 | 0 | 111100 | 11001 | 1111001 | 101111 | 110100 |
Color Harmonies of #4CBF4D
Complementary color
Monochromatic Colors of #4CBF4D
Black with #4CBF4D
Text Example
Text Example
White with #4CBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBF4D; }
p { color: rgb(76,191,77); }
H1.HeaderClassName
{
color: #4CBF4D;
}
.AnyTagClassName
{
color: #4CBF4D;
}
</style>
background-color css
<style>
a { background-color: #4CBF4D; }
a { background-color: rgb(76,191,77); }
div.DivClassName
{
background-color: #4CBF4D;
}
.BgClassName
{
background-color: #4CBF4D;
}
</style>
border-color css
<style>
span { border-color: #4CBF4D; }
span { border-color: rgb(76,191,77); }
td.TdClassName
{
border-color: #4CBF4D;
}
.TagClassName
{
border-color: #4CBF4D;
}
</style>