Shades of Shamrock #3FECAF
Tints of Shamrock #3FECAF
RGB
CMYK
RGB Variations
Color information
#3FECAF (or 0x3FECAF) is known color: Shamrock. HEX triplet: 3F, EC and AF. RGB value is (63,236,175). Sum of RGB (Red+Green+Blue) = 63+236+175=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FECAF is #C01350. Grayscale: #B1B1B1. Windows color (decimal): -12587857 or 11529279. OLE color: 11529279.
HSL color Cylindrical-coordinate representation of color #3FECAF: hue angle of 158.84º 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 #3FECAF is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 175 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.07 |
| HSL | 158.84º | 0.82% | 0.59% | - |
| HSV(B) | 158.84º | 0.73% | 0.93% | - |
| XYZ | 39.78 | 64.14 | 50.84 | - |
| YUV | 177.32 | 126.69 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 175 | 0.73 | 0 | 0.26 | 0.07 | 158.84 | 0.82 | 0.59 |
| Hex | 3F | EC | AF | 49 | 0 | 1A | 7 | 9F | 52 | 3B |
| Octal | 77 | 354 | 257 | 111 | 0 | 32 | 7 | 237 | 122 | 73 |
| Binary | 111111 | 11101100 | 10101111 | 1001001 | 0 | 11010 | 111 | 10011111 | 1010010 | 111011 |
Color Harmonies of #3FECAF
Complementary color
Monochromatic Colors of #3FECAF
Black with #3FECAF
Text Example
Text Example
White with #3FECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECAF; }
p { color: rgb(63,236,175); }
H1.HeaderClassName
{
color: #3FECAF;
}
.AnyTagClassName
{
color: #3FECAF;
}
</style>
background-color css
<style>
a { background-color: #3FECAF; }
a { background-color: rgb(63,236,175); }
div.DivClassName
{
background-color: #3FECAF;
}
.BgClassName
{
background-color: #3FECAF;
}
</style>
border-color css
<style>
span { border-color: #3FECAF; }
span { border-color: rgb(63,236,175); }
td.TdClassName
{
border-color: #3FECAF;
}
.TagClassName
{
border-color: #3FECAF;
}
</style>