Shades of Fruit Salad #40C04D
Tints of Fruit Salad #40C04D
RGB
CMYK
RGB Variations
Color information
#40C04D (or 0x40C04D) is known color: Fruit Salad. HEX triplet: 40, C0 and 4D. RGB value is (64,192,77). Sum of RGB (Red+Green+Blue) = 64+192+77=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #40C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C04D is #BF3FB2. Grayscale: #8C8C8C. Windows color (decimal): -12533683 or 5095488. OLE color: 5095488.
HSL color Cylindrical-coordinate representation of color #40C04D: hue angle of 126.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C04D is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 77 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.25 |
| HSL | 126.09º | 0.5% | 0.5% | - |
| HSV(B) | 126.09º | 0.67% | 0.75% | - |
| XYZ | 22.3 | 39.33 | 13.44 | - |
| YUV | 140.62 | 92.09 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 77 | 0.67 | 0 | 0.60 | 0.25 | 126.09 | 0.5 | 0.5 |
| Hex | 40 | C0 | 4D | 43 | 0 | 3C | 19 | 7E | 32 | 32 |
| Octal | 100 | 300 | 115 | 103 | 0 | 74 | 31 | 176 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1001101 | 1000011 | 0 | 111100 | 11001 | 1111110 | 110010 | 110010 |
Color Harmonies of #40C04D
Complementary color
Monochromatic Colors of #40C04D
Black with #40C04D
Text Example
Text Example
White with #40C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C04D; }
p { color: rgb(64,192,77); }
H1.HeaderClassName
{
color: #40C04D;
}
.AnyTagClassName
{
color: #40C04D;
}
</style>
background-color css
<style>
a { background-color: #40C04D; }
a { background-color: rgb(64,192,77); }
div.DivClassName
{
background-color: #40C04D;
}
.BgClassName
{
background-color: #40C04D;
}
</style>
border-color css
<style>
span { border-color: #40C04D; }
span { border-color: rgb(64,192,77); }
td.TdClassName
{
border-color: #40C04D;
}
.TagClassName
{
border-color: #40C04D;
}
</style>