Shades of Fruit Salad #4CA65B
Tints of Fruit Salad #4CA65B
RGB
CMYK
RGB Variations
Color information
#4CA65B (or 0x4CA65B) is known color: Fruit Salad. HEX triplet: 4C, A6 and 5B. RGB value is (76,166,91). Sum of RGB (Red+Green+Blue) = 76+166+91=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA65B is #B359A4. Grayscale: #828282. Windows color (decimal): -11753893 or 6006348. OLE color: 6006348.
HSL color Cylindrical-coordinate representation of color #4CA65B: hue angle of 130º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA65B is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 76 | 166 | 91 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.35 |
| HSL | 130º | 0.37% | 0.47% | - |
| HSV(B) | 130º | 0.54% | 0.65% | - |
| XYZ | 18.51 | 29.56 | 14.63 | - |
| YUV | 130.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 166 | 91 | 0.54 | 0 | 0.45 | 0.35 | 130 | 0.37 | 0.47 |
| Hex | 4C | A6 | 5B | 36 | 0 | 2D | 23 | 82 | 25 | 2F |
| Octal | 114 | 246 | 133 | 66 | 0 | 55 | 43 | 202 | 45 | 57 |
| Binary | 1001100 | 10100110 | 1011011 | 110110 | 0 | 101101 | 100011 | 10000010 | 100101 | 101111 |
Color Harmonies of #4CA65B
Complementary color
Monochromatic Colors of #4CA65B
Black with #4CA65B
Text Example
Text Example
White with #4CA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA65B; }
p { color: rgb(76,166,91); }
H1.HeaderClassName
{
color: #4CA65B;
}
.AnyTagClassName
{
color: #4CA65B;
}
</style>
background-color css
<style>
a { background-color: #4CA65B; }
a { background-color: rgb(76,166,91); }
div.DivClassName
{
background-color: #4CA65B;
}
.BgClassName
{
background-color: #4CA65B;
}
</style>
border-color css
<style>
span { border-color: #4CA65B; }
span { border-color: rgb(76,166,91); }
td.TdClassName
{
border-color: #4CA65B;
}
.TagClassName
{
border-color: #4CA65B;
}
</style>