Shades of Shamrock #3FDD8D
Tints of Shamrock #3FDD8D
RGB
CMYK
RGB Variations
Color information
#3FDD8D (or 0x3FDD8D) is known color: Shamrock. HEX triplet: 3F, DD and 8D. RGB value is (63,221,141). Sum of RGB (Red+Green+Blue) = 63+221+141=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDD8D is #C02272. Grayscale: #A4A4A4. Windows color (decimal): -12591731 or 9297215. OLE color: 9297215.
HSL color Cylindrical-coordinate representation of color #3FDD8D: hue angle of 149.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDD8D is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 141 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.13 |
| HSL | 149.62º | 0.7% | 0.56% | - |
| HSV(B) | 149.62º | 0.71% | 0.87% | - |
| XYZ | 32.71 | 54.69 | 34.03 | - |
| YUV | 164.64 | 114.65 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 141 | 0.71 | 0 | 0.36 | 0.13 | 149.62 | 0.7 | 0.56 |
| Hex | 3F | DD | 8D | 47 | 0 | 24 | D | 96 | 46 | 38 |
| Octal | 77 | 335 | 215 | 107 | 0 | 44 | 15 | 226 | 106 | 70 |
| Binary | 111111 | 11011101 | 10001101 | 1000111 | 0 | 100100 | 1101 | 10010110 | 1000110 | 111000 |
Color Harmonies of #3FDD8D
Complementary color
Monochromatic Colors of #3FDD8D
Black with #3FDD8D
Text Example
Text Example
White with #3FDD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD8D; }
p { color: rgb(63,221,141); }
H1.HeaderClassName
{
color: #3FDD8D;
}
.AnyTagClassName
{
color: #3FDD8D;
}
</style>
background-color css
<style>
a { background-color: #3FDD8D; }
a { background-color: rgb(63,221,141); }
div.DivClassName
{
background-color: #3FDD8D;
}
.BgClassName
{
background-color: #3FDD8D;
}
</style>
border-color css
<style>
span { border-color: #3FDD8D; }
span { border-color: rgb(63,221,141); }
td.TdClassName
{
border-color: #3FDD8D;
}
.TagClassName
{
border-color: #3FDD8D;
}
</style>