Shades of Shamrock #47FEA1
Tints of Shamrock #47FEA1
RGB
CMYK
RGB Variations
Color information
#47FEA1 (or 0x47FEA1) is known color: Shamrock. HEX triplet: 47, FE and A1. RGB value is (71,254,161). Sum of RGB (Red+Green+Blue) = 71+254+161=486 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.61% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FEA1 is #B8015E. Grayscale: #BCBCBC. Windows color (decimal): -12058975 or 10616391. OLE color: 10616391.
HSL color Cylindrical-coordinate representation of color #47FEA1: hue angle of 149.51º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FEA1 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 161 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.00 |
| HSL | 149.51º | 0.99% | 0.64% | - |
| HSV(B) | 149.51º | 0.72% | 1% | - |
| XYZ | 44.47 | 74.8 | 45.81 | - |
| YUV | 188.68 | 112.37 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 161 | 0.72 | 0 | 0.37 | 0.00 | 149.51 | 0.99 | 0.64 |
| Hex | 47 | FE | A1 | 48 | 0 | 25 | 0 | 96 | 63 | 40 |
| Octal | 107 | 376 | 241 | 110 | 0 | 45 | 0 | 226 | 143 | 100 |
| Binary | 1000111 | 11111110 | 10100001 | 1001000 | 0 | 100101 | 0 | 10010110 | 1100011 | 1000000 |
Color Harmonies of #47FEA1
Complementary color
Monochromatic Colors of #47FEA1
Black with #47FEA1
Text Example
Text Example
White with #47FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEA1; }
p { color: rgb(71,254,161); }
H1.HeaderClassName
{
color: #47FEA1;
}
.AnyTagClassName
{
color: #47FEA1;
}
</style>
background-color css
<style>
a { background-color: #47FEA1; }
a { background-color: rgb(71,254,161); }
div.DivClassName
{
background-color: #47FEA1;
}
.BgClassName
{
background-color: #47FEA1;
}
</style>
border-color css
<style>
span { border-color: #47FEA1; }
span { border-color: rgb(71,254,161); }
td.TdClassName
{
border-color: #47FEA1;
}
.TagClassName
{
border-color: #47FEA1;
}
</style>