Shades of Shamrock #3CDD88
Tints of Shamrock #3CDD88
RGB
CMYK
RGB Variations
Color information
#3CDD88 (or 0x3CDD88) is known color: Shamrock. HEX triplet: 3C, DD and 88. RGB value is (60,221,136). Sum of RGB (Red+Green+Blue) = 60+221+136=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDD88 is #C32277. Grayscale: #A3A3A3. Windows color (decimal): -12788344 or 8969532. OLE color: 8969532.
HSL color Cylindrical-coordinate representation of color #3CDD88: hue angle of 148.32º 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 #3CDD88 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 136 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.13 |
| HSL | 148.32º | 0.7% | 0.55% | - |
| HSV(B) | 148.32º | 0.73% | 0.87% | - |
| XYZ | 32.16 | 54.45 | 32.11 | - |
| YUV | 163.17 | 112.66 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 136 | 0.73 | 0 | 0.38 | 0.13 | 148.32 | 0.7 | 0.55 |
| Hex | 3C | DD | 88 | 49 | 0 | 26 | D | 94 | 46 | 37 |
| Octal | 74 | 335 | 210 | 111 | 0 | 46 | 15 | 224 | 106 | 67 |
| Binary | 111100 | 11011101 | 10001000 | 1001001 | 0 | 100110 | 1101 | 10010100 | 1000110 | 110111 |
Color Harmonies of #3CDD88
Complementary color
Monochromatic Colors of #3CDD88
Black with #3CDD88
Text Example
Text Example
White with #3CDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD88; }
p { color: rgb(60,221,136); }
H1.HeaderClassName
{
color: #3CDD88;
}
.AnyTagClassName
{
color: #3CDD88;
}
</style>
background-color css
<style>
a { background-color: #3CDD88; }
a { background-color: rgb(60,221,136); }
div.DivClassName
{
background-color: #3CDD88;
}
.BgClassName
{
background-color: #3CDD88;
}
</style>
border-color css
<style>
span { border-color: #3CDD88; }
span { border-color: rgb(60,221,136); }
td.TdClassName
{
border-color: #3CDD88;
}
.TagClassName
{
border-color: #3CDD88;
}
</style>