Shades of Shamrock #3FF7A2
Tints of Shamrock #3FF7A2
RGB
CMYK
RGB Variations
Color information
#3FF7A2 (or 0x3FF7A2) is known color: Shamrock. HEX triplet: 3F, F7 and A2. RGB value is (63,247,162). Sum of RGB (Red+Green+Blue) = 63+247+162=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF7A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF7A2 is #C0085D. Grayscale: #B6B6B6. Windows color (decimal): -12585054 or 10680127. OLE color: 10680127.
HSL color Cylindrical-coordinate representation of color #3FF7A2: hue angle of 152.28º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF7A2 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 162 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.03 |
| HSL | 152.28º | 0.92% | 0.61% | - |
| HSV(B) | 152.28º | 0.74% | 0.97% | - |
| XYZ | 41.83 | 70.19 | 45.53 | - |
| YUV | 182.29 | 116.54 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 162 | 0.74 | 0 | 0.34 | 0.03 | 152.28 | 0.92 | 0.61 |
| Hex | 3F | F7 | A2 | 4A | 0 | 22 | 3 | 98 | 5C | 3D |
| Octal | 77 | 367 | 242 | 112 | 0 | 42 | 3 | 230 | 134 | 75 |
| Binary | 111111 | 11110111 | 10100010 | 1001010 | 0 | 100010 | 11 | 10011000 | 1011100 | 111101 |
Color Harmonies of #3FF7A2
Complementary color
Monochromatic Colors of #3FF7A2
Black with #3FF7A2
Text Example
Text Example
White with #3FF7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF7A2; }
p { color: rgb(63,247,162); }
H1.HeaderClassName
{
color: #3FF7A2;
}
.AnyTagClassName
{
color: #3FF7A2;
}
</style>
background-color css
<style>
a { background-color: #3FF7A2; }
a { background-color: rgb(63,247,162); }
div.DivClassName
{
background-color: #3FF7A2;
}
.BgClassName
{
background-color: #3FF7A2;
}
</style>
border-color css
<style>
span { border-color: #3FF7A2; }
span { border-color: rgb(63,247,162); }
td.TdClassName
{
border-color: #3FF7A2;
}
.TagClassName
{
border-color: #3FF7A2;
}
</style>