Shades of Shamrock #46FBA7
Tints of Shamrock #46FBA7
RGB
CMYK
RGB Variations
Color information
#46FBA7 (or 0x46FBA7) is known color: Shamrock. HEX triplet: 46, FB and A7. RGB value is (70,251,167). Sum of RGB (Red+Green+Blue) = 70+251+167=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FBA7 is #B90458. Grayscale: #BBBBBB. Windows color (decimal): -12125273 or 11008838. OLE color: 11008838.
HSL color Cylindrical-coordinate representation of color #46FBA7: hue angle of 152.15º 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 #46FBA7 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 251 | 167 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.02 |
| HSL | 152.15º | 0.96% | 0.63% | - |
| HSV(B) | 152.15º | 0.72% | 0.98% | - |
| XYZ | 44 | 73.09 | 48.35 | - |
| YUV | 187.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 251 | 167 | 0.72 | 0 | 0.33 | 0.02 | 152.15 | 0.96 | 0.63 |
| Hex | 46 | FB | A7 | 48 | 0 | 21 | 2 | 98 | 60 | 3F |
| Octal | 106 | 373 | 247 | 110 | 0 | 41 | 2 | 230 | 140 | 77 |
| Binary | 1000110 | 11111011 | 10100111 | 1001000 | 0 | 100001 | 10 | 10011000 | 1100000 | 111111 |
Color Harmonies of #46FBA7
Complementary color
Monochromatic Colors of #46FBA7
Black with #46FBA7
Text Example
Text Example
White with #46FBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FBA7; }
p { color: rgb(70,251,167); }
H1.HeaderClassName
{
color: #46FBA7;
}
.AnyTagClassName
{
color: #46FBA7;
}
</style>
background-color css
<style>
a { background-color: #46FBA7; }
a { background-color: rgb(70,251,167); }
div.DivClassName
{
background-color: #46FBA7;
}
.BgClassName
{
background-color: #46FBA7;
}
</style>
border-color css
<style>
span { border-color: #46FBA7; }
span { border-color: rgb(70,251,167); }
td.TdClassName
{
border-color: #46FBA7;
}
.TagClassName
{
border-color: #46FBA7;
}
</style>