Shades of Shamrock #3FDD8E
Tints of Shamrock #3FDD8E
RGB
CMYK
RGB Variations
Color information
#3FDD8E (or 0x3FDD8E) is known color: Shamrock. HEX triplet: 3F, DD and 8E. RGB value is (63,221,142). Sum of RGB (Red+Green+Blue) = 63+221+142=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDD8E is #C02271. Grayscale: #A4A4A4. Windows color (decimal): -12591730 or 9362751. OLE color: 9362751.
HSL color Cylindrical-coordinate representation of color #3FDD8E: hue angle of 150º 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 #3FDD8E is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 142 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.13 |
| HSL | 150º | 0.7% | 0.56% | - |
| HSV(B) | 150º | 0.71% | 0.87% | - |
| XYZ | 32.79 | 54.72 | 34.43 | - |
| YUV | 164.75 | 115.15 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 142 | 0.71 | 0 | 0.36 | 0.13 | 150 | 0.7 | 0.56 |
| Hex | 3F | DD | 8E | 47 | 0 | 24 | D | 96 | 46 | 38 |
| Octal | 77 | 335 | 216 | 107 | 0 | 44 | 15 | 226 | 106 | 70 |
| Binary | 111111 | 11011101 | 10001110 | 1000111 | 0 | 100100 | 1101 | 10010110 | 1000110 | 111000 |
Color Harmonies of #3FDD8E
Complementary color
Monochromatic Colors of #3FDD8E
Black with #3FDD8E
Text Example
Text Example
White with #3FDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD8E; }
p { color: rgb(63,221,142); }
H1.HeaderClassName
{
color: #3FDD8E;
}
.AnyTagClassName
{
color: #3FDD8E;
}
</style>
background-color css
<style>
a { background-color: #3FDD8E; }
a { background-color: rgb(63,221,142); }
div.DivClassName
{
background-color: #3FDD8E;
}
.BgClassName
{
background-color: #3FDD8E;
}
</style>
border-color css
<style>
span { border-color: #3FDD8E; }
span { border-color: rgb(63,221,142); }
td.TdClassName
{
border-color: #3FDD8E;
}
.TagClassName
{
border-color: #3FDD8E;
}
</style>