Shades of Fruit Salad #41BA43
Tints of Fruit Salad #41BA43
RGB
CMYK
RGB Variations
Color information
#41BA43 (or 0x41BA43) is known color: Fruit Salad. HEX triplet: 41, BA and 43. RGB value is (65,186,67). Sum of RGB (Red+Green+Blue) = 65+186+67=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA43 is #BE45BC. Grayscale: #888888. Windows color (decimal): -12469693 or 4438593. OLE color: 4438593.
HSL color Cylindrical-coordinate representation of color #41BA43: hue angle of 120.99º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BA43 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 186 | 67 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.27 |
| HSL | 120.99º | 0.48% | 0.49% | - |
| HSV(B) | 120.99º | 0.65% | 0.73% | - |
| XYZ | 20.75 | 36.65 | 11.29 | - |
| YUV | 136.26 | 88.91 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 67 | 0.65 | 0 | 0.64 | 0.27 | 120.99 | 0.48 | 0.49 |
| Hex | 41 | BA | 43 | 41 | 0 | 40 | 1B | 79 | 30 | 31 |
| Octal | 101 | 272 | 103 | 101 | 0 | 100 | 33 | 171 | 60 | 61 |
| Binary | 1000001 | 10111010 | 1000011 | 1000001 | 0 | 1000000 | 11011 | 1111001 | 110000 | 110001 |
Color Harmonies of #41BA43
Complementary color
Monochromatic Colors of #41BA43
Black with #41BA43
Text Example
Text Example
White with #41BA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BA43; }
p { color: rgb(65,186,67); }
H1.HeaderClassName
{
color: #41BA43;
}
.AnyTagClassName
{
color: #41BA43;
}
</style>
background-color css
<style>
a { background-color: #41BA43; }
a { background-color: rgb(65,186,67); }
div.DivClassName
{
background-color: #41BA43;
}
.BgClassName
{
background-color: #41BA43;
}
</style>
border-color css
<style>
span { border-color: #41BA43; }
span { border-color: rgb(65,186,67); }
td.TdClassName
{
border-color: #41BA43;
}
.TagClassName
{
border-color: #41BA43;
}
</style>