Shades of Shamrock #3CC285
Tints of Shamrock #3CC285
RGB
CMYK
RGB Variations
Color information
#3CC285 (or 0x3CC285) is known color: Shamrock. HEX triplet: 3C, C2 and 85. RGB value is (60,194,133). Sum of RGB (Red+Green+Blue) = 60+194+133=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC285 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC285 is #C33D7A. Grayscale: #939393. Windows color (decimal): -12795259 or 8766012. OLE color: 8766012.
HSL color Cylindrical-coordinate representation of color #3CC285: hue angle of 152.69º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC285 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 133 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.24 |
| HSL | 152.69º | 0.53% | 0.5% | - |
| HSV(B) | 152.69º | 0.69% | 0.76% | - |
| XYZ | 25.39 | 41.24 | 28.81 | - |
| YUV | 146.98 | 120.11 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 133 | 0.69 | 0 | 0.31 | 0.24 | 152.69 | 0.53 | 0.5 |
| Hex | 3C | C2 | 85 | 45 | 0 | 1F | 18 | 99 | 35 | 32 |
| Octal | 74 | 302 | 205 | 105 | 0 | 37 | 30 | 231 | 65 | 62 |
| Binary | 111100 | 11000010 | 10000101 | 1000101 | 0 | 11111 | 11000 | 10011001 | 110101 | 110010 |
Color Harmonies of #3CC285
Complementary color
Monochromatic Colors of #3CC285
Black with #3CC285
Text Example
Text Example
White with #3CC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC285; }
p { color: rgb(60,194,133); }
H1.HeaderClassName
{
color: #3CC285;
}
.AnyTagClassName
{
color: #3CC285;
}
</style>
background-color css
<style>
a { background-color: #3CC285; }
a { background-color: rgb(60,194,133); }
div.DivClassName
{
background-color: #3CC285;
}
.BgClassName
{
background-color: #3CC285;
}
</style>
border-color css
<style>
span { border-color: #3CC285; }
span { border-color: rgb(60,194,133); }
td.TdClassName
{
border-color: #3CC285;
}
.TagClassName
{
border-color: #3CC285;
}
</style>