Shades of Shamrock #3FEE9E
Tints of Shamrock #3FEE9E
RGB
CMYK
RGB Variations
Color information
#3FEE9E (or 0x3FEE9E) is known color: Shamrock. HEX triplet: 3F, EE and 9E. RGB value is (63,238,158). Sum of RGB (Red+Green+Blue) = 63+238+158=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEE9E is #C01161. Grayscale: #B0B0B0. Windows color (decimal): -12587362 or 10415679. OLE color: 10415679.
HSL color Cylindrical-coordinate representation of color #3FEE9E: hue angle of 152.57º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEE9E is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 158 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.07 |
| HSL | 152.57º | 0.84% | 0.59% | - |
| HSV(B) | 152.57º | 0.74% | 0.93% | - |
| XYZ | 38.8 | 64.67 | 42.79 | - |
| YUV | 176.56 | 117.52 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 158 | 0.74 | 0 | 0.34 | 0.07 | 152.57 | 0.84 | 0.59 |
| Hex | 3F | EE | 9E | 4A | 0 | 22 | 7 | 99 | 54 | 3B |
| Octal | 77 | 356 | 236 | 112 | 0 | 42 | 7 | 231 | 124 | 73 |
| Binary | 111111 | 11101110 | 10011110 | 1001010 | 0 | 100010 | 111 | 10011001 | 1010100 | 111011 |
Color Harmonies of #3FEE9E
Complementary color
Monochromatic Colors of #3FEE9E
Black with #3FEE9E
Text Example
Text Example
White with #3FEE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE9E; }
p { color: rgb(63,238,158); }
H1.HeaderClassName
{
color: #3FEE9E;
}
.AnyTagClassName
{
color: #3FEE9E;
}
</style>
background-color css
<style>
a { background-color: #3FEE9E; }
a { background-color: rgb(63,238,158); }
div.DivClassName
{
background-color: #3FEE9E;
}
.BgClassName
{
background-color: #3FEE9E;
}
</style>
border-color css
<style>
span { border-color: #3FEE9E; }
span { border-color: rgb(63,238,158); }
td.TdClassName
{
border-color: #3FEE9E;
}
.TagClassName
{
border-color: #3FEE9E;
}
</style>