Shades of Shamrock #3FEDAC
Tints of Shamrock #3FEDAC
RGB
CMYK
RGB Variations
Color information
#3FEDAC (or 0x3FEDAC) is known color: Shamrock. HEX triplet: 3F, ED and AC. RGB value is (63,237,172). Sum of RGB (Red+Green+Blue) = 63+237+172=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEDAC is #C01253. Grayscale: #B1B1B1. Windows color (decimal): -12587604 or 11332927. OLE color: 11332927.
HSL color Cylindrical-coordinate representation of color #3FEDAC: hue angle of 157.59º 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 #3FEDAC is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 172 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.07 |
| HSL | 157.59º | 0.83% | 0.59% | - |
| HSV(B) | 157.59º | 0.73% | 0.93% | - |
| XYZ | 39.78 | 64.6 | 49.4 | - |
| YUV | 177.56 | 124.85 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 172 | 0.73 | 0 | 0.27 | 0.07 | 157.59 | 0.83 | 0.59 |
| Hex | 3F | ED | AC | 49 | 0 | 1B | 7 | 9E | 53 | 3B |
| Octal | 77 | 355 | 254 | 111 | 0 | 33 | 7 | 236 | 123 | 73 |
| Binary | 111111 | 11101101 | 10101100 | 1001001 | 0 | 11011 | 111 | 10011110 | 1010011 | 111011 |
Color Harmonies of #3FEDAC
Complementary color
Monochromatic Colors of #3FEDAC
Black with #3FEDAC
Text Example
Text Example
White with #3FEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDAC; }
p { color: rgb(63,237,172); }
H1.HeaderClassName
{
color: #3FEDAC;
}
.AnyTagClassName
{
color: #3FEDAC;
}
</style>
background-color css
<style>
a { background-color: #3FEDAC; }
a { background-color: rgb(63,237,172); }
div.DivClassName
{
background-color: #3FEDAC;
}
.BgClassName
{
background-color: #3FEDAC;
}
</style>
border-color css
<style>
span { border-color: #3FEDAC; }
span { border-color: rgb(63,237,172); }
td.TdClassName
{
border-color: #3FEDAC;
}
.TagClassName
{
border-color: #3FEDAC;
}
</style>