Shades of Fruit Salad #3CAF41
Tints of Fruit Salad #3CAF41
RGB
CMYK
RGB Variations
Color information
#3CAF41 (or 0x3CAF41) is known color: Fruit Salad. HEX triplet: 3C, AF and 41. RGB value is (60,175,65). Sum of RGB (Red+Green+Blue) = 60+175+65=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF41 is #C350BE. Grayscale: #808080. Windows color (decimal): -12800191 or 4304700. OLE color: 4304700.
HSL color Cylindrical-coordinate representation of color #3CAF41: hue angle of 122.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF41 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 65 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.31 |
| HSL | 122.61º | 0.49% | 0.46% | - |
| HSV(B) | 122.61º | 0.66% | 0.69% | - |
| XYZ | 18.15 | 32 | 10.22 | - |
| YUV | 128.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 65 | 0.66 | 0 | 0.63 | 0.31 | 122.61 | 0.49 | 0.46 |
| Hex | 3C | AF | 41 | 42 | 0 | 3F | 1F | 7B | 31 | 2E |
| Octal | 74 | 257 | 101 | 102 | 0 | 77 | 37 | 173 | 61 | 56 |
| Binary | 111100 | 10101111 | 1000001 | 1000010 | 0 | 111111 | 11111 | 1111011 | 110001 | 101110 |
Color Harmonies of #3CAF41
Complementary color
Monochromatic Colors of #3CAF41
Black with #3CAF41
Text Example
Text Example
White with #3CAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF41; }
p { color: rgb(60,175,65); }
H1.HeaderClassName
{
color: #3CAF41;
}
.AnyTagClassName
{
color: #3CAF41;
}
</style>
background-color css
<style>
a { background-color: #3CAF41; }
a { background-color: rgb(60,175,65); }
div.DivClassName
{
background-color: #3CAF41;
}
.BgClassName
{
background-color: #3CAF41;
}
</style>
border-color css
<style>
span { border-color: #3CAF41; }
span { border-color: rgb(60,175,65); }
td.TdClassName
{
border-color: #3CAF41;
}
.TagClassName
{
border-color: #3CAF41;
}
</style>