Shades of Shamrock #3FEDAF
Tints of Shamrock #3FEDAF
RGB
CMYK
RGB Variations
Color information
#3FEDAF (or 0x3FEDAF) is known color: Shamrock. HEX triplet: 3F, ED and AF. RGB value is (63,237,175). Sum of RGB (Red+Green+Blue) = 63+237+175=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEDAF is #C01250. Grayscale: #B1B1B1. Windows color (decimal): -12587601 or 11529535. OLE color: 11529535.
HSL color Cylindrical-coordinate representation of color #3FEDAF: hue angle of 158.62º 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 #3FEDAF is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 175 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.07 |
| HSL | 158.62º | 0.83% | 0.59% | - |
| HSV(B) | 158.62º | 0.73% | 0.93% | - |
| XYZ | 40.07 | 64.72 | 50.94 | - |
| YUV | 177.91 | 126.35 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 175 | 0.73 | 0 | 0.26 | 0.07 | 158.62 | 0.83 | 0.59 |
| Hex | 3F | ED | AF | 49 | 0 | 1A | 7 | 9F | 53 | 3B |
| Octal | 77 | 355 | 257 | 111 | 0 | 32 | 7 | 237 | 123 | 73 |
| Binary | 111111 | 11101101 | 10101111 | 1001001 | 0 | 11010 | 111 | 10011111 | 1010011 | 111011 |
Color Harmonies of #3FEDAF
Complementary color
Monochromatic Colors of #3FEDAF
Black with #3FEDAF
Text Example
Text Example
White with #3FEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDAF; }
p { color: rgb(63,237,175); }
H1.HeaderClassName
{
color: #3FEDAF;
}
.AnyTagClassName
{
color: #3FEDAF;
}
</style>
background-color css
<style>
a { background-color: #3FEDAF; }
a { background-color: rgb(63,237,175); }
div.DivClassName
{
background-color: #3FEDAF;
}
.BgClassName
{
background-color: #3FEDAF;
}
</style>
border-color css
<style>
span { border-color: #3FEDAF; }
span { border-color: rgb(63,237,175); }
td.TdClassName
{
border-color: #3FEDAF;
}
.TagClassName
{
border-color: #3FEDAF;
}
</style>