Shades of Fruit Salad #40BB45
Tints of Fruit Salad #40BB45
RGB
CMYK
RGB Variations
Color information
#40BB45 (or 0x40BB45) is known color: Fruit Salad. HEX triplet: 40, BB and 45. RGB value is (64,187,69). Sum of RGB (Red+Green+Blue) = 64+187+69=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BB45 is #BF44BA. Grayscale: #898989. Windows color (decimal): -12534971 or 4569920. OLE color: 4569920.
HSL color Cylindrical-coordinate representation of color #40BB45: hue angle of 122.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB45 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 69 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.27 |
| HSL | 122.44º | 0.49% | 0.49% | - |
| HSV(B) | 122.44º | 0.66% | 0.73% | - |
| XYZ | 20.96 | 37.06 | 11.68 | - |
| YUV | 136.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 69 | 0.66 | 0 | 0.63 | 0.27 | 122.44 | 0.49 | 0.49 |
| Hex | 40 | BB | 45 | 42 | 0 | 3F | 1B | 7A | 31 | 31 |
| Octal | 100 | 273 | 105 | 102 | 0 | 77 | 33 | 172 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1000101 | 1000010 | 0 | 111111 | 11011 | 1111010 | 110001 | 110001 |
Color Harmonies of #40BB45
Complementary color
Monochromatic Colors of #40BB45
Black with #40BB45
Text Example
Text Example
White with #40BB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB45; }
p { color: rgb(64,187,69); }
H1.HeaderClassName
{
color: #40BB45;
}
.AnyTagClassName
{
color: #40BB45;
}
</style>
background-color css
<style>
a { background-color: #40BB45; }
a { background-color: rgb(64,187,69); }
div.DivClassName
{
background-color: #40BB45;
}
.BgClassName
{
background-color: #40BB45;
}
</style>
border-color css
<style>
span { border-color: #40BB45; }
span { border-color: rgb(64,187,69); }
td.TdClassName
{
border-color: #40BB45;
}
.TagClassName
{
border-color: #40BB45;
}
</style>