Shades of Fruit Salad #41BF49
Tints of Fruit Salad #41BF49
RGB
CMYK
RGB Variations
Color information
#41BF49 (or 0x41BF49) is known color: Fruit Salad. HEX triplet: 41, BF and 49. RGB value is (65,191,73). Sum of RGB (Red+Green+Blue) = 65+191+73=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF49 is #BE40B6. Grayscale: #8C8C8C. Windows color (decimal): -12468407 or 4833089. OLE color: 4833089.
HSL color Cylindrical-coordinate representation of color #41BF49: hue angle of 123.81º 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 #41BF49 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 73 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.25 |
| HSL | 123.81º | 0.5% | 0.5% | - |
| HSV(B) | 123.81º | 0.66% | 0.75% | - |
| XYZ | 22.01 | 38.87 | 12.65 | - |
| YUV | 139.87 | 90.26 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 73 | 0.66 | 0 | 0.62 | 0.25 | 123.81 | 0.5 | 0.5 |
| Hex | 41 | BF | 49 | 42 | 0 | 3E | 19 | 7C | 32 | 32 |
| Octal | 101 | 277 | 111 | 102 | 0 | 76 | 31 | 174 | 62 | 62 |
| Binary | 1000001 | 10111111 | 1001001 | 1000010 | 0 | 111110 | 11001 | 1111100 | 110010 | 110010 |
Color Harmonies of #41BF49
Complementary color
Monochromatic Colors of #41BF49
Black with #41BF49
Text Example
Text Example
White with #41BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF49; }
p { color: rgb(65,191,73); }
H1.HeaderClassName
{
color: #41BF49;
}
.AnyTagClassName
{
color: #41BF49;
}
</style>
background-color css
<style>
a { background-color: #41BF49; }
a { background-color: rgb(65,191,73); }
div.DivClassName
{
background-color: #41BF49;
}
.BgClassName
{
background-color: #41BF49;
}
</style>
border-color css
<style>
span { border-color: #41BF49; }
span { border-color: rgb(65,191,73); }
td.TdClassName
{
border-color: #41BF49;
}
.TagClassName
{
border-color: #41BF49;
}
</style>