Shades of Fruit Salad #40C453
Tints of Fruit Salad #40C453
RGB
CMYK
RGB Variations
Color information
#40C453 (or 0x40C453) is known color: Fruit Salad. HEX triplet: 40, C4 and 53. RGB value is (64,196,83). Sum of RGB (Red+Green+Blue) = 64+196+83=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #40C453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C453 is #BF3BAC. Grayscale: #8F8F8F. Windows color (decimal): -12532653 or 5489728. OLE color: 5489728.
HSL color Cylindrical-coordinate representation of color #40C453: hue angle of 128.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C453 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 83 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.23 |
| HSL | 128.64º | 0.53% | 0.51% | - |
| HSV(B) | 128.64º | 0.67% | 0.77% | - |
| XYZ | 23.42 | 41.19 | 14.9 | - |
| YUV | 143.65 | 93.77 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 83 | 0.67 | 0 | 0.58 | 0.23 | 128.64 | 0.53 | 0.51 |
| Hex | 40 | C4 | 53 | 43 | 0 | 3A | 17 | 81 | 35 | 33 |
| Octal | 100 | 304 | 123 | 103 | 0 | 72 | 27 | 201 | 65 | 63 |
| Binary | 1000000 | 11000100 | 1010011 | 1000011 | 0 | 111010 | 10111 | 10000001 | 110101 | 110011 |
Color Harmonies of #40C453
Complementary color
Monochromatic Colors of #40C453
Black with #40C453
Text Example
Text Example
White with #40C453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C453; }
p { color: rgb(64,196,83); }
H1.HeaderClassName
{
color: #40C453;
}
.AnyTagClassName
{
color: #40C453;
}
</style>
background-color css
<style>
a { background-color: #40C453; }
a { background-color: rgb(64,196,83); }
div.DivClassName
{
background-color: #40C453;
}
.BgClassName
{
background-color: #40C453;
}
</style>
border-color css
<style>
span { border-color: #40C453; }
span { border-color: rgb(64,196,83); }
td.TdClassName
{
border-color: #40C453;
}
.TagClassName
{
border-color: #40C453;
}
</style>