Shades of Fruit Salad #40C04B
Tints of Fruit Salad #40C04B
RGB
CMYK
RGB Variations
Color information
#40C04B (or 0x40C04B) is known color: Fruit Salad. HEX triplet: 40, C0 and 4B. RGB value is (64,192,75). Sum of RGB (Red+Green+Blue) = 64+192+75=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #40C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C04B is #BF3FB4. Grayscale: #8C8C8C. Windows color (decimal): -12533685 or 4964416. OLE color: 4964416.
HSL color Cylindrical-coordinate representation of color #40C04B: hue angle of 125.16º 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 #40C04B is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 75 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.25 |
| HSL | 125.16º | 0.5% | 0.5% | - |
| HSV(B) | 125.16º | 0.67% | 0.75% | - |
| XYZ | 22.23 | 39.3 | 13.07 | - |
| YUV | 140.39 | 91.09 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 75 | 0.67 | 0 | 0.61 | 0.25 | 125.16 | 0.5 | 0.5 |
| Hex | 40 | C0 | 4B | 43 | 0 | 3D | 19 | 7D | 32 | 32 |
| Octal | 100 | 300 | 113 | 103 | 0 | 75 | 31 | 175 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1001011 | 1000011 | 0 | 111101 | 11001 | 1111101 | 110010 | 110010 |
Color Harmonies of #40C04B
Complementary color
Monochromatic Colors of #40C04B
Black with #40C04B
Text Example
Text Example
White with #40C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C04B; }
p { color: rgb(64,192,75); }
H1.HeaderClassName
{
color: #40C04B;
}
.AnyTagClassName
{
color: #40C04B;
}
</style>
background-color css
<style>
a { background-color: #40C04B; }
a { background-color: rgb(64,192,75); }
div.DivClassName
{
background-color: #40C04B;
}
.BgClassName
{
background-color: #40C04B;
}
</style>
border-color css
<style>
span { border-color: #40C04B; }
span { border-color: rgb(64,192,75); }
td.TdClassName
{
border-color: #40C04B;
}
.TagClassName
{
border-color: #40C04B;
}
</style>