Shades of Fruit Salad #41C04A
Tints of Fruit Salad #41C04A
RGB
CMYK
RGB Variations
Color information
#41C04A (or 0x41C04A) is known color: Fruit Salad. HEX triplet: 41, C0 and 4A. RGB value is (65,192,74). Sum of RGB (Red+Green+Blue) = 65+192+74=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #41C04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C04A is #BE3FB5. Grayscale: #8C8C8C. Windows color (decimal): -12468150 or 4898881. OLE color: 4898881.
HSL color Cylindrical-coordinate representation of color #41C04A: hue angle of 124.25º 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 #41C04A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 74 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.25 |
| HSL | 124.25º | 0.5% | 0.5% | - |
| HSV(B) | 124.25º | 0.66% | 0.75% | - |
| XYZ | 22.27 | 39.32 | 12.89 | - |
| YUV | 140.58 | 90.42 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 74 | 0.66 | 0 | 0.61 | 0.25 | 124.25 | 0.5 | 0.5 |
| Hex | 41 | C0 | 4A | 42 | 0 | 3D | 19 | 7C | 32 | 32 |
| Octal | 101 | 300 | 112 | 102 | 0 | 75 | 31 | 174 | 62 | 62 |
| Binary | 1000001 | 11000000 | 1001010 | 1000010 | 0 | 111101 | 11001 | 1111100 | 110010 | 110010 |
Color Harmonies of #41C04A
Complementary color
Monochromatic Colors of #41C04A
Black with #41C04A
Text Example
Text Example
White with #41C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C04A; }
p { color: rgb(65,192,74); }
H1.HeaderClassName
{
color: #41C04A;
}
.AnyTagClassName
{
color: #41C04A;
}
</style>
background-color css
<style>
a { background-color: #41C04A; }
a { background-color: rgb(65,192,74); }
div.DivClassName
{
background-color: #41C04A;
}
.BgClassName
{
background-color: #41C04A;
}
</style>
border-color css
<style>
span { border-color: #41C04A; }
span { border-color: rgb(65,192,74); }
td.TdClassName
{
border-color: #41C04A;
}
.TagClassName
{
border-color: #41C04A;
}
</style>