Shades of Fruit Salad #40B23A
Tints of Fruit Salad #40B23A
RGB
CMYK
RGB Variations
Color information
#40B23A (or 0x40B23A) is known color: Fruit Salad. HEX triplet: 40, B2 and 3A. RGB value is (64,178,58). Sum of RGB (Red+Green+Blue) = 64+178+58=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #40B23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B23A is #BF4DC5. Grayscale: #828282. Windows color (decimal): -12537286 or 3846720. OLE color: 3846720.
HSL color Cylindrical-coordinate representation of color #40B23A: hue angle of 117º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40B23A is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 58 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.30 |
| HSL | 117º | 0.51% | 0.46% | - |
| HSV(B) | 117º | 0.67% | 0.7% | - |
| XYZ | 18.8 | 33.24 | 9.43 | - |
| YUV | 130.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 58 | 0.64 | 0 | 0.67 | 0.30 | 117 | 0.51 | 0.46 |
| Hex | 40 | B2 | 3A | 40 | 0 | 43 | 1E | 75 | 33 | 2E |
| Octal | 100 | 262 | 72 | 100 | 0 | 103 | 36 | 165 | 63 | 56 |
| Binary | 1000000 | 10110010 | 111010 | 1000000 | 0 | 1000011 | 11110 | 1110101 | 110011 | 101110 |
Color Harmonies of #40B23A
Complementary color
Monochromatic Colors of #40B23A
Black with #40B23A
Text Example
Text Example
White with #40B23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B23A; }
p { color: rgb(64,178,58); }
H1.HeaderClassName
{
color: #40B23A;
}
.AnyTagClassName
{
color: #40B23A;
}
</style>
background-color css
<style>
a { background-color: #40B23A; }
a { background-color: rgb(64,178,58); }
div.DivClassName
{
background-color: #40B23A;
}
.BgClassName
{
background-color: #40B23A;
}
</style>
border-color css
<style>
span { border-color: #40B23A; }
span { border-color: rgb(64,178,58); }
td.TdClassName
{
border-color: #40B23A;
}
.TagClassName
{
border-color: #40B23A;
}
</style>