Shades of Shamrock #3CDD92
Tints of Shamrock #3CDD92
RGB
CMYK
RGB Variations
Color information
#3CDD92 (or 0x3CDD92) is known color: Shamrock. HEX triplet: 3C, DD and 92. RGB value is (60,221,146). Sum of RGB (Red+Green+Blue) = 60+221+146=427 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.05% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDD92 is #C3226D. Grayscale: #A4A4A4. Windows color (decimal): -12788334 or 9624892. OLE color: 9624892.
HSL color Cylindrical-coordinate representation of color #3CDD92: hue angle of 152.05º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDD92 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 146 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.13 |
| HSL | 152.05º | 0.7% | 0.55% | - |
| HSV(B) | 152.05º | 0.73% | 0.87% | - |
| XYZ | 32.91 | 54.75 | 36.03 | - |
| YUV | 164.31 | 117.66 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 146 | 0.73 | 0 | 0.34 | 0.13 | 152.05 | 0.7 | 0.55 |
| Hex | 3C | DD | 92 | 49 | 0 | 22 | D | 98 | 46 | 37 |
| Octal | 74 | 335 | 222 | 111 | 0 | 42 | 15 | 230 | 106 | 67 |
| Binary | 111100 | 11011101 | 10010010 | 1001001 | 0 | 100010 | 1101 | 10011000 | 1000110 | 110111 |
Color Harmonies of #3CDD92
Complementary color
Monochromatic Colors of #3CDD92
Black with #3CDD92
Text Example
Text Example
White with #3CDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD92; }
p { color: rgb(60,221,146); }
H1.HeaderClassName
{
color: #3CDD92;
}
.AnyTagClassName
{
color: #3CDD92;
}
</style>
background-color css
<style>
a { background-color: #3CDD92; }
a { background-color: rgb(60,221,146); }
div.DivClassName
{
background-color: #3CDD92;
}
.BgClassName
{
background-color: #3CDD92;
}
</style>
border-color css
<style>
span { border-color: #3CDD92; }
span { border-color: rgb(60,221,146); }
td.TdClassName
{
border-color: #3CDD92;
}
.TagClassName
{
border-color: #3CDD92;
}
</style>