Shades of Shamrock #3FEA8F
Tints of Shamrock #3FEA8F
RGB
CMYK
RGB Variations
Color information
#3FEA8F (or 0x3FEA8F) is known color: Shamrock. HEX triplet: 3F, EA and 8F. RGB value is (63,234,143). Sum of RGB (Red+Green+Blue) = 63+234+143=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEA8F is #C01570. Grayscale: #ACACAC. Windows color (decimal): -12588401 or 9431615. OLE color: 9431615.
HSL color Cylindrical-coordinate representation of color #3FEA8F: hue angle of 148.07º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEA8F is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 143 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.08 |
| HSL | 148.07º | 0.8% | 0.58% | - |
| HSV(B) | 148.07º | 0.73% | 0.92% | - |
| XYZ | 36.43 | 61.89 | 36.01 | - |
| YUV | 172.5 | 111.35 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 143 | 0.73 | 0 | 0.39 | 0.08 | 148.07 | 0.8 | 0.58 |
| Hex | 3F | EA | 8F | 49 | 0 | 27 | 8 | 94 | 50 | 3A |
| Octal | 77 | 352 | 217 | 111 | 0 | 47 | 10 | 224 | 120 | 72 |
| Binary | 111111 | 11101010 | 10001111 | 1001001 | 0 | 100111 | 1000 | 10010100 | 1010000 | 111010 |
Color Harmonies of #3FEA8F
Complementary color
Monochromatic Colors of #3FEA8F
Black with #3FEA8F
Text Example
Text Example
White with #3FEA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA8F; }
p { color: rgb(63,234,143); }
H1.HeaderClassName
{
color: #3FEA8F;
}
.AnyTagClassName
{
color: #3FEA8F;
}
</style>
background-color css
<style>
a { background-color: #3FEA8F; }
a { background-color: rgb(63,234,143); }
div.DivClassName
{
background-color: #3FEA8F;
}
.BgClassName
{
background-color: #3FEA8F;
}
</style>
border-color css
<style>
span { border-color: #3FEA8F; }
span { border-color: rgb(63,234,143); }
td.TdClassName
{
border-color: #3FEA8F;
}
.TagClassName
{
border-color: #3FEA8F;
}
</style>