Shades of Shamrock #3FDC8B
Tints of Shamrock #3FDC8B
RGB
CMYK
RGB Variations
Color information
#3FDC8B (or 0x3FDC8B) is known color: Shamrock. HEX triplet: 3F, DC and 8B. RGB value is (63,220,139). Sum of RGB (Red+Green+Blue) = 63+220+139=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDC8B is #C02374. Grayscale: #A3A3A3. Windows color (decimal): -12591989 or 9165887. OLE color: 9165887.
HSL color Cylindrical-coordinate representation of color #3FDC8B: hue angle of 149.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC8B is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 139 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.14 |
| HSL | 149.04º | 0.69% | 0.55% | - |
| HSV(B) | 149.04º | 0.71% | 0.86% | - |
| XYZ | 32.3 | 54.11 | 33.17 | - |
| YUV | 163.82 | 113.99 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 139 | 0.71 | 0 | 0.37 | 0.14 | 149.04 | 0.69 | 0.55 |
| Hex | 3F | DC | 8B | 47 | 0 | 25 | E | 95 | 45 | 37 |
| Octal | 77 | 334 | 213 | 107 | 0 | 45 | 16 | 225 | 105 | 67 |
| Binary | 111111 | 11011100 | 10001011 | 1000111 | 0 | 100101 | 1110 | 10010101 | 1000101 | 110111 |
Color Harmonies of #3FDC8B
Complementary color
Monochromatic Colors of #3FDC8B
Black with #3FDC8B
Text Example
Text Example
White with #3FDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC8B; }
p { color: rgb(63,220,139); }
H1.HeaderClassName
{
color: #3FDC8B;
}
.AnyTagClassName
{
color: #3FDC8B;
}
</style>
background-color css
<style>
a { background-color: #3FDC8B; }
a { background-color: rgb(63,220,139); }
div.DivClassName
{
background-color: #3FDC8B;
}
.BgClassName
{
background-color: #3FDC8B;
}
</style>
border-color css
<style>
span { border-color: #3FDC8B; }
span { border-color: rgb(63,220,139); }
td.TdClassName
{
border-color: #3FDC8B;
}
.TagClassName
{
border-color: #3FDC8B;
}
</style>