Shades of Shamrock #3FC99F
Tints of Shamrock #3FC99F
RGB
CMYK
RGB Variations
Color information
#3FC99F (or 0x3FC99F) is known color: Shamrock. HEX triplet: 3F, C9 and 9F. RGB value is (63,201,159). Sum of RGB (Red+Green+Blue) = 63+201+159=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC99F is #C03660. Grayscale: #9A9A9A. Windows color (decimal): -12596833 or 10471743. OLE color: 10471743.
HSL color Cylindrical-coordinate representation of color #3FC99F: hue angle of 161.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC99F is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 201 | 159 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.21 |
| HSL | 161.74º | 0.56% | 0.52% | - |
| HSV(B) | 161.74º | 0.69% | 0.79% | - |
| XYZ | 29.19 | 45.33 | 40.01 | - |
| YUV | 154.95 | 130.28 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 201 | 159 | 0.69 | 0 | 0.21 | 0.21 | 161.74 | 0.56 | 0.52 |
| Hex | 3F | C9 | 9F | 45 | 0 | 15 | 15 | A2 | 38 | 34 |
| Octal | 77 | 311 | 237 | 105 | 0 | 25 | 25 | 242 | 70 | 64 |
| Binary | 111111 | 11001001 | 10011111 | 1000101 | 0 | 10101 | 10101 | 10100010 | 111000 | 110100 |
Color Harmonies of #3FC99F
Complementary color
Monochromatic Colors of #3FC99F
Black with #3FC99F
Text Example
Text Example
White with #3FC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC99F; }
p { color: rgb(63,201,159); }
H1.HeaderClassName
{
color: #3FC99F;
}
.AnyTagClassName
{
color: #3FC99F;
}
</style>
background-color css
<style>
a { background-color: #3FC99F; }
a { background-color: rgb(63,201,159); }
div.DivClassName
{
background-color: #3FC99F;
}
.BgClassName
{
background-color: #3FC99F;
}
</style>
border-color css
<style>
span { border-color: #3FC99F; }
span { border-color: rgb(63,201,159); }
td.TdClassName
{
border-color: #3FC99F;
}
.TagClassName
{
border-color: #3FC99F;
}
</style>