Shades of Fruit Salad #41B33C
Tints of Fruit Salad #41B33C
RGB
CMYK
RGB Variations
Color information
#41B33C (or 0x41B33C) is known color: Fruit Salad. HEX triplet: 41, B3 and 3C. RGB value is (65,179,60). Sum of RGB (Red+Green+Blue) = 65+179+60=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #41B33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B33C is #BE4CC3. Grayscale: #838383. Windows color (decimal): -12471492 or 3978049. OLE color: 3978049.
HSL color Cylindrical-coordinate representation of color #41B33C: hue angle of 117.48º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41B33C is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 179 | 60 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.30 |
| HSL | 117.48º | 0.5% | 0.47% | - |
| HSV(B) | 117.48º | 0.66% | 0.7% | - |
| XYZ | 19.12 | 33.69 | 9.77 | - |
| YUV | 131.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 179 | 60 | 0.64 | 0 | 0.66 | 0.30 | 117.48 | 0.5 | 0.47 |
| Hex | 41 | B3 | 3C | 40 | 0 | 42 | 1E | 75 | 32 | 2F |
| Octal | 101 | 263 | 74 | 100 | 0 | 102 | 36 | 165 | 62 | 57 |
| Binary | 1000001 | 10110011 | 111100 | 1000000 | 0 | 1000010 | 11110 | 1110101 | 110010 | 101111 |
Color Harmonies of #41B33C
Complementary color
Monochromatic Colors of #41B33C
Black with #41B33C
Text Example
Text Example
White with #41B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B33C; }
p { color: rgb(65,179,60); }
H1.HeaderClassName
{
color: #41B33C;
}
.AnyTagClassName
{
color: #41B33C;
}
</style>
background-color css
<style>
a { background-color: #41B33C; }
a { background-color: rgb(65,179,60); }
div.DivClassName
{
background-color: #41B33C;
}
.BgClassName
{
background-color: #41B33C;
}
</style>
border-color css
<style>
span { border-color: #41B33C; }
span { border-color: rgb(65,179,60); }
td.TdClassName
{
border-color: #41B33C;
}
.TagClassName
{
border-color: #41B33C;
}
</style>