Shades of Fruit Salad #40B13D
Tints of Fruit Salad #40B13D
RGB
CMYK
RGB Variations
Color information
#40B13D (or 0x40B13D) is known color: Fruit Salad. HEX triplet: 40, B1 and 3D. RGB value is (64,177,61). Sum of RGB (Red+Green+Blue) = 64+177+61=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 177 (69.53% from 255 or 58.61% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 177 - color contains mainly: green. Hex color #40B13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B13D is #BF4EC2. Grayscale: #828282. Windows color (decimal): -12537539 or 4043072. OLE color: 4043072.
HSL color Cylindrical-coordinate representation of color #40B13D: hue angle of 118.45º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40B13D is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 61 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.31 |
| HSL | 118.45º | 0.49% | 0.47% | - |
| HSV(B) | 118.45º | 0.66% | 0.69% | - |
| XYZ | 18.68 | 32.87 | 9.78 | - |
| YUV | 129.99 | 89.06 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 61 | 0.64 | 0 | 0.66 | 0.31 | 118.45 | 0.49 | 0.47 |
| Hex | 40 | B1 | 3D | 40 | 0 | 42 | 1F | 76 | 31 | 2F |
| Octal | 100 | 261 | 75 | 100 | 0 | 102 | 37 | 166 | 61 | 57 |
| Binary | 1000000 | 10110001 | 111101 | 1000000 | 0 | 1000010 | 11111 | 1110110 | 110001 | 101111 |
Color Harmonies of #40B13D
Complementary color
Monochromatic Colors of #40B13D
Black with #40B13D
Text Example
Text Example
White with #40B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B13D; }
p { color: rgb(64,177,61); }
H1.HeaderClassName
{
color: #40B13D;
}
.AnyTagClassName
{
color: #40B13D;
}
</style>
background-color css
<style>
a { background-color: #40B13D; }
a { background-color: rgb(64,177,61); }
div.DivClassName
{
background-color: #40B13D;
}
.BgClassName
{
background-color: #40B13D;
}
</style>
border-color css
<style>
span { border-color: #40B13D; }
span { border-color: rgb(64,177,61); }
td.TdClassName
{
border-color: #40B13D;
}
.TagClassName
{
border-color: #40B13D;
}
</style>