Shades of Fruit Salad #41B543
Tints of Fruit Salad #41B543
RGB
CMYK
RGB Variations
Color information
#41B543 (or 0x41B543) is known color: Fruit Salad. HEX triplet: 41, B5 and 43. RGB value is (65,181,67). Sum of RGB (Red+Green+Blue) = 65+181+67=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #41B543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B543 is #BE4ABC. Grayscale: #858585. Windows color (decimal): -12470973 or 4437313. OLE color: 4437313.
HSL color Cylindrical-coordinate representation of color #41B543: hue angle of 121.03º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B543 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 181 | 67 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.29 |
| HSL | 121.03º | 0.47% | 0.48% | - |
| HSV(B) | 121.03º | 0.64% | 0.71% | - |
| XYZ | 19.72 | 34.58 | 10.94 | - |
| YUV | 133.32 | 90.57 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 181 | 67 | 0.64 | 0 | 0.63 | 0.29 | 121.03 | 0.47 | 0.48 |
| Hex | 41 | B5 | 43 | 40 | 0 | 3F | 1D | 79 | 2F | 30 |
| Octal | 101 | 265 | 103 | 100 | 0 | 77 | 35 | 171 | 57 | 60 |
| Binary | 1000001 | 10110101 | 1000011 | 1000000 | 0 | 111111 | 11101 | 1111001 | 101111 | 110000 |
Color Harmonies of #41B543
Complementary color
Monochromatic Colors of #41B543
Black with #41B543
Text Example
Text Example
White with #41B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B543; }
p { color: rgb(65,181,67); }
H1.HeaderClassName
{
color: #41B543;
}
.AnyTagClassName
{
color: #41B543;
}
</style>
background-color css
<style>
a { background-color: #41B543; }
a { background-color: rgb(65,181,67); }
div.DivClassName
{
background-color: #41B543;
}
.BgClassName
{
background-color: #41B543;
}
</style>
border-color css
<style>
span { border-color: #41B543; }
span { border-color: rgb(65,181,67); }
td.TdClassName
{
border-color: #41B543;
}
.TagClassName
{
border-color: #41B543;
}
</style>