Shades of Shamrock #47F9A8
Tints of Shamrock #47F9A8
RGB
CMYK
RGB Variations
Color information
#47F9A8 (or 0x47F9A8) is known color: Shamrock. HEX triplet: 47, F9 and A8. RGB value is (71,249,168). Sum of RGB (Red+Green+Blue) = 71+249+168=488 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.55% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #47F9A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F9A8 is #B80657. Grayscale: #BABABA. Windows color (decimal): -12060248 or 11073863. OLE color: 11073863.
HSL color Cylindrical-coordinate representation of color #47F9A8: hue angle of 152.7º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F9A8 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 249 | 168 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.02 |
| HSL | 152.7º | 0.94% | 0.63% | - |
| HSV(B) | 152.7º | 0.71% | 0.98% | - |
| XYZ | 43.54 | 71.92 | 48.63 | - |
| YUV | 186.54 | 117.53 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 249 | 168 | 0.71 | 0 | 0.33 | 0.02 | 152.7 | 0.94 | 0.63 |
| Hex | 47 | F9 | A8 | 47 | 0 | 21 | 2 | 99 | 5E | 3F |
| Octal | 107 | 371 | 250 | 107 | 0 | 41 | 2 | 231 | 136 | 77 |
| Binary | 1000111 | 11111001 | 10101000 | 1000111 | 0 | 100001 | 10 | 10011001 | 1011110 | 111111 |
Color Harmonies of #47F9A8
Complementary color
Monochromatic Colors of #47F9A8
Black with #47F9A8
Text Example
Text Example
White with #47F9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F9A8; }
p { color: rgb(71,249,168); }
H1.HeaderClassName
{
color: #47F9A8;
}
.AnyTagClassName
{
color: #47F9A8;
}
</style>
background-color css
<style>
a { background-color: #47F9A8; }
a { background-color: rgb(71,249,168); }
div.DivClassName
{
background-color: #47F9A8;
}
.BgClassName
{
background-color: #47F9A8;
}
</style>
border-color css
<style>
span { border-color: #47F9A8; }
span { border-color: rgb(71,249,168); }
td.TdClassName
{
border-color: #47F9A8;
}
.TagClassName
{
border-color: #47F9A8;
}
</style>