Shades of Shamrock #3FCD91
Tints of Shamrock #3FCD91
RGB
CMYK
RGB Variations
Color information
#3FCD91 (or 0x3FCD91) is known color: Shamrock. HEX triplet: 3F, CD and 91. RGB value is (63,205,145). Sum of RGB (Red+Green+Blue) = 63+205+145=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCD91 is #C0326E. Grayscale: #9B9B9B. Windows color (decimal): -12595823 or 9555263. OLE color: 9555263.
HSL color Cylindrical-coordinate representation of color #3FCD91: hue angle of 154.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD91 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 145 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.20 |
| HSL | 154.65º | 0.59% | 0.53% | - |
| HSV(B) | 154.65º | 0.69% | 0.8% | - |
| XYZ | 28.99 | 46.76 | 34.29 | - |
| YUV | 155.7 | 121.96 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 145 | 0.69 | 0 | 0.29 | 0.20 | 154.65 | 0.59 | 0.53 |
| Hex | 3F | CD | 91 | 45 | 0 | 1D | 14 | 9B | 3B | 35 |
| Octal | 77 | 315 | 221 | 105 | 0 | 35 | 24 | 233 | 73 | 65 |
| Binary | 111111 | 11001101 | 10010001 | 1000101 | 0 | 11101 | 10100 | 10011011 | 111011 | 110101 |
Color Harmonies of #3FCD91
Complementary color
Monochromatic Colors of #3FCD91
Black with #3FCD91
Text Example
Text Example
White with #3FCD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD91; }
p { color: rgb(63,205,145); }
H1.HeaderClassName
{
color: #3FCD91;
}
.AnyTagClassName
{
color: #3FCD91;
}
</style>
background-color css
<style>
a { background-color: #3FCD91; }
a { background-color: rgb(63,205,145); }
div.DivClassName
{
background-color: #3FCD91;
}
.BgClassName
{
background-color: #3FCD91;
}
</style>
border-color css
<style>
span { border-color: #3FCD91; }
span { border-color: rgb(63,205,145); }
td.TdClassName
{
border-color: #3FCD91;
}
.TagClassName
{
border-color: #3FCD91;
}
</style>