Shades of Fruit Salad #40B843
Tints of Fruit Salad #40B843
RGB
CMYK
RGB Variations
Color information
#40B843 (or 0x40B843) is known color: Fruit Salad. HEX triplet: 40, B8 and 43. RGB value is (64,184,67). Sum of RGB (Red+Green+Blue) = 64+184+67=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #40B843 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B843 is #BF47BC. Grayscale: #878787. Windows color (decimal): -12535741 or 4438080. OLE color: 4438080.
HSL color Cylindrical-coordinate representation of color #40B843: hue angle of 121.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B843 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 184 | 67 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.28 |
| HSL | 121.5º | 0.48% | 0.49% | - |
| HSV(B) | 121.5º | 0.65% | 0.72% | - |
| XYZ | 20.27 | 35.78 | 11.15 | - |
| YUV | 134.78 | 89.74 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 67 | 0.65 | 0 | 0.64 | 0.28 | 121.5 | 0.48 | 0.49 |
| Hex | 40 | B8 | 43 | 41 | 0 | 40 | 1C | 7A | 30 | 31 |
| Octal | 100 | 270 | 103 | 101 | 0 | 100 | 34 | 172 | 60 | 61 |
| Binary | 1000000 | 10111000 | 1000011 | 1000001 | 0 | 1000000 | 11100 | 1111010 | 110000 | 110001 |
Color Harmonies of #40B843
Complementary color
Monochromatic Colors of #40B843
Black with #40B843
Text Example
Text Example
White with #40B843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B843; }
p { color: rgb(64,184,67); }
H1.HeaderClassName
{
color: #40B843;
}
.AnyTagClassName
{
color: #40B843;
}
</style>
background-color css
<style>
a { background-color: #40B843; }
a { background-color: rgb(64,184,67); }
div.DivClassName
{
background-color: #40B843;
}
.BgClassName
{
background-color: #40B843;
}
</style>
border-color css
<style>
span { border-color: #40B843; }
span { border-color: rgb(64,184,67); }
td.TdClassName
{
border-color: #40B843;
}
.TagClassName
{
border-color: #40B843;
}
</style>