Shades of Fruit Salad #41BF4D
Tints of Fruit Salad #41BF4D
RGB
CMYK
RGB Variations
Color information
#41BF4D (or 0x41BF4D) is known color: Fruit Salad. HEX triplet: 41, BF and 4D. RGB value is (65,191,77). Sum of RGB (Red+Green+Blue) = 65+191+77=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BF4D is #BE40B2. Grayscale: #8C8C8C. Windows color (decimal): -12468403 or 5095233. OLE color: 5095233.
HSL color Cylindrical-coordinate representation of color #41BF4D: hue angle of 125.71º 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 #41BF4D is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 77 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.25 |
| HSL | 125.71º | 0.5% | 0.5% | - |
| HSV(B) | 125.71º | 0.66% | 0.75% | - |
| XYZ | 22.15 | 38.92 | 13.37 | - |
| YUV | 140.33 | 92.26 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 77 | 0.66 | 0 | 0.60 | 0.25 | 125.71 | 0.5 | 0.5 |
| Hex | 41 | BF | 4D | 42 | 0 | 3C | 19 | 7E | 32 | 32 |
| Octal | 101 | 277 | 115 | 102 | 0 | 74 | 31 | 176 | 62 | 62 |
| Binary | 1000001 | 10111111 | 1001101 | 1000010 | 0 | 111100 | 11001 | 1111110 | 110010 | 110010 |
Color Harmonies of #41BF4D
Complementary color
Monochromatic Colors of #41BF4D
Black with #41BF4D
Text Example
Text Example
White with #41BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF4D; }
p { color: rgb(65,191,77); }
H1.HeaderClassName
{
color: #41BF4D;
}
.AnyTagClassName
{
color: #41BF4D;
}
</style>
background-color css
<style>
a { background-color: #41BF4D; }
a { background-color: rgb(65,191,77); }
div.DivClassName
{
background-color: #41BF4D;
}
.BgClassName
{
background-color: #41BF4D;
}
</style>
border-color css
<style>
span { border-color: #41BF4D; }
span { border-color: rgb(65,191,77); }
td.TdClassName
{
border-color: #41BF4D;
}
.TagClassName
{
border-color: #41BF4D;
}
</style>