Shades of Shamrock #3FFFA7
Tints of Shamrock #3FFFA7
RGB
CMYK
RGB Variations
Color information
#3FFFA7 (or 0x3FFFA7) is known color: Shamrock. HEX triplet: 3F, FF and A7. RGB value is (63,255,167). Sum of RGB (Red+Green+Blue) = 63+255+167=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFFA7 is #C00058. Grayscale: #BBBBBB. Windows color (decimal): -12583001 or 11009855. OLE color: 11009855.
HSL color Cylindrical-coordinate representation of color #3FFFA7: hue angle of 152.5º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFA7 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 167 | - |
| CMYK | 0.75 | 0 | 0.35 | 0 |
| HSL | 152.5º | 1% | 0.62% | - |
| HSV(B) | 152.5º | 0.75% | 1% | - |
| XYZ | 44.78 | 75.37 | 48.75 | - |
| YUV | 187.56 | 116.39 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 167 | 0.75 | 0 | 0.35 | 0 | 152.5 | 1 | 0.62 |
| Hex | 3F | FF | A7 | 4B | 0 | 23 | 0 | 98 | 64 | 3E |
| Octal | 77 | 377 | 247 | 113 | 0 | 43 | 0 | 230 | 144 | 76 |
| Binary | 111111 | 11111111 | 10100111 | 1001011 | 0 | 100011 | 0 | 10011000 | 1100100 | 111110 |
Color Harmonies of #3FFFA7
Complementary color
Monochromatic Colors of #3FFFA7
Black with #3FFFA7
Text Example
Text Example
White with #3FFFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFA7; }
p { color: rgb(63,255,167); }
H1.HeaderClassName
{
color: #3FFFA7;
}
.AnyTagClassName
{
color: #3FFFA7;
}
</style>
background-color css
<style>
a { background-color: #3FFFA7; }
a { background-color: rgb(63,255,167); }
div.DivClassName
{
background-color: #3FFFA7;
}
.BgClassName
{
background-color: #3FFFA7;
}
</style>
border-color css
<style>
span { border-color: #3FFFA7; }
span { border-color: rgb(63,255,167); }
td.TdClassName
{
border-color: #3FFFA7;
}
.TagClassName
{
border-color: #3FFFA7;
}
</style>