Shades of Fruit Salad #40B642
Tints of Fruit Salad #40B642
RGB
CMYK
RGB Variations
Color information
#40B642 (or 0x40B642) is known color: Fruit Salad. HEX triplet: 40, B6 and 42. RGB value is (64,182,66). Sum of RGB (Red+Green+Blue) = 64+182+66=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 182 (71.48% from 255 or 58.33% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 182 - color contains mainly: green. Hex color #40B642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B642 is #BF49BD. Grayscale: #858585. Windows color (decimal): -12536254 or 4372032. OLE color: 4372032.
HSL color Cylindrical-coordinate representation of color #40B642: hue angle of 121.02º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B642 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 182 | 66 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.29 |
| HSL | 121.02º | 0.48% | 0.48% | - |
| HSV(B) | 121.02º | 0.65% | 0.71% | - |
| XYZ | 19.83 | 34.94 | 10.85 | - |
| YUV | 133.49 | 89.91 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 182 | 66 | 0.65 | 0 | 0.64 | 0.29 | 121.02 | 0.48 | 0.48 |
| Hex | 40 | B6 | 42 | 41 | 0 | 40 | 1D | 79 | 30 | 30 |
| Octal | 100 | 266 | 102 | 101 | 0 | 100 | 35 | 171 | 60 | 60 |
| Binary | 1000000 | 10110110 | 1000010 | 1000001 | 0 | 1000000 | 11101 | 1111001 | 110000 | 110000 |
Color Harmonies of #40B642
Complementary color
Monochromatic Colors of #40B642
Black with #40B642
Text Example
Text Example
White with #40B642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B642; }
p { color: rgb(64,182,66); }
H1.HeaderClassName
{
color: #40B642;
}
.AnyTagClassName
{
color: #40B642;
}
</style>
background-color css
<style>
a { background-color: #40B642; }
a { background-color: rgb(64,182,66); }
div.DivClassName
{
background-color: #40B642;
}
.BgClassName
{
background-color: #40B642;
}
</style>
border-color css
<style>
span { border-color: #40B642; }
span { border-color: rgb(64,182,66); }
td.TdClassName
{
border-color: #40B642;
}
.TagClassName
{
border-color: #40B642;
}
</style>