Shades of Fruit Salad #41BD47
Tints of Fruit Salad #41BD47
RGB
CMYK
RGB Variations
Color information
#41BD47 (or 0x41BD47) is known color: Fruit Salad. HEX triplet: 41, BD and 47. RGB value is (65,189,71). Sum of RGB (Red+Green+Blue) = 65+189+71=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD47 is #BE42B8. Grayscale: #8A8A8A. Windows color (decimal): -12468921 or 4701505. OLE color: 4701505.
HSL color Cylindrical-coordinate representation of color #41BD47: hue angle of 122.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BD47 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 71 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.26 |
| HSL | 122.9º | 0.49% | 0.5% | - |
| HSV(B) | 122.9º | 0.66% | 0.74% | - |
| XYZ | 21.51 | 37.97 | 12.16 | - |
| YUV | 138.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 71 | 0.66 | 0 | 0.62 | 0.26 | 122.9 | 0.49 | 0.5 |
| Hex | 41 | BD | 47 | 42 | 0 | 3E | 1A | 7B | 31 | 32 |
| Octal | 101 | 275 | 107 | 102 | 0 | 76 | 32 | 173 | 61 | 62 |
| Binary | 1000001 | 10111101 | 1000111 | 1000010 | 0 | 111110 | 11010 | 1111011 | 110001 | 110010 |
Color Harmonies of #41BD47
Complementary color
Monochromatic Colors of #41BD47
Black with #41BD47
Text Example
Text Example
White with #41BD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD47; }
p { color: rgb(65,189,71); }
H1.HeaderClassName
{
color: #41BD47;
}
.AnyTagClassName
{
color: #41BD47;
}
</style>
background-color css
<style>
a { background-color: #41BD47; }
a { background-color: rgb(65,189,71); }
div.DivClassName
{
background-color: #41BD47;
}
.BgClassName
{
background-color: #41BD47;
}
</style>
border-color css
<style>
span { border-color: #41BD47; }
span { border-color: rgb(65,189,71); }
td.TdClassName
{
border-color: #41BD47;
}
.TagClassName
{
border-color: #41BD47;
}
</style>