Shades of Shamrock #3FED95
Tints of Shamrock #3FED95
RGB
CMYK
RGB Variations
Color information
#3FED95 (or 0x3FED95) is known color: Shamrock. HEX triplet: 3F, ED and 95. RGB value is (63,237,149). Sum of RGB (Red+Green+Blue) = 63+237+149=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FED95 is #C0126A. Grayscale: #AFAFAF. Windows color (decimal): -12587627 or 9825599. OLE color: 9825599.
HSL color Cylindrical-coordinate representation of color #3FED95: hue angle of 149.66º 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 #3FED95 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 149 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.07 |
| HSL | 149.66º | 0.83% | 0.59% | - |
| HSV(B) | 149.66º | 0.73% | 0.93% | - |
| XYZ | 37.76 | 63.8 | 38.76 | - |
| YUV | 174.94 | 113.35 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 149 | 0.73 | 0 | 0.37 | 0.07 | 149.66 | 0.83 | 0.59 |
| Hex | 3F | ED | 95 | 49 | 0 | 25 | 7 | 96 | 53 | 3B |
| Octal | 77 | 355 | 225 | 111 | 0 | 45 | 7 | 226 | 123 | 73 |
| Binary | 111111 | 11101101 | 10010101 | 1001001 | 0 | 100101 | 111 | 10010110 | 1010011 | 111011 |
Color Harmonies of #3FED95
Complementary color
Monochromatic Colors of #3FED95
Black with #3FED95
Text Example
Text Example
White with #3FED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED95; }
p { color: rgb(63,237,149); }
H1.HeaderClassName
{
color: #3FED95;
}
.AnyTagClassName
{
color: #3FED95;
}
</style>
background-color css
<style>
a { background-color: #3FED95; }
a { background-color: rgb(63,237,149); }
div.DivClassName
{
background-color: #3FED95;
}
.BgClassName
{
background-color: #3FED95;
}
</style>
border-color css
<style>
span { border-color: #3FED95; }
span { border-color: rgb(63,237,149); }
td.TdClassName
{
border-color: #3FED95;
}
.TagClassName
{
border-color: #3FED95;
}
</style>