Shades of Shamrock #3CC984
Tints of Shamrock #3CC984
RGB
CMYK
RGB Variations
Color information
#3CC984 (or 0x3CC984) is known color: Shamrock. HEX triplet: 3C, C9 and 84. RGB value is (60,201,132). Sum of RGB (Red+Green+Blue) = 60+201+132=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC984 is #C3367B. Grayscale: #979797. Windows color (decimal): -12793468 or 8702268. OLE color: 8702268.
HSL color Cylindrical-coordinate representation of color #3CC984: hue angle of 150.64º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC984 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 132 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.21 |
| HSL | 150.64º | 0.57% | 0.51% | - |
| HSV(B) | 150.64º | 0.7% | 0.79% | - |
| XYZ | 26.91 | 44.4 | 28.98 | - |
| YUV | 150.98 | 117.29 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 132 | 0.70 | 0 | 0.34 | 0.21 | 150.64 | 0.57 | 0.51 |
| Hex | 3C | C9 | 84 | 46 | 0 | 22 | 15 | 97 | 39 | 33 |
| Octal | 74 | 311 | 204 | 106 | 0 | 42 | 25 | 227 | 71 | 63 |
| Binary | 111100 | 11001001 | 10000100 | 1000110 | 0 | 100010 | 10101 | 10010111 | 111001 | 110011 |
Color Harmonies of #3CC984
Complementary color
Monochromatic Colors of #3CC984
Black with #3CC984
Text Example
Text Example
White with #3CC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC984; }
p { color: rgb(60,201,132); }
H1.HeaderClassName
{
color: #3CC984;
}
.AnyTagClassName
{
color: #3CC984;
}
</style>
background-color css
<style>
a { background-color: #3CC984; }
a { background-color: rgb(60,201,132); }
div.DivClassName
{
background-color: #3CC984;
}
.BgClassName
{
background-color: #3CC984;
}
</style>
border-color css
<style>
span { border-color: #3CC984; }
span { border-color: rgb(60,201,132); }
td.TdClassName
{
border-color: #3CC984;
}
.TagClassName
{
border-color: #3CC984;
}
</style>