Shades of Fruit Salad #3CAD43
Tints of Fruit Salad #3CAD43
RGB
CMYK
RGB Variations
Color information
#3CAD43 (or 0x3CAD43) is known color: Fruit Salad. HEX triplet: 3C, AD and 43. RGB value is (60,173,67). Sum of RGB (Red+Green+Blue) = 60+173+67=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAD43 is #C352BC. Grayscale: #7F7F7F. Windows color (decimal): -12800701 or 4435260. OLE color: 4435260.
HSL color Cylindrical-coordinate representation of color #3CAD43: hue angle of 123.72º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAD43 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 67 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.32 |
| HSL | 123.72º | 0.48% | 0.46% | - |
| HSV(B) | 123.72º | 0.65% | 0.68% | - |
| XYZ | 17.82 | 31.25 | 10.4 | - |
| YUV | 127.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 67 | 0.65 | 0 | 0.61 | 0.32 | 123.72 | 0.48 | 0.46 |
| Hex | 3C | AD | 43 | 41 | 0 | 3D | 20 | 7C | 30 | 2E |
| Octal | 74 | 255 | 103 | 101 | 0 | 75 | 40 | 174 | 60 | 56 |
| Binary | 111100 | 10101101 | 1000011 | 1000001 | 0 | 111101 | 100000 | 1111100 | 110000 | 101110 |
Color Harmonies of #3CAD43
Complementary color
Monochromatic Colors of #3CAD43
Black with #3CAD43
Text Example
Text Example
White with #3CAD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD43; }
p { color: rgb(60,173,67); }
H1.HeaderClassName
{
color: #3CAD43;
}
.AnyTagClassName
{
color: #3CAD43;
}
</style>
background-color css
<style>
a { background-color: #3CAD43; }
a { background-color: rgb(60,173,67); }
div.DivClassName
{
background-color: #3CAD43;
}
.BgClassName
{
background-color: #3CAD43;
}
</style>
border-color css
<style>
span { border-color: #3CAD43; }
span { border-color: rgb(60,173,67); }
td.TdClassName
{
border-color: #3CAD43;
}
.TagClassName
{
border-color: #3CAD43;
}
</style>