Shades of Fruit Salad #40B143
Tints of Fruit Salad #40B143
RGB
CMYK
RGB Variations
Color information
#40B143 (or 0x40B143) is known color: Fruit Salad. HEX triplet: 40, B1 and 43. RGB value is (64,177,67). Sum of RGB (Red+Green+Blue) = 64+177+67=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #40B143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B143 is #BF4EBC. Grayscale: #838383. Windows color (decimal): -12537533 or 4436288. OLE color: 4436288.
HSL color Cylindrical-coordinate representation of color #40B143: hue angle of 121.59º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B143 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 67 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.31 |
| HSL | 121.59º | 0.47% | 0.47% | - |
| HSV(B) | 121.59º | 0.64% | 0.69% | - |
| XYZ | 18.85 | 32.94 | 10.67 | - |
| YUV | 130.67 | 92.06 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 67 | 0.64 | 0 | 0.62 | 0.31 | 121.59 | 0.47 | 0.47 |
| Hex | 40 | B1 | 43 | 40 | 0 | 3E | 1F | 7A | 2F | 2F |
| Octal | 100 | 261 | 103 | 100 | 0 | 76 | 37 | 172 | 57 | 57 |
| Binary | 1000000 | 10110001 | 1000011 | 1000000 | 0 | 111110 | 11111 | 1111010 | 101111 | 101111 |
Color Harmonies of #40B143
Complementary color
Monochromatic Colors of #40B143
Black with #40B143
Text Example
Text Example
White with #40B143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B143; }
p { color: rgb(64,177,67); }
H1.HeaderClassName
{
color: #40B143;
}
.AnyTagClassName
{
color: #40B143;
}
</style>
background-color css
<style>
a { background-color: #40B143; }
a { background-color: rgb(64,177,67); }
div.DivClassName
{
background-color: #40B143;
}
.BgClassName
{
background-color: #40B143;
}
</style>
border-color css
<style>
span { border-color: #40B143; }
span { border-color: rgb(64,177,67); }
td.TdClassName
{
border-color: #40B143;
}
.TagClassName
{
border-color: #40B143;
}
</style>