Shades of Fruit Salad #41C051
Tints of Fruit Salad #41C051
RGB
CMYK
RGB Variations
Color information
#41C051 (or 0x41C051) is known color: Fruit Salad. HEX triplet: 41, C0 and 51. RGB value is (65,192,81). Sum of RGB (Red+Green+Blue) = 65+192+81=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #41C051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C051 is #BE3FAE. Grayscale: #8D8D8D. Windows color (decimal): -12468143 or 5357633. OLE color: 5357633.
HSL color Cylindrical-coordinate representation of color #41C051: hue angle of 127.56º 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 #41C051 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 81 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.25 |
| HSL | 127.56º | 0.5% | 0.5% | - |
| HSV(B) | 127.56º | 0.66% | 0.75% | - |
| XYZ | 22.51 | 39.42 | 14.21 | - |
| YUV | 141.37 | 93.92 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 81 | 0.66 | 0 | 0.58 | 0.25 | 127.56 | 0.5 | 0.5 |
| Hex | 41 | C0 | 51 | 42 | 0 | 3A | 19 | 80 | 32 | 32 |
| Octal | 101 | 300 | 121 | 102 | 0 | 72 | 31 | 200 | 62 | 62 |
| Binary | 1000001 | 11000000 | 1010001 | 1000010 | 0 | 111010 | 11001 | 10000000 | 110010 | 110010 |
Color Harmonies of #41C051
Complementary color
Monochromatic Colors of #41C051
Black with #41C051
Text Example
Text Example
White with #41C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C051; }
p { color: rgb(65,192,81); }
H1.HeaderClassName
{
color: #41C051;
}
.AnyTagClassName
{
color: #41C051;
}
</style>
background-color css
<style>
a { background-color: #41C051; }
a { background-color: rgb(65,192,81); }
div.DivClassName
{
background-color: #41C051;
}
.BgClassName
{
background-color: #41C051;
}
</style>
border-color css
<style>
span { border-color: #41C051; }
span { border-color: rgb(65,192,81); }
td.TdClassName
{
border-color: #41C051;
}
.TagClassName
{
border-color: #41C051;
}
</style>