Shades of Shamrock #3FDC8C
Tints of Shamrock #3FDC8C
RGB
CMYK
RGB Variations
Color information
#3FDC8C (or 0x3FDC8C) is known color: Shamrock. HEX triplet: 3F, DC and 8C. RGB value is (63,220,140). Sum of RGB (Red+Green+Blue) = 63+220+140=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDC8C is #C02373. Grayscale: #A4A4A4. Windows color (decimal): -12591988 or 9231423. OLE color: 9231423.
HSL color Cylindrical-coordinate representation of color #3FDC8C: hue angle of 149.43º 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 #3FDC8C is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 140 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.14 |
| HSL | 149.43º | 0.69% | 0.55% | - |
| HSV(B) | 149.43º | 0.71% | 0.86% | - |
| XYZ | 32.38 | 54.14 | 33.55 | - |
| YUV | 163.94 | 114.49 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 140 | 0.71 | 0 | 0.36 | 0.14 | 149.43 | 0.69 | 0.55 |
| Hex | 3F | DC | 8C | 47 | 0 | 24 | E | 95 | 45 | 37 |
| Octal | 77 | 334 | 214 | 107 | 0 | 44 | 16 | 225 | 105 | 67 |
| Binary | 111111 | 11011100 | 10001100 | 1000111 | 0 | 100100 | 1110 | 10010101 | 1000101 | 110111 |
Color Harmonies of #3FDC8C
Complementary color
Monochromatic Colors of #3FDC8C
Black with #3FDC8C
Text Example
Text Example
White with #3FDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC8C; }
p { color: rgb(63,220,140); }
H1.HeaderClassName
{
color: #3FDC8C;
}
.AnyTagClassName
{
color: #3FDC8C;
}
</style>
background-color css
<style>
a { background-color: #3FDC8C; }
a { background-color: rgb(63,220,140); }
div.DivClassName
{
background-color: #3FDC8C;
}
.BgClassName
{
background-color: #3FDC8C;
}
</style>
border-color css
<style>
span { border-color: #3FDC8C; }
span { border-color: rgb(63,220,140); }
td.TdClassName
{
border-color: #3FDC8C;
}
.TagClassName
{
border-color: #3FDC8C;
}
</style>