Shades of Fruit Salad #41BF4A
Tints of Fruit Salad #41BF4A
RGB
CMYK
RGB Variations
Color information
#41BF4A (or 0x41BF4A) is known color: Fruit Salad. HEX triplet: 41, BF and 4A. RGB value is (65,191,74). Sum of RGB (Red+Green+Blue) = 65+191+74=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF4A is #BE40B5. Grayscale: #8C8C8C. Windows color (decimal): -12468406 or 4898625. OLE color: 4898625.
HSL color Cylindrical-coordinate representation of color #41BF4A: hue angle of 124.29º 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 #41BF4A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 74 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.25 |
| HSL | 124.29º | 0.5% | 0.5% | - |
| HSV(B) | 124.29º | 0.66% | 0.75% | - |
| XYZ | 22.05 | 38.88 | 12.82 | - |
| YUV | 139.99 | 90.76 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 74 | 0.66 | 0 | 0.61 | 0.25 | 124.29 | 0.5 | 0.5 |
| Hex | 41 | BF | 4A | 42 | 0 | 3D | 19 | 7C | 32 | 32 |
| Octal | 101 | 277 | 112 | 102 | 0 | 75 | 31 | 174 | 62 | 62 |
| Binary | 1000001 | 10111111 | 1001010 | 1000010 | 0 | 111101 | 11001 | 1111100 | 110010 | 110010 |
Color Harmonies of #41BF4A
Complementary color
Monochromatic Colors of #41BF4A
Black with #41BF4A
Text Example
Text Example
White with #41BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF4A; }
p { color: rgb(65,191,74); }
H1.HeaderClassName
{
color: #41BF4A;
}
.AnyTagClassName
{
color: #41BF4A;
}
</style>
background-color css
<style>
a { background-color: #41BF4A; }
a { background-color: rgb(65,191,74); }
div.DivClassName
{
background-color: #41BF4A;
}
.BgClassName
{
background-color: #41BF4A;
}
</style>
border-color css
<style>
span { border-color: #41BF4A; }
span { border-color: rgb(65,191,74); }
td.TdClassName
{
border-color: #41BF4A;
}
.TagClassName
{
border-color: #41BF4A;
}
</style>