Shades of Fruit Salad #41BE4A
Tints of Fruit Salad #41BE4A
RGB
CMYK
RGB Variations
Color information
#41BE4A (or 0x41BE4A) is known color: Fruit Salad. HEX triplet: 41, BE and 4A. RGB value is (65,190,74). Sum of RGB (Red+Green+Blue) = 65+190+74=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE4A is #BE41B5. Grayscale: #8B8B8B. Windows color (decimal): -12468662 or 4898369. OLE color: 4898369.
HSL color Cylindrical-coordinate representation of color #41BE4A: hue angle of 124.32º degrees, saturation: 0.49, 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 #41BE4A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 74 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.25 |
| HSL | 124.32º | 0.49% | 0.5% | - |
| HSV(B) | 124.32º | 0.66% | 0.75% | - |
| XYZ | 21.83 | 38.45 | 12.75 | - |
| YUV | 139.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 74 | 0.66 | 0 | 0.61 | 0.25 | 124.32 | 0.49 | 0.5 |
| Hex | 41 | BE | 4A | 42 | 0 | 3D | 19 | 7C | 31 | 32 |
| Octal | 101 | 276 | 112 | 102 | 0 | 75 | 31 | 174 | 61 | 62 |
| Binary | 1000001 | 10111110 | 1001010 | 1000010 | 0 | 111101 | 11001 | 1111100 | 110001 | 110010 |
Color Harmonies of #41BE4A
Complementary color
Monochromatic Colors of #41BE4A
Black with #41BE4A
Text Example
Text Example
White with #41BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BE4A; }
p { color: rgb(65,190,74); }
H1.HeaderClassName
{
color: #41BE4A;
}
.AnyTagClassName
{
color: #41BE4A;
}
</style>
background-color css
<style>
a { background-color: #41BE4A; }
a { background-color: rgb(65,190,74); }
div.DivClassName
{
background-color: #41BE4A;
}
.BgClassName
{
background-color: #41BE4A;
}
</style>
border-color css
<style>
span { border-color: #41BE4A; }
span { border-color: rgb(65,190,74); }
td.TdClassName
{
border-color: #41BE4A;
}
.TagClassName
{
border-color: #41BE4A;
}
</style>