Shades of Shamrock #47FB9B
Tints of Shamrock #47FB9B
RGB
CMYK
RGB Variations
Color information
#47FB9B (or 0x47FB9B) is known color: Shamrock. HEX triplet: 47, FB and 9B. RGB value is (71,251,155). Sum of RGB (Red+Green+Blue) = 71+251+155=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #47FB9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FB9B is #B80464. Grayscale: #BABABA. Windows color (decimal): -12059749 or 10222407. OLE color: 10222407.
HSL color Cylindrical-coordinate representation of color #47FB9B: hue angle of 148º 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 #47FB9B is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 251 | 155 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.02 |
| HSL | 148º | 0.96% | 0.63% | - |
| HSV(B) | 148º | 0.72% | 0.98% | - |
| XYZ | 43.01 | 72.7 | 42.78 | - |
| YUV | 186.24 | 110.37 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 155 | 0.72 | 0 | 0.38 | 0.02 | 148 | 0.96 | 0.63 |
| Hex | 47 | FB | 9B | 48 | 0 | 26 | 2 | 94 | 60 | 3F |
| Octal | 107 | 373 | 233 | 110 | 0 | 46 | 2 | 224 | 140 | 77 |
| Binary | 1000111 | 11111011 | 10011011 | 1001000 | 0 | 100110 | 10 | 10010100 | 1100000 | 111111 |
Color Harmonies of #47FB9B
Complementary color
Monochromatic Colors of #47FB9B
Black with #47FB9B
Text Example
Text Example
White with #47FB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FB9B; }
p { color: rgb(71,251,155); }
H1.HeaderClassName
{
color: #47FB9B;
}
.AnyTagClassName
{
color: #47FB9B;
}
</style>
background-color css
<style>
a { background-color: #47FB9B; }
a { background-color: rgb(71,251,155); }
div.DivClassName
{
background-color: #47FB9B;
}
.BgClassName
{
background-color: #47FB9B;
}
</style>
border-color css
<style>
span { border-color: #47FB9B; }
span { border-color: rgb(71,251,155); }
td.TdClassName
{
border-color: #47FB9B;
}
.TagClassName
{
border-color: #47FB9B;
}
</style>