Shades of Fruit Salad #3CA73C
Tints of Fruit Salad #3CA73C
RGB
CMYK
RGB Variations
Color information
#3CA73C (or 0x3CA73C) is known color: Fruit Salad. HEX triplet: 3C, A7 and 3C. RGB value is (60,167,60). Sum of RGB (Red+Green+Blue) = 60+167+60=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 167 (65.62% from 255 or 58.19% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA73C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA73C is #C358C3. Grayscale: #7B7B7B. Windows color (decimal): -12802244 or 3974972. OLE color: 3974972.
HSL color Cylindrical-coordinate representation of color #3CA73C: hue angle of 120º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA73C is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 167 | 60 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.35 |
| HSL | 120º | 0.47% | 0.45% | - |
| HSV(B) | 120º | 0.64% | 0.65% | - |
| XYZ | 16.5 | 28.92 | 8.99 | - |
| YUV | 122.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 167 | 60 | 0.64 | 0 | 0.64 | 0.35 | 120 | 0.47 | 0.45 |
| Hex | 3C | A7 | 3C | 40 | 0 | 40 | 23 | 78 | 2F | 2D |
| Octal | 74 | 247 | 74 | 100 | 0 | 100 | 43 | 170 | 57 | 55 |
| Binary | 111100 | 10100111 | 111100 | 1000000 | 0 | 1000000 | 100011 | 1111000 | 101111 | 101101 |
Color Harmonies of #3CA73C
Complementary color
Monochromatic Colors of #3CA73C
Black with #3CA73C
Text Example
Text Example
White with #3CA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA73C; }
p { color: rgb(60,167,60); }
H1.HeaderClassName
{
color: #3CA73C;
}
.AnyTagClassName
{
color: #3CA73C;
}
</style>
background-color css
<style>
a { background-color: #3CA73C; }
a { background-color: rgb(60,167,60); }
div.DivClassName
{
background-color: #3CA73C;
}
.BgClassName
{
background-color: #3CA73C;
}
</style>
border-color css
<style>
span { border-color: #3CA73C; }
span { border-color: rgb(60,167,60); }
td.TdClassName
{
border-color: #3CA73C;
}
.TagClassName
{
border-color: #3CA73C;
}
</style>