Shades of Shamrock #3FECAD
Tints of Shamrock #3FECAD
RGB
CMYK
RGB Variations
Color information
#3FECAD (or 0x3FECAD) is known color: Shamrock. HEX triplet: 3F, EC and AD. RGB value is (63,236,173). Sum of RGB (Red+Green+Blue) = 63+236+173=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FECAD is #C01352. Grayscale: #B1B1B1. Windows color (decimal): -12587859 or 11398207. OLE color: 11398207.
HSL color Cylindrical-coordinate representation of color #3FECAD: hue angle of 158.15º degrees, saturation: 0.82, 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 #3FECAD is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 173 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.07 |
| HSL | 158.15º | 0.82% | 0.59% | - |
| HSV(B) | 158.15º | 0.73% | 0.93% | - |
| XYZ | 39.59 | 64.06 | 49.81 | - |
| YUV | 177.09 | 125.69 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 173 | 0.73 | 0 | 0.27 | 0.07 | 158.15 | 0.82 | 0.59 |
| Hex | 3F | EC | AD | 49 | 0 | 1B | 7 | 9E | 52 | 3B |
| Octal | 77 | 354 | 255 | 111 | 0 | 33 | 7 | 236 | 122 | 73 |
| Binary | 111111 | 11101100 | 10101101 | 1001001 | 0 | 11011 | 111 | 10011110 | 1010010 | 111011 |
Color Harmonies of #3FECAD
Complementary color
Monochromatic Colors of #3FECAD
Black with #3FECAD
Text Example
Text Example
White with #3FECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECAD; }
p { color: rgb(63,236,173); }
H1.HeaderClassName
{
color: #3FECAD;
}
.AnyTagClassName
{
color: #3FECAD;
}
</style>
background-color css
<style>
a { background-color: #3FECAD; }
a { background-color: rgb(63,236,173); }
div.DivClassName
{
background-color: #3FECAD;
}
.BgClassName
{
background-color: #3FECAD;
}
</style>
border-color css
<style>
span { border-color: #3FECAD; }
span { border-color: rgb(63,236,173); }
td.TdClassName
{
border-color: #3FECAD;
}
.TagClassName
{
border-color: #3FECAD;
}
</style>