Shades of Shamrock #47F69B
Tints of Shamrock #47F69B
RGB
CMYK
RGB Variations
Color information
#47F69B (or 0x47F69B) is known color: Shamrock. HEX triplet: 47, F6 and 9B. RGB value is (71,246,155). Sum of RGB (Red+Green+Blue) = 71+246+155=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #47F69B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F69B is #B80964. Grayscale: #B7B7B7. Windows color (decimal): -12061029 or 10221127. OLE color: 10221127.
HSL color Cylindrical-coordinate representation of color #47F69B: hue angle of 148.8º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F69B is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 246 | 155 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.04 |
| HSL | 148.8º | 0.91% | 0.62% | - |
| HSV(B) | 148.8º | 0.71% | 0.96% | - |
| XYZ | 41.47 | 69.62 | 42.26 | - |
| YUV | 183.3 | 112.02 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 246 | 155 | 0.71 | 0 | 0.37 | 0.04 | 148.8 | 0.91 | 0.62 |
| Hex | 47 | F6 | 9B | 47 | 0 | 25 | 4 | 95 | 5B | 3E |
| Octal | 107 | 366 | 233 | 107 | 0 | 45 | 4 | 225 | 133 | 76 |
| Binary | 1000111 | 11110110 | 10011011 | 1000111 | 0 | 100101 | 100 | 10010101 | 1011011 | 111110 |
Color Harmonies of #47F69B
Complementary color
Monochromatic Colors of #47F69B
Black with #47F69B
Text Example
Text Example
White with #47F69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F69B; }
p { color: rgb(71,246,155); }
H1.HeaderClassName
{
color: #47F69B;
}
.AnyTagClassName
{
color: #47F69B;
}
</style>
background-color css
<style>
a { background-color: #47F69B; }
a { background-color: rgb(71,246,155); }
div.DivClassName
{
background-color: #47F69B;
}
.BgClassName
{
background-color: #47F69B;
}
</style>
border-color css
<style>
span { border-color: #47F69B; }
span { border-color: rgb(71,246,155); }
td.TdClassName
{
border-color: #47F69B;
}
.TagClassName
{
border-color: #47F69B;
}
</style>