Shades of Shamrock #3CCC89
Tints of Shamrock #3CCC89
RGB
CMYK
RGB Variations
Color information
#3CCC89 (or 0x3CCC89) is known color: Shamrock. HEX triplet: 3C, CC and 89. RGB value is (60,204,137). Sum of RGB (Red+Green+Blue) = 60+204+137=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCC89 is #C33376. Grayscale: #999999. Windows color (decimal): -12792695 or 9030716. OLE color: 9030716.
HSL color Cylindrical-coordinate representation of color #3CCC89: hue angle of 152.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCC89 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 137 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.2 |
| HSL | 152.08º | 0.59% | 0.52% | - |
| HSV(B) | 152.08º | 0.71% | 0.8% | - |
| XYZ | 27.97 | 45.95 | 31.06 | - |
| YUV | 153.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 137 | 0.71 | 0 | 0.33 | 0.2 | 152.08 | 0.59 | 0.52 |
| Hex | 3C | CC | 89 | 47 | 0 | 21 | 14 | 98 | 3B | 34 |
| Octal | 74 | 314 | 211 | 107 | 0 | 41 | 24 | 230 | 73 | 64 |
| Binary | 111100 | 11001100 | 10001001 | 1000111 | 0 | 100001 | 10100 | 10011000 | 111011 | 110100 |
Color Harmonies of #3CCC89
Complementary color
Monochromatic Colors of #3CCC89
Black with #3CCC89
Text Example
Text Example
White with #3CCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC89; }
p { color: rgb(60,204,137); }
H1.HeaderClassName
{
color: #3CCC89;
}
.AnyTagClassName
{
color: #3CCC89;
}
</style>
background-color css
<style>
a { background-color: #3CCC89; }
a { background-color: rgb(60,204,137); }
div.DivClassName
{
background-color: #3CCC89;
}
.BgClassName
{
background-color: #3CCC89;
}
</style>
border-color css
<style>
span { border-color: #3CCC89; }
span { border-color: rgb(60,204,137); }
td.TdClassName
{
border-color: #3CCC89;
}
.TagClassName
{
border-color: #3CCC89;
}
</style>