Shades of Fruit Salad #40C24F
Tints of Fruit Salad #40C24F
RGB
CMYK
RGB Variations
Color information
#40C24F (or 0x40C24F) is known color: Fruit Salad. HEX triplet: 40, C2 and 4F. RGB value is (64,194,79). Sum of RGB (Red+Green+Blue) = 64+194+79=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #40C24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C24F is #BF3DB0. Grayscale: #8E8E8E. Windows color (decimal): -12533169 or 5227072. OLE color: 5227072.
HSL color Cylindrical-coordinate representation of color #40C24F: hue angle of 126.92º 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 #40C24F is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 79 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.24 |
| HSL | 126.92º | 0.52% | 0.51% | - |
| HSV(B) | 126.92º | 0.67% | 0.76% | - |
| XYZ | 22.82 | 40.24 | 13.96 | - |
| YUV | 142.02 | 92.43 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 79 | 0.67 | 0 | 0.59 | 0.24 | 126.92 | 0.52 | 0.51 |
| Hex | 40 | C2 | 4F | 43 | 0 | 3B | 18 | 7F | 34 | 33 |
| Octal | 100 | 302 | 117 | 103 | 0 | 73 | 30 | 177 | 64 | 63 |
| Binary | 1000000 | 11000010 | 1001111 | 1000011 | 0 | 111011 | 11000 | 1111111 | 110100 | 110011 |
Color Harmonies of #40C24F
Complementary color
Monochromatic Colors of #40C24F
Black with #40C24F
Text Example
Text Example
White with #40C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C24F; }
p { color: rgb(64,194,79); }
H1.HeaderClassName
{
color: #40C24F;
}
.AnyTagClassName
{
color: #40C24F;
}
</style>
background-color css
<style>
a { background-color: #40C24F; }
a { background-color: rgb(64,194,79); }
div.DivClassName
{
background-color: #40C24F;
}
.BgClassName
{
background-color: #40C24F;
}
</style>
border-color css
<style>
span { border-color: #40C24F; }
span { border-color: rgb(64,194,79); }
td.TdClassName
{
border-color: #40C24F;
}
.TagClassName
{
border-color: #40C24F;
}
</style>