Shades of Shamrock #40FF9F
Tints of Shamrock #40FF9F
RGB
CMYK
RGB Variations
Color information
#40FF9F (or 0x40FF9F) is known color: Shamrock. HEX triplet: 40, FF and 9F. RGB value is (64,255,159). Sum of RGB (Red+Green+Blue) = 64+255+159=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FF9F is #BF0060. Grayscale: #BBBBBB. Windows color (decimal): -12517473 or 10485568. OLE color: 10485568.
HSL color Cylindrical-coordinate representation of color #40FF9F: hue angle of 149.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FF9F is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 159 | - |
| CMYK | 0.75 | 0 | 0.38 | 0 |
| HSL | 149.84º | 1% | 0.63% | - |
| HSV(B) | 149.84º | 0.75% | 1% | - |
| XYZ | 44.13 | 75.11 | 44.97 | - |
| YUV | 186.95 | 112.22 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 159 | 0.75 | 0 | 0.38 | 0 | 149.84 | 1 | 0.63 |
| Hex | 40 | FF | 9F | 4B | 0 | 26 | 0 | 96 | 64 | 3F |
| Octal | 100 | 377 | 237 | 113 | 0 | 46 | 0 | 226 | 144 | 77 |
| Binary | 1000000 | 11111111 | 10011111 | 1001011 | 0 | 100110 | 0 | 10010110 | 1100100 | 111111 |
Color Harmonies of #40FF9F
Complementary color
Monochromatic Colors of #40FF9F
Black with #40FF9F
Text Example
Text Example
White with #40FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF9F; }
p { color: rgb(64,255,159); }
H1.HeaderClassName
{
color: #40FF9F;
}
.AnyTagClassName
{
color: #40FF9F;
}
</style>
background-color css
<style>
a { background-color: #40FF9F; }
a { background-color: rgb(64,255,159); }
div.DivClassName
{
background-color: #40FF9F;
}
.BgClassName
{
background-color: #40FF9F;
}
</style>
border-color css
<style>
span { border-color: #40FF9F; }
span { border-color: rgb(64,255,159); }
td.TdClassName
{
border-color: #40FF9F;
}
.TagClassName
{
border-color: #40FF9F;
}
</style>