Shades of Shamrock #3FDF9F
Tints of Shamrock #3FDF9F
RGB
CMYK
RGB Variations
Color information
#3FDF9F (or 0x3FDF9F) is known color: Shamrock. HEX triplet: 3F, DF and 9F. RGB value is (63,223,159). Sum of RGB (Red+Green+Blue) = 63+223+159=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDF9F is #C02060. Grayscale: #A7A7A7. Windows color (decimal): -12591201 or 10477375. OLE color: 10477375.
HSL color Cylindrical-coordinate representation of color #3FDF9F: hue angle of 156º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDF9F is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 159 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.13 |
| HSL | 156º | 0.71% | 0.56% | - |
| HSV(B) | 156º | 0.72% | 0.87% | - |
| XYZ | 34.7 | 56.34 | 41.85 | - |
| YUV | 167.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 159 | 0.72 | 0 | 0.29 | 0.13 | 156 | 0.71 | 0.56 |
| Hex | 3F | DF | 9F | 48 | 0 | 1D | D | 9C | 47 | 38 |
| Octal | 77 | 337 | 237 | 110 | 0 | 35 | 15 | 234 | 107 | 70 |
| Binary | 111111 | 11011111 | 10011111 | 1001000 | 0 | 11101 | 1101 | 10011100 | 1000111 | 111000 |
Color Harmonies of #3FDF9F
Complementary color
Monochromatic Colors of #3FDF9F
Black with #3FDF9F
Text Example
Text Example
White with #3FDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF9F; }
p { color: rgb(63,223,159); }
H1.HeaderClassName
{
color: #3FDF9F;
}
.AnyTagClassName
{
color: #3FDF9F;
}
</style>
background-color css
<style>
a { background-color: #3FDF9F; }
a { background-color: rgb(63,223,159); }
div.DivClassName
{
background-color: #3FDF9F;
}
.BgClassName
{
background-color: #3FDF9F;
}
</style>
border-color css
<style>
span { border-color: #3FDF9F; }
span { border-color: rgb(63,223,159); }
td.TdClassName
{
border-color: #3FDF9F;
}
.TagClassName
{
border-color: #3FDF9F;
}
</style>