Shades of Shamrock #3FED8D
Tints of Shamrock #3FED8D
RGB
CMYK
RGB Variations
Color information
#3FED8D (or 0x3FED8D) is known color: Shamrock. HEX triplet: 3F, ED and 8D. RGB value is (63,237,141). Sum of RGB (Red+Green+Blue) = 63+237+141=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FED8D is #C01272. Grayscale: #AEAEAE. Windows color (decimal): -12587635 or 9301311. OLE color: 9301311.
HSL color Cylindrical-coordinate representation of color #3FED8D: hue angle of 146.9º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FED8D is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 141 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.07 |
| HSL | 146.9º | 0.83% | 0.59% | - |
| HSV(B) | 146.9º | 0.73% | 0.93% | - |
| XYZ | 37.14 | 63.55 | 35.51 | - |
| YUV | 174.03 | 109.35 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 141 | 0.73 | 0 | 0.41 | 0.07 | 146.9 | 0.83 | 0.59 |
| Hex | 3F | ED | 8D | 49 | 0 | 29 | 7 | 93 | 53 | 3B |
| Octal | 77 | 355 | 215 | 111 | 0 | 51 | 7 | 223 | 123 | 73 |
| Binary | 111111 | 11101101 | 10001101 | 1001001 | 0 | 101001 | 111 | 10010011 | 1010011 | 111011 |
Color Harmonies of #3FED8D
Complementary color
Monochromatic Colors of #3FED8D
Black with #3FED8D
Text Example
Text Example
White with #3FED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED8D; }
p { color: rgb(63,237,141); }
H1.HeaderClassName
{
color: #3FED8D;
}
.AnyTagClassName
{
color: #3FED8D;
}
</style>
background-color css
<style>
a { background-color: #3FED8D; }
a { background-color: rgb(63,237,141); }
div.DivClassName
{
background-color: #3FED8D;
}
.BgClassName
{
background-color: #3FED8D;
}
</style>
border-color css
<style>
span { border-color: #3FED8D; }
span { border-color: rgb(63,237,141); }
td.TdClassName
{
border-color: #3FED8D;
}
.TagClassName
{
border-color: #3FED8D;
}
</style>