Shades of Shamrock #3FDC93
Tints of Shamrock #3FDC93
RGB
CMYK
RGB Variations
Color information
#3FDC93 (or 0x3FDC93) is known color: Shamrock. HEX triplet: 3F, DC and 93. RGB value is (63,220,147). Sum of RGB (Red+Green+Blue) = 63+220+147=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDC93 is #C0236C. Grayscale: #A4A4A4. Windows color (decimal): -12591981 or 9690175. OLE color: 9690175.
HSL color Cylindrical-coordinate representation of color #3FDC93: hue angle of 152.1º 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 #3FDC93 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 147 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.14 |
| HSL | 152.1º | 0.69% | 0.55% | - |
| HSV(B) | 152.1º | 0.71% | 0.86% | - |
| XYZ | 32.91 | 54.35 | 36.36 | - |
| YUV | 164.74 | 117.99 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 147 | 0.71 | 0 | 0.33 | 0.14 | 152.1 | 0.69 | 0.55 |
| Hex | 3F | DC | 93 | 47 | 0 | 21 | E | 98 | 45 | 37 |
| Octal | 77 | 334 | 223 | 107 | 0 | 41 | 16 | 230 | 105 | 67 |
| Binary | 111111 | 11011100 | 10010011 | 1000111 | 0 | 100001 | 1110 | 10011000 | 1000101 | 110111 |
Color Harmonies of #3FDC93
Complementary color
Monochromatic Colors of #3FDC93
Black with #3FDC93
Text Example
Text Example
White with #3FDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC93; }
p { color: rgb(63,220,147); }
H1.HeaderClassName
{
color: #3FDC93;
}
.AnyTagClassName
{
color: #3FDC93;
}
</style>
background-color css
<style>
a { background-color: #3FDC93; }
a { background-color: rgb(63,220,147); }
div.DivClassName
{
background-color: #3FDC93;
}
.BgClassName
{
background-color: #3FDC93;
}
</style>
border-color css
<style>
span { border-color: #3FDC93; }
span { border-color: rgb(63,220,147); }
td.TdClassName
{
border-color: #3FDC93;
}
.TagClassName
{
border-color: #3FDC93;
}
</style>