Shades of Shamrock #47BF90
Tints of Shamrock #47BF90
RGB
CMYK
RGB Variations
Color information
#47BF90 (or 0x47BF90) is known color: Shamrock. HEX triplet: 47, BF and 90. RGB value is (71,191,144). Sum of RGB (Red+Green+Blue) = 71+191+144=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BF90 is #B8406F. Grayscale: #959595. Windows color (decimal): -12075120 or 9486151. OLE color: 9486151.
HSL color Cylindrical-coordinate representation of color #47BF90: hue angle of 156.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BF90 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 191 | 144 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.25 |
| HSL | 156.5º | 0.48% | 0.51% | - |
| HSV(B) | 156.5º | 0.63% | 0.75% | - |
| XYZ | 26.26 | 40.61 | 32.84 | - |
| YUV | 149.76 | 124.74 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 144 | 0.63 | 0 | 0.25 | 0.25 | 156.5 | 0.48 | 0.51 |
| Hex | 47 | BF | 90 | 3F | 0 | 19 | 19 | 9C | 30 | 33 |
| Octal | 107 | 277 | 220 | 77 | 0 | 31 | 31 | 234 | 60 | 63 |
| Binary | 1000111 | 10111111 | 10010000 | 111111 | 0 | 11001 | 11001 | 10011100 | 110000 | 110011 |
Color Harmonies of #47BF90
Complementary color
Monochromatic Colors of #47BF90
Black with #47BF90
Text Example
Text Example
White with #47BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BF90; }
p { color: rgb(71,191,144); }
H1.HeaderClassName
{
color: #47BF90;
}
.AnyTagClassName
{
color: #47BF90;
}
</style>
background-color css
<style>
a { background-color: #47BF90; }
a { background-color: rgb(71,191,144); }
div.DivClassName
{
background-color: #47BF90;
}
.BgClassName
{
background-color: #47BF90;
}
</style>
border-color css
<style>
span { border-color: #47BF90; }
span { border-color: rgb(71,191,144); }
td.TdClassName
{
border-color: #47BF90;
}
.TagClassName
{
border-color: #47BF90;
}
</style>