Shades of Fruit Salad #4CB65C
Tints of Fruit Salad #4CB65C
RGB
CMYK
RGB Variations
Color information
#4CB65C (or 0x4CB65C) is known color: Fruit Salad. HEX triplet: 4C, B6 and 5C. RGB value is (76,182,92). Sum of RGB (Red+Green+Blue) = 76+182+92=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB65C is #B349A3. Grayscale: #8C8C8C. Windows color (decimal): -11749796 or 6075980. OLE color: 6075980.
HSL color Cylindrical-coordinate representation of color #4CB65C: hue angle of 129.06º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB65C is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 182 | 92 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.29 |
| HSL | 129.06º | 0.42% | 0.51% | - |
| HSV(B) | 129.06º | 0.58% | 0.71% | - |
| XYZ | 21.64 | 35.77 | 15.89 | - |
| YUV | 140.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 182 | 92 | 0.58 | 0 | 0.49 | 0.29 | 129.06 | 0.42 | 0.51 |
| Hex | 4C | B6 | 5C | 3A | 0 | 31 | 1D | 81 | 2A | 33 |
| Octal | 114 | 266 | 134 | 72 | 0 | 61 | 35 | 201 | 52 | 63 |
| Binary | 1001100 | 10110110 | 1011100 | 111010 | 0 | 110001 | 11101 | 10000001 | 101010 | 110011 |
Color Harmonies of #4CB65C
Complementary color
Monochromatic Colors of #4CB65C
Black with #4CB65C
Text Example
Text Example
White with #4CB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB65C; }
p { color: rgb(76,182,92); }
H1.HeaderClassName
{
color: #4CB65C;
}
.AnyTagClassName
{
color: #4CB65C;
}
</style>
background-color css
<style>
a { background-color: #4CB65C; }
a { background-color: rgb(76,182,92); }
div.DivClassName
{
background-color: #4CB65C;
}
.BgClassName
{
background-color: #4CB65C;
}
</style>
border-color css
<style>
span { border-color: #4CB65C; }
span { border-color: rgb(76,182,92); }
td.TdClassName
{
border-color: #4CB65C;
}
.TagClassName
{
border-color: #4CB65C;
}
</style>