Shades of Fruit Salad #40C24D
Tints of Fruit Salad #40C24D
RGB
CMYK
RGB Variations
Color information
#40C24D (or 0x40C24D) is known color: Fruit Salad. HEX triplet: 40, C2 and 4D. RGB value is (64,194,77). Sum of RGB (Red+Green+Blue) = 64+194+77=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #40C24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C24D is #BF3DB2. Grayscale: #8E8E8E. Windows color (decimal): -12533171 or 5096000. OLE color: 5096000.
HSL color Cylindrical-coordinate representation of color #40C24D: hue angle of 126º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C24D is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 77 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.24 |
| HSL | 126º | 0.52% | 0.51% | - |
| HSV(B) | 126º | 0.67% | 0.76% | - |
| XYZ | 22.75 | 40.21 | 13.58 | - |
| YUV | 141.79 | 91.43 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 77 | 0.67 | 0 | 0.60 | 0.24 | 126 | 0.52 | 0.51 |
| Hex | 40 | C2 | 4D | 43 | 0 | 3C | 18 | 7E | 34 | 33 |
| Octal | 100 | 302 | 115 | 103 | 0 | 74 | 30 | 176 | 64 | 63 |
| Binary | 1000000 | 11000010 | 1001101 | 1000011 | 0 | 111100 | 11000 | 1111110 | 110100 | 110011 |
Color Harmonies of #40C24D
Complementary color
Monochromatic Colors of #40C24D
Black with #40C24D
Text Example
Text Example
White with #40C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C24D; }
p { color: rgb(64,194,77); }
H1.HeaderClassName
{
color: #40C24D;
}
.AnyTagClassName
{
color: #40C24D;
}
</style>
background-color css
<style>
a { background-color: #40C24D; }
a { background-color: rgb(64,194,77); }
div.DivClassName
{
background-color: #40C24D;
}
.BgClassName
{
background-color: #40C24D;
}
</style>
border-color css
<style>
span { border-color: #40C24D; }
span { border-color: rgb(64,194,77); }
td.TdClassName
{
border-color: #40C24D;
}
.TagClassName
{
border-color: #40C24D;
}
</style>