Shades of Shamrock #47FFA7
Tints of Shamrock #47FFA7
RGB
CMYK
RGB Variations
Color information
#47FFA7 (or 0x47FFA7) is known color: Shamrock. HEX triplet: 47, FF and A7. RGB value is (71,255,167). Sum of RGB (Red+Green+Blue) = 71+255+167=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FFA7 is #B80058. Grayscale: #BEBEBE. Windows color (decimal): -12058713 or 11009863. OLE color: 11009863.
HSL color Cylindrical-coordinate representation of color #47FFA7: hue angle of 151.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFA7 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 167 | - |
| CMYK | 0.72 | 0 | 0.35 | 0 |
| HSL | 151.3º | 1% | 0.64% | - |
| HSV(B) | 151.3º | 0.72% | 1% | - |
| XYZ | 45.33 | 75.65 | 48.77 | - |
| YUV | 189.95 | 115.04 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 167 | 0.72 | 0 | 0.35 | 0 | 151.3 | 1 | 0.64 |
| Hex | 47 | FF | A7 | 48 | 0 | 23 | 0 | 97 | 64 | 40 |
| Octal | 107 | 377 | 247 | 110 | 0 | 43 | 0 | 227 | 144 | 100 |
| Binary | 1000111 | 11111111 | 10100111 | 1001000 | 0 | 100011 | 0 | 10010111 | 1100100 | 1000000 |
Color Harmonies of #47FFA7
Complementary color
Monochromatic Colors of #47FFA7
Black with #47FFA7
Text Example
Text Example
White with #47FFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFA7; }
p { color: rgb(71,255,167); }
H1.HeaderClassName
{
color: #47FFA7;
}
.AnyTagClassName
{
color: #47FFA7;
}
</style>
background-color css
<style>
a { background-color: #47FFA7; }
a { background-color: rgb(71,255,167); }
div.DivClassName
{
background-color: #47FFA7;
}
.BgClassName
{
background-color: #47FFA7;
}
</style>
border-color css
<style>
span { border-color: #47FFA7; }
span { border-color: rgb(71,255,167); }
td.TdClassName
{
border-color: #47FFA7;
}
.TagClassName
{
border-color: #47FFA7;
}
</style>