Shades of Fruit Salad #4FB65C
Tints of Fruit Salad #4FB65C
RGB
CMYK
RGB Variations
Color information
#4FB65C (or 0x4FB65C) is known color: Fruit Salad. HEX triplet: 4F, B6 and 5C. RGB value is (79,182,92). Sum of RGB (Red+Green+Blue) = 79+182+92=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #4FB65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB65C is #B049A3. Grayscale: #8D8D8D. Windows color (decimal): -11553188 or 6075983. OLE color: 6075983.
HSL color Cylindrical-coordinate representation of color #4FB65C: hue angle of 127.57º degrees, saturation: 0.41, 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 #4FB65C is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 182 | 92 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.29 |
| HSL | 127.57º | 0.41% | 0.51% | - |
| HSV(B) | 127.57º | 0.57% | 0.71% | - |
| XYZ | 21.88 | 35.89 | 15.9 | - |
| YUV | 140.94 | 100.38 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 182 | 92 | 0.57 | 0 | 0.49 | 0.29 | 127.57 | 0.41 | 0.51 |
| Hex | 4F | B6 | 5C | 39 | 0 | 31 | 1D | 80 | 29 | 33 |
| Octal | 117 | 266 | 134 | 71 | 0 | 61 | 35 | 200 | 51 | 63 |
| Binary | 1001111 | 10110110 | 1011100 | 111001 | 0 | 110001 | 11101 | 10000000 | 101001 | 110011 |
Color Harmonies of #4FB65C
Complementary color
Monochromatic Colors of #4FB65C
Black with #4FB65C
Text Example
Text Example
White with #4FB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB65C; }
p { color: rgb(79,182,92); }
H1.HeaderClassName
{
color: #4FB65C;
}
.AnyTagClassName
{
color: #4FB65C;
}
</style>
background-color css
<style>
a { background-color: #4FB65C; }
a { background-color: rgb(79,182,92); }
div.DivClassName
{
background-color: #4FB65C;
}
.BgClassName
{
background-color: #4FB65C;
}
</style>
border-color css
<style>
span { border-color: #4FB65C; }
span { border-color: rgb(79,182,92); }
td.TdClassName
{
border-color: #4FB65C;
}
.TagClassName
{
border-color: #4FB65C;
}
</style>