Shades of Shamrock #47FB8F
Tints of Shamrock #47FB8F
RGB
CMYK
RGB Variations
Color information
#47FB8F (or 0x47FB8F) is known color: Shamrock. HEX triplet: 47, FB and 8F. RGB value is (71,251,143). Sum of RGB (Red+Green+Blue) = 71+251+143=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #47FB8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FB8F is #B80470. Grayscale: #B9B9B9. Windows color (decimal): -12059761 or 9435975. OLE color: 9435975.
HSL color Cylindrical-coordinate representation of color #47FB8F: hue angle of 144º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FB8F is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 251 | 143 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.02 |
| HSL | 144º | 0.96% | 0.63% | - |
| HSV(B) | 144º | 0.72% | 0.98% | - |
| XYZ | 42.05 | 72.32 | 37.73 | - |
| YUV | 184.87 | 104.37 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 143 | 0.72 | 0 | 0.43 | 0.02 | 144 | 0.96 | 0.63 |
| Hex | 47 | FB | 8F | 48 | 0 | 2B | 2 | 90 | 60 | 3F |
| Octal | 107 | 373 | 217 | 110 | 0 | 53 | 2 | 220 | 140 | 77 |
| Binary | 1000111 | 11111011 | 10001111 | 1001000 | 0 | 101011 | 10 | 10010000 | 1100000 | 111111 |
Color Harmonies of #47FB8F
Complementary color
Monochromatic Colors of #47FB8F
Black with #47FB8F
Text Example
Text Example
White with #47FB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FB8F; }
p { color: rgb(71,251,143); }
H1.HeaderClassName
{
color: #47FB8F;
}
.AnyTagClassName
{
color: #47FB8F;
}
</style>
background-color css
<style>
a { background-color: #47FB8F; }
a { background-color: rgb(71,251,143); }
div.DivClassName
{
background-color: #47FB8F;
}
.BgClassName
{
background-color: #47FB8F;
}
</style>
border-color css
<style>
span { border-color: #47FB8F; }
span { border-color: rgb(71,251,143); }
td.TdClassName
{
border-color: #47FB8F;
}
.TagClassName
{
border-color: #47FB8F;
}
</style>