Shades of Fruit Salad #3CAB43
Tints of Fruit Salad #3CAB43
RGB
CMYK
RGB Variations
Color information
#3CAB43 (or 0x3CAB43) is known color: Fruit Salad. HEX triplet: 3C, AB and 43. RGB value is (60,171,67). Sum of RGB (Red+Green+Blue) = 60+171+67=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAB43 is #C354BC. Grayscale: #7E7E7E. Windows color (decimal): -12801213 or 4434748. OLE color: 4434748.
HSL color Cylindrical-coordinate representation of color #3CAB43: hue angle of 123.78º 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 #3CAB43 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 67 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.33 |
| HSL | 123.78º | 0.48% | 0.45% | - |
| HSV(B) | 123.78º | 0.65% | 0.67% | - |
| XYZ | 17.44 | 30.49 | 10.28 | - |
| YUV | 125.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 67 | 0.65 | 0 | 0.61 | 0.33 | 123.78 | 0.48 | 0.45 |
| Hex | 3C | AB | 43 | 41 | 0 | 3D | 21 | 7C | 30 | 2D |
| Octal | 74 | 253 | 103 | 101 | 0 | 75 | 41 | 174 | 60 | 55 |
| Binary | 111100 | 10101011 | 1000011 | 1000001 | 0 | 111101 | 100001 | 1111100 | 110000 | 101101 |
Color Harmonies of #3CAB43
Complementary color
Monochromatic Colors of #3CAB43
Black with #3CAB43
Text Example
Text Example
White with #3CAB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB43; }
p { color: rgb(60,171,67); }
H1.HeaderClassName
{
color: #3CAB43;
}
.AnyTagClassName
{
color: #3CAB43;
}
</style>
background-color css
<style>
a { background-color: #3CAB43; }
a { background-color: rgb(60,171,67); }
div.DivClassName
{
background-color: #3CAB43;
}
.BgClassName
{
background-color: #3CAB43;
}
</style>
border-color css
<style>
span { border-color: #3CAB43; }
span { border-color: rgb(60,171,67); }
td.TdClassName
{
border-color: #3CAB43;
}
.TagClassName
{
border-color: #3CAB43;
}
</style>