Shades of Shamrock #3FDD93
Tints of Shamrock #3FDD93
RGB
CMYK
RGB Variations
Color information
#3FDD93 (or 0x3FDD93) is known color: Shamrock. HEX triplet: 3F, DD and 93. RGB value is (63,221,147). Sum of RGB (Red+Green+Blue) = 63+221+147=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDD93 is #C0226C. Grayscale: #A5A5A5. Windows color (decimal): -12591725 or 9690431. OLE color: 9690431.
HSL color Cylindrical-coordinate representation of color #3FDD93: hue angle of 151.9º 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 #3FDD93 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 147 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.13 |
| HSL | 151.9º | 0.7% | 0.56% | - |
| HSV(B) | 151.9º | 0.71% | 0.87% | - |
| XYZ | 33.17 | 54.88 | 36.45 | - |
| YUV | 165.32 | 117.65 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 147 | 0.71 | 0 | 0.33 | 0.13 | 151.9 | 0.7 | 0.56 |
| Hex | 3F | DD | 93 | 47 | 0 | 21 | D | 98 | 46 | 38 |
| Octal | 77 | 335 | 223 | 107 | 0 | 41 | 15 | 230 | 106 | 70 |
| Binary | 111111 | 11011101 | 10010011 | 1000111 | 0 | 100001 | 1101 | 10011000 | 1000110 | 111000 |
Color Harmonies of #3FDD93
Complementary color
Monochromatic Colors of #3FDD93
Black with #3FDD93
Text Example
Text Example
White with #3FDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD93; }
p { color: rgb(63,221,147); }
H1.HeaderClassName
{
color: #3FDD93;
}
.AnyTagClassName
{
color: #3FDD93;
}
</style>
background-color css
<style>
a { background-color: #3FDD93; }
a { background-color: rgb(63,221,147); }
div.DivClassName
{
background-color: #3FDD93;
}
.BgClassName
{
background-color: #3FDD93;
}
</style>
border-color css
<style>
span { border-color: #3FDD93; }
span { border-color: rgb(63,221,147); }
td.TdClassName
{
border-color: #3FDD93;
}
.TagClassName
{
border-color: #3FDD93;
}
</style>