Shades of Fruit Salad #4EB65C
Tints of Fruit Salad #4EB65C
RGB
CMYK
RGB Variations
Color information
#4EB65C (or 0x4EB65C) is known color: Fruit Salad. HEX triplet: 4E, B6 and 5C. RGB value is (78,182,92). Sum of RGB (Red+Green+Blue) = 78+182+92=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #4EB65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB65C is #B149A3. Grayscale: #8C8C8C. Windows color (decimal): -11618724 or 6075982. OLE color: 6075982.
HSL color Cylindrical-coordinate representation of color #4EB65C: hue angle of 128.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB65C is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 182 | 92 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.29 |
| HSL | 128.08º | 0.42% | 0.51% | - |
| HSV(B) | 128.08º | 0.57% | 0.71% | - |
| XYZ | 21.8 | 35.85 | 15.9 | - |
| YUV | 140.64 | 100.54 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 182 | 92 | 0.57 | 0 | 0.49 | 0.29 | 128.08 | 0.42 | 0.51 |
| Hex | 4E | B6 | 5C | 39 | 0 | 31 | 1D | 80 | 2A | 33 |
| Octal | 116 | 266 | 134 | 71 | 0 | 61 | 35 | 200 | 52 | 63 |
| Binary | 1001110 | 10110110 | 1011100 | 111001 | 0 | 110001 | 11101 | 10000000 | 101010 | 110011 |
Color Harmonies of #4EB65C
Complementary color
Monochromatic Colors of #4EB65C
Black with #4EB65C
Text Example
Text Example
White with #4EB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB65C; }
p { color: rgb(78,182,92); }
H1.HeaderClassName
{
color: #4EB65C;
}
.AnyTagClassName
{
color: #4EB65C;
}
</style>
background-color css
<style>
a { background-color: #4EB65C; }
a { background-color: rgb(78,182,92); }
div.DivClassName
{
background-color: #4EB65C;
}
.BgClassName
{
background-color: #4EB65C;
}
</style>
border-color css
<style>
span { border-color: #4EB65C; }
span { border-color: rgb(78,182,92); }
td.TdClassName
{
border-color: #4EB65C;
}
.TagClassName
{
border-color: #4EB65C;
}
</style>