Shades of Fruit Salad #3CAA33
Tints of Fruit Salad #3CAA33
RGB
CMYK
RGB Variations
Color information
#3CAA33 (or 0x3CAA33) is known color: Fruit Salad. HEX triplet: 3C, AA and 33. RGB value is (60,170,51). Sum of RGB (Red+Green+Blue) = 60+170+51=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA33 is #C355CC. Grayscale: #7B7B7B. Windows color (decimal): -12801485 or 3385916. OLE color: 3385916.
HSL color Cylindrical-coordinate representation of color #3CAA33: hue angle of 115.46º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CAA33 is Cyan = 0.65, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 51 | - |
| CMYK | 0.65 | 0 | 0.7 | 0.33 |
| HSL | 115.46º | 0.54% | 0.43% | - |
| HSV(B) | 115.46º | 0.7% | 0.67% | - |
| XYZ | 16.84 | 29.95 | 8.03 | - |
| YUV | 123.54 | 87.06 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 51 | 0.65 | 0 | 0.7 | 0.33 | 115.46 | 0.54 | 0.43 |
| Hex | 3C | AA | 33 | 41 | 0 | 46 | 21 | 73 | 36 | 2B |
| Octal | 74 | 252 | 63 | 101 | 0 | 106 | 41 | 163 | 66 | 53 |
| Binary | 111100 | 10101010 | 110011 | 1000001 | 0 | 1000110 | 100001 | 1110011 | 110110 | 101011 |
Color Harmonies of #3CAA33
Complementary color
Monochromatic Colors of #3CAA33
Black with #3CAA33
Text Example
Text Example
White with #3CAA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA33; }
p { color: rgb(60,170,51); }
H1.HeaderClassName
{
color: #3CAA33;
}
.AnyTagClassName
{
color: #3CAA33;
}
</style>
background-color css
<style>
a { background-color: #3CAA33; }
a { background-color: rgb(60,170,51); }
div.DivClassName
{
background-color: #3CAA33;
}
.BgClassName
{
background-color: #3CAA33;
}
</style>
border-color css
<style>
span { border-color: #3CAA33; }
span { border-color: rgb(60,170,51); }
td.TdClassName
{
border-color: #3CAA33;
}
.TagClassName
{
border-color: #3CAA33;
}
</style>