Shades of Fruit Salad #40BF52
Tints of Fruit Salad #40BF52
RGB
CMYK
RGB Variations
Color information
#40BF52 (or 0x40BF52) is known color: Fruit Salad. HEX triplet: 40, BF and 52. RGB value is (64,191,82). Sum of RGB (Red+Green+Blue) = 64+191+82=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF52 is #BF40AD. Grayscale: #8C8C8C. Windows color (decimal): -12533934 or 5422912. OLE color: 5422912.
HSL color Cylindrical-coordinate representation of color #40BF52: hue angle of 128.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BF52 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 82 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.25 |
| HSL | 128.5º | 0.5% | 0.5% | - |
| HSV(B) | 128.5º | 0.66% | 0.75% | - |
| XYZ | 22.27 | 38.96 | 14.33 | - |
| YUV | 140.6 | 94.92 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 82 | 0.66 | 0 | 0.57 | 0.25 | 128.5 | 0.5 | 0.5 |
| Hex | 40 | BF | 52 | 42 | 0 | 39 | 19 | 81 | 32 | 32 |
| Octal | 100 | 277 | 122 | 102 | 0 | 71 | 31 | 201 | 62 | 62 |
| Binary | 1000000 | 10111111 | 1010010 | 1000010 | 0 | 111001 | 11001 | 10000001 | 110010 | 110010 |
Color Harmonies of #40BF52
Complementary color
Monochromatic Colors of #40BF52
Black with #40BF52
Text Example
Text Example
White with #40BF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF52; }
p { color: rgb(64,191,82); }
H1.HeaderClassName
{
color: #40BF52;
}
.AnyTagClassName
{
color: #40BF52;
}
</style>
background-color css
<style>
a { background-color: #40BF52; }
a { background-color: rgb(64,191,82); }
div.DivClassName
{
background-color: #40BF52;
}
.BgClassName
{
background-color: #40BF52;
}
</style>
border-color css
<style>
span { border-color: #40BF52; }
span { border-color: rgb(64,191,82); }
td.TdClassName
{
border-color: #40BF52;
}
.TagClassName
{
border-color: #40BF52;
}
</style>