Shades of Shamrock #47FA90
Tints of Shamrock #47FA90
RGB
CMYK
RGB Variations
Color information
#47FA90 (or 0x47FA90) is known color: Shamrock. HEX triplet: 47, FA and 90. RGB value is (71,250,144). Sum of RGB (Red+Green+Blue) = 71+250+144=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FA90 is #B8056F. Grayscale: #B8B8B8. Windows color (decimal): -12060016 or 9501255. OLE color: 9501255.
HSL color Cylindrical-coordinate representation of color #47FA90: hue angle of 144.47º degrees, saturation: 0.95, 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 #47FA90 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 144 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.02 |
| HSL | 144.47º | 0.95% | 0.63% | - |
| HSV(B) | 144.47º | 0.72% | 0.98% | - |
| XYZ | 41.82 | 71.72 | 38.03 | - |
| YUV | 184.4 | 105.2 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 144 | 0.72 | 0 | 0.42 | 0.02 | 144.47 | 0.95 | 0.63 |
| Hex | 47 | FA | 90 | 48 | 0 | 2A | 2 | 90 | 5F | 3F |
| Octal | 107 | 372 | 220 | 110 | 0 | 52 | 2 | 220 | 137 | 77 |
| Binary | 1000111 | 11111010 | 10010000 | 1001000 | 0 | 101010 | 10 | 10010000 | 1011111 | 111111 |
Color Harmonies of #47FA90
Complementary color
Monochromatic Colors of #47FA90
Black with #47FA90
Text Example
Text Example
White with #47FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FA90; }
p { color: rgb(71,250,144); }
H1.HeaderClassName
{
color: #47FA90;
}
.AnyTagClassName
{
color: #47FA90;
}
</style>
background-color css
<style>
a { background-color: #47FA90; }
a { background-color: rgb(71,250,144); }
div.DivClassName
{
background-color: #47FA90;
}
.BgClassName
{
background-color: #47FA90;
}
</style>
border-color css
<style>
span { border-color: #47FA90; }
span { border-color: rgb(71,250,144); }
td.TdClassName
{
border-color: #47FA90;
}
.TagClassName
{
border-color: #47FA90;
}
</style>