Shades of Fruit Salad #3CAA40
Tints of Fruit Salad #3CAA40
RGB
CMYK
RGB Variations
Color information
#3CAA40 (or 0x3CAA40) is known color: Fruit Salad. HEX triplet: 3C, AA and 40. RGB value is (60,170,64). Sum of RGB (Red+Green+Blue) = 60+170+64=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA40 is #C355BF. Grayscale: #7D7D7D. Windows color (decimal): -12801472 or 4237884. OLE color: 4237884.
HSL color Cylindrical-coordinate representation of color #3CAA40: hue angle of 122.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA40 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 64 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.33 |
| HSL | 122.18º | 0.48% | 0.45% | - |
| HSV(B) | 122.18º | 0.65% | 0.67% | - |
| XYZ | 17.16 | 30.08 | 9.75 | - |
| YUV | 125.03 | 93.56 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 64 | 0.65 | 0 | 0.62 | 0.33 | 122.18 | 0.48 | 0.45 |
| Hex | 3C | AA | 40 | 41 | 0 | 3E | 21 | 7A | 30 | 2D |
| Octal | 74 | 252 | 100 | 101 | 0 | 76 | 41 | 172 | 60 | 55 |
| Binary | 111100 | 10101010 | 1000000 | 1000001 | 0 | 111110 | 100001 | 1111010 | 110000 | 101101 |
Color Harmonies of #3CAA40
Complementary color
Monochromatic Colors of #3CAA40
Black with #3CAA40
Text Example
Text Example
White with #3CAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA40; }
p { color: rgb(60,170,64); }
H1.HeaderClassName
{
color: #3CAA40;
}
.AnyTagClassName
{
color: #3CAA40;
}
</style>
background-color css
<style>
a { background-color: #3CAA40; }
a { background-color: rgb(60,170,64); }
div.DivClassName
{
background-color: #3CAA40;
}
.BgClassName
{
background-color: #3CAA40;
}
</style>
border-color css
<style>
span { border-color: #3CAA40; }
span { border-color: rgb(60,170,64); }
td.TdClassName
{
border-color: #3CAA40;
}
.TagClassName
{
border-color: #3CAA40;
}
</style>