Shades of Shamrock #46FF8F
Tints of Shamrock #46FF8F
RGB
CMYK
RGB Variations
Color information
#46FF8F (or 0x46FF8F) is known color: Shamrock. HEX triplet: 46, FF and 8F. RGB value is (70,255,143). Sum of RGB (Red+Green+Blue) = 70+255+143=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FF8F is #B90070. Grayscale: #BBBBBB. Windows color (decimal): -12124273 or 9436998. OLE color: 9436998.
HSL color Cylindrical-coordinate representation of color #46FF8F: hue angle of 143.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FF8F is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 143 | - |
| CMYK | 0.73 | 0 | 0.44 | 0 |
| HSL | 143.68º | 1% | 0.64% | - |
| HSV(B) | 143.68º | 0.73% | 1% | - |
| XYZ | 43.24 | 74.81 | 38.15 | - |
| YUV | 186.92 | 103.21 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 143 | 0.73 | 0 | 0.44 | 0 | 143.68 | 1 | 0.64 |
| Hex | 46 | FF | 8F | 49 | 0 | 2C | 0 | 90 | 64 | 40 |
| Octal | 106 | 377 | 217 | 111 | 0 | 54 | 0 | 220 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10001111 | 1001001 | 0 | 101100 | 0 | 10010000 | 1100100 | 1000000 |
Color Harmonies of #46FF8F
Complementary color
Monochromatic Colors of #46FF8F
Black with #46FF8F
Text Example
Text Example
White with #46FF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF8F; }
p { color: rgb(70,255,143); }
H1.HeaderClassName
{
color: #46FF8F;
}
.AnyTagClassName
{
color: #46FF8F;
}
</style>
background-color css
<style>
a { background-color: #46FF8F; }
a { background-color: rgb(70,255,143); }
div.DivClassName
{
background-color: #46FF8F;
}
.BgClassName
{
background-color: #46FF8F;
}
</style>
border-color css
<style>
span { border-color: #46FF8F; }
span { border-color: rgb(70,255,143); }
td.TdClassName
{
border-color: #46FF8F;
}
.TagClassName
{
border-color: #46FF8F;
}
</style>