Shades of Shamrock #3CDD93
Tints of Shamrock #3CDD93
RGB
CMYK
RGB Variations
Color information
#3CDD93 (or 0x3CDD93) is known color: Shamrock. HEX triplet: 3C, DD and 93. RGB value is (60,221,147). Sum of RGB (Red+Green+Blue) = 60+221+147=428 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.02% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDD93 is #C3226C. Grayscale: #A4A4A4. Windows color (decimal): -12788333 or 9690428. OLE color: 9690428.
HSL color Cylindrical-coordinate representation of color #3CDD93: hue angle of 152.42º 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 #3CDD93 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 147 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.13 |
| HSL | 152.42º | 0.7% | 0.55% | - |
| HSV(B) | 152.42º | 0.73% | 0.87% | - |
| XYZ | 32.99 | 54.78 | 36.44 | - |
| YUV | 164.43 | 118.16 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 147 | 0.73 | 0 | 0.33 | 0.13 | 152.42 | 0.7 | 0.55 |
| Hex | 3C | DD | 93 | 49 | 0 | 21 | D | 98 | 46 | 37 |
| Octal | 74 | 335 | 223 | 111 | 0 | 41 | 15 | 230 | 106 | 67 |
| Binary | 111100 | 11011101 | 10010011 | 1001001 | 0 | 100001 | 1101 | 10011000 | 1000110 | 110111 |
Color Harmonies of #3CDD93
Complementary color
Monochromatic Colors of #3CDD93
Black with #3CDD93
Text Example
Text Example
White with #3CDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD93; }
p { color: rgb(60,221,147); }
H1.HeaderClassName
{
color: #3CDD93;
}
.AnyTagClassName
{
color: #3CDD93;
}
</style>
background-color css
<style>
a { background-color: #3CDD93; }
a { background-color: rgb(60,221,147); }
div.DivClassName
{
background-color: #3CDD93;
}
.BgClassName
{
background-color: #3CDD93;
}
</style>
border-color css
<style>
span { border-color: #3CDD93; }
span { border-color: rgb(60,221,147); }
td.TdClassName
{
border-color: #3CDD93;
}
.TagClassName
{
border-color: #3CDD93;
}
</style>