Shades of Shamrock #40FA9F
Tints of Shamrock #40FA9F
RGB
CMYK
RGB Variations
Color information
#40FA9F (or 0x40FA9F) is known color: Shamrock. HEX triplet: 40, FA and 9F. RGB value is (64,250,159). Sum of RGB (Red+Green+Blue) = 64+250+159=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FA9F is #BF0560. Grayscale: #B8B8B8. Windows color (decimal): -12518753 or 10484288. OLE color: 10484288.
HSL color Cylindrical-coordinate representation of color #40FA9F: hue angle of 150.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FA9F is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 159 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.02 |
| HSL | 150.65º | 0.95% | 0.62% | - |
| HSV(B) | 150.65º | 0.74% | 0.98% | - |
| XYZ | 42.56 | 71.96 | 44.45 | - |
| YUV | 184.01 | 113.88 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 159 | 0.74 | 0 | 0.36 | 0.02 | 150.65 | 0.95 | 0.62 |
| Hex | 40 | FA | 9F | 4A | 0 | 24 | 2 | 97 | 5F | 3E |
| Octal | 100 | 372 | 237 | 112 | 0 | 44 | 2 | 227 | 137 | 76 |
| Binary | 1000000 | 11111010 | 10011111 | 1001010 | 0 | 100100 | 10 | 10010111 | 1011111 | 111110 |
Color Harmonies of #40FA9F
Complementary color
Monochromatic Colors of #40FA9F
Black with #40FA9F
Text Example
Text Example
White with #40FA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FA9F; }
p { color: rgb(64,250,159); }
H1.HeaderClassName
{
color: #40FA9F;
}
.AnyTagClassName
{
color: #40FA9F;
}
</style>
background-color css
<style>
a { background-color: #40FA9F; }
a { background-color: rgb(64,250,159); }
div.DivClassName
{
background-color: #40FA9F;
}
.BgClassName
{
background-color: #40FA9F;
}
</style>
border-color css
<style>
span { border-color: #40FA9F; }
span { border-color: rgb(64,250,159); }
td.TdClassName
{
border-color: #40FA9F;
}
.TagClassName
{
border-color: #40FA9F;
}
</style>