Shades of Shamrock #47FAAA
Tints of Shamrock #47FAAA
RGB
CMYK
RGB Variations
Color information
#47FAAA (or 0x47FAAA) is known color: Shamrock. HEX triplet: 47, FA and AA. RGB value is (71,250,170). Sum of RGB (Red+Green+Blue) = 71+250+170=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FAAA is #B80555. Grayscale: #BBBBBB. Windows color (decimal): -12059990 or 11205191. OLE color: 11205191.
HSL color Cylindrical-coordinate representation of color #47FAAA: hue angle of 153.18º 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 #47FAAA is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 170 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.02 |
| HSL | 153.18º | 0.95% | 0.63% | - |
| HSV(B) | 153.18º | 0.72% | 0.98% | - |
| XYZ | 44.04 | 72.61 | 49.72 | - |
| YUV | 187.36 | 118.2 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 170 | 0.72 | 0 | 0.32 | 0.02 | 153.18 | 0.95 | 0.63 |
| Hex | 47 | FA | AA | 48 | 0 | 20 | 2 | 99 | 5F | 3F |
| Octal | 107 | 372 | 252 | 110 | 0 | 40 | 2 | 231 | 137 | 77 |
| Binary | 1000111 | 11111010 | 10101010 | 1001000 | 0 | 100000 | 10 | 10011001 | 1011111 | 111111 |
Color Harmonies of #47FAAA
Complementary color
Monochromatic Colors of #47FAAA
Black with #47FAAA
Text Example
Text Example
White with #47FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FAAA; }
p { color: rgb(71,250,170); }
H1.HeaderClassName
{
color: #47FAAA;
}
.AnyTagClassName
{
color: #47FAAA;
}
</style>
background-color css
<style>
a { background-color: #47FAAA; }
a { background-color: rgb(71,250,170); }
div.DivClassName
{
background-color: #47FAAA;
}
.BgClassName
{
background-color: #47FAAA;
}
</style>
border-color css
<style>
span { border-color: #47FAAA; }
span { border-color: rgb(71,250,170); }
td.TdClassName
{
border-color: #47FAAA;
}
.TagClassName
{
border-color: #47FAAA;
}
</style>