Shades of Shamrock #3FDD9E
Tints of Shamrock #3FDD9E
RGB
CMYK
RGB Variations
Color information
#3FDD9E (or 0x3FDD9E) is known color: Shamrock. HEX triplet: 3F, DD and 9E. RGB value is (63,221,158). Sum of RGB (Red+Green+Blue) = 63+221+158=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDD9E is #C02261. Grayscale: #A6A6A6. Windows color (decimal): -12591714 or 10411327. OLE color: 10411327.
HSL color Cylindrical-coordinate representation of color #3FDD9E: hue angle of 156.08º 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 #3FDD9E is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 158 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.13 |
| HSL | 156.08º | 0.7% | 0.56% | - |
| HSV(B) | 156.08º | 0.71% | 0.87% | - |
| XYZ | 34.08 | 55.24 | 41.21 | - |
| YUV | 166.58 | 123.15 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 158 | 0.71 | 0 | 0.29 | 0.13 | 156.08 | 0.7 | 0.56 |
| Hex | 3F | DD | 9E | 47 | 0 | 1D | D | 9C | 46 | 38 |
| Octal | 77 | 335 | 236 | 107 | 0 | 35 | 15 | 234 | 106 | 70 |
| Binary | 111111 | 11011101 | 10011110 | 1000111 | 0 | 11101 | 1101 | 10011100 | 1000110 | 111000 |
Color Harmonies of #3FDD9E
Complementary color
Monochromatic Colors of #3FDD9E
Black with #3FDD9E
Text Example
Text Example
White with #3FDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD9E; }
p { color: rgb(63,221,158); }
H1.HeaderClassName
{
color: #3FDD9E;
}
.AnyTagClassName
{
color: #3FDD9E;
}
</style>
background-color css
<style>
a { background-color: #3FDD9E; }
a { background-color: rgb(63,221,158); }
div.DivClassName
{
background-color: #3FDD9E;
}
.BgClassName
{
background-color: #3FDD9E;
}
</style>
border-color css
<style>
span { border-color: #3FDD9E; }
span { border-color: rgb(63,221,158); }
td.TdClassName
{
border-color: #3FDD9E;
}
.TagClassName
{
border-color: #3FDD9E;
}
</style>