Shades of Shamrock #47FB90
Tints of Shamrock #47FB90
RGB
CMYK
RGB Variations
Color information
#47FB90 (or 0x47FB90) is known color: Shamrock. HEX triplet: 47, FB and 90. RGB value is (71,251,144). Sum of RGB (Red+Green+Blue) = 71+251+144=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #47FB90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FB90 is #B8046F. Grayscale: #B9B9B9. Windows color (decimal): -12059760 or 9501511. OLE color: 9501511.
HSL color Cylindrical-coordinate representation of color #47FB90: hue angle of 144.33º 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 #47FB90 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 251 | 144 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.02 |
| HSL | 144.33º | 0.96% | 0.63% | - |
| HSV(B) | 144.33º | 0.72% | 0.98% | - |
| XYZ | 42.13 | 72.35 | 38.13 | - |
| YUV | 184.98 | 104.87 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 144 | 0.72 | 0 | 0.43 | 0.02 | 144.33 | 0.96 | 0.63 |
| Hex | 47 | FB | 90 | 48 | 0 | 2B | 2 | 90 | 60 | 3F |
| Octal | 107 | 373 | 220 | 110 | 0 | 53 | 2 | 220 | 140 | 77 |
| Binary | 1000111 | 11111011 | 10010000 | 1001000 | 0 | 101011 | 10 | 10010000 | 1100000 | 111111 |
Color Harmonies of #47FB90
Complementary color
Monochromatic Colors of #47FB90
Black with #47FB90
Text Example
Text Example
White with #47FB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FB90; }
p { color: rgb(71,251,144); }
H1.HeaderClassName
{
color: #47FB90;
}
.AnyTagClassName
{
color: #47FB90;
}
</style>
background-color css
<style>
a { background-color: #47FB90; }
a { background-color: rgb(71,251,144); }
div.DivClassName
{
background-color: #47FB90;
}
.BgClassName
{
background-color: #47FB90;
}
</style>
border-color css
<style>
span { border-color: #47FB90; }
span { border-color: rgb(71,251,144); }
td.TdClassName
{
border-color: #47FB90;
}
.TagClassName
{
border-color: #47FB90;
}
</style>