Shades of Shamrock #3FDD9D
Tints of Shamrock #3FDD9D
RGB
CMYK
RGB Variations
Color information
#3FDD9D (or 0x3FDD9D) is known color: Shamrock. HEX triplet: 3F, DD and 9D. RGB value is (63,221,157). Sum of RGB (Red+Green+Blue) = 63+221+157=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDD9D is #C02262. Grayscale: #A6A6A6. Windows color (decimal): -12591715 or 10345791. OLE color: 10345791.
HSL color Cylindrical-coordinate representation of color #3FDD9D: hue angle of 155.7º 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 #3FDD9D is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 157 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.13 |
| HSL | 155.7º | 0.7% | 0.56% | - |
| HSV(B) | 155.7º | 0.71% | 0.87% | - |
| XYZ | 33.99 | 55.2 | 40.76 | - |
| YUV | 166.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 157 | 0.71 | 0 | 0.29 | 0.13 | 155.7 | 0.7 | 0.56 |
| Hex | 3F | DD | 9D | 47 | 0 | 1D | D | 9C | 46 | 38 |
| Octal | 77 | 335 | 235 | 107 | 0 | 35 | 15 | 234 | 106 | 70 |
| Binary | 111111 | 11011101 | 10011101 | 1000111 | 0 | 11101 | 1101 | 10011100 | 1000110 | 111000 |
Color Harmonies of #3FDD9D
Complementary color
Monochromatic Colors of #3FDD9D
Black with #3FDD9D
Text Example
Text Example
White with #3FDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD9D; }
p { color: rgb(63,221,157); }
H1.HeaderClassName
{
color: #3FDD9D;
}
.AnyTagClassName
{
color: #3FDD9D;
}
</style>
background-color css
<style>
a { background-color: #3FDD9D; }
a { background-color: rgb(63,221,157); }
div.DivClassName
{
background-color: #3FDD9D;
}
.BgClassName
{
background-color: #3FDD9D;
}
</style>
border-color css
<style>
span { border-color: #3FDD9D; }
span { border-color: rgb(63,221,157); }
td.TdClassName
{
border-color: #3FDD9D;
}
.TagClassName
{
border-color: #3FDD9D;
}
</style>