Shades of Fruit Salad #3CA83A
Tints of Fruit Salad #3CA83A
RGB
CMYK
RGB Variations
Color information
#3CA83A (or 0x3CA83A) is known color: Fruit Salad. HEX triplet: 3C, A8 and 3A. RGB value is (60,168,58). Sum of RGB (Red+Green+Blue) = 60+168+58=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA83A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA83A is #C357C5. Grayscale: #7B7B7B. Windows color (decimal): -12801990 or 3844156. OLE color: 3844156.
HSL color Cylindrical-coordinate representation of color #3CA83A: hue angle of 118.91º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CA83A is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 168 | 58 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.34 |
| HSL | 118.91º | 0.49% | 0.44% | - |
| HSV(B) | 118.91º | 0.65% | 0.66% | - |
| XYZ | 16.63 | 29.27 | 8.78 | - |
| YUV | 123.17 | 91.22 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 168 | 58 | 0.64 | 0 | 0.65 | 0.34 | 118.91 | 0.49 | 0.44 |
| Hex | 3C | A8 | 3A | 40 | 0 | 41 | 22 | 77 | 31 | 2C |
| Octal | 74 | 250 | 72 | 100 | 0 | 101 | 42 | 167 | 61 | 54 |
| Binary | 111100 | 10101000 | 111010 | 1000000 | 0 | 1000001 | 100010 | 1110111 | 110001 | 101100 |
Color Harmonies of #3CA83A
Complementary color
Monochromatic Colors of #3CA83A
Black with #3CA83A
Text Example
Text Example
White with #3CA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA83A; }
p { color: rgb(60,168,58); }
H1.HeaderClassName
{
color: #3CA83A;
}
.AnyTagClassName
{
color: #3CA83A;
}
</style>
background-color css
<style>
a { background-color: #3CA83A; }
a { background-color: rgb(60,168,58); }
div.DivClassName
{
background-color: #3CA83A;
}
.BgClassName
{
background-color: #3CA83A;
}
</style>
border-color css
<style>
span { border-color: #3CA83A; }
span { border-color: rgb(60,168,58); }
td.TdClassName
{
border-color: #3CA83A;
}
.TagClassName
{
border-color: #3CA83A;
}
</style>