Shades of Fruit Salad #40B43F
Tints of Fruit Salad #40B43F
RGB
CMYK
RGB Variations
Color information
#40B43F (or 0x40B43F) is known color: Fruit Salad. HEX triplet: 40, B4 and 3F. RGB value is (64,180,63). Sum of RGB (Red+Green+Blue) = 64+180+63=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #40B43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B43F is #BF4BC0. Grayscale: #848484. Windows color (decimal): -12536769 or 4174912. OLE color: 4174912.
HSL color Cylindrical-coordinate representation of color #40B43F: hue angle of 119.49º 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 #40B43F is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 63 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.29 |
| HSL | 119.49º | 0.48% | 0.48% | - |
| HSV(B) | 119.49º | 0.65% | 0.71% | - |
| XYZ | 19.33 | 34.09 | 10.26 | - |
| YUV | 131.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 63 | 0.64 | 0 | 0.65 | 0.29 | 119.49 | 0.48 | 0.48 |
| Hex | 40 | B4 | 3F | 40 | 0 | 41 | 1D | 77 | 30 | 30 |
| Octal | 100 | 264 | 77 | 100 | 0 | 101 | 35 | 167 | 60 | 60 |
| Binary | 1000000 | 10110100 | 111111 | 1000000 | 0 | 1000001 | 11101 | 1110111 | 110000 | 110000 |
Color Harmonies of #40B43F
Complementary color
Monochromatic Colors of #40B43F
Black with #40B43F
Text Example
Text Example
White with #40B43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B43F; }
p { color: rgb(64,180,63); }
H1.HeaderClassName
{
color: #40B43F;
}
.AnyTagClassName
{
color: #40B43F;
}
</style>
background-color css
<style>
a { background-color: #40B43F; }
a { background-color: rgb(64,180,63); }
div.DivClassName
{
background-color: #40B43F;
}
.BgClassName
{
background-color: #40B43F;
}
</style>
border-color css
<style>
span { border-color: #40B43F; }
span { border-color: rgb(64,180,63); }
td.TdClassName
{
border-color: #40B43F;
}
.TagClassName
{
border-color: #40B43F;
}
</style>