Shades of Shamrock #40FC9B
Tints of Shamrock #40FC9B
RGB
CMYK
RGB Variations
Color information
#40FC9B (or 0x40FC9B) is known color: Shamrock. HEX triplet: 40, FC and 9B. RGB value is (64,252,155). Sum of RGB (Red+Green+Blue) = 64+252+155=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FC9B is #BF0364. Grayscale: #B8B8B8. Windows color (decimal): -12518245 or 10222656. OLE color: 10222656.
HSL color Cylindrical-coordinate representation of color #40FC9B: hue angle of 149.04º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FC9B is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 155 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.01 |
| HSL | 149.04º | 0.97% | 0.62% | - |
| HSV(B) | 149.04º | 0.75% | 0.99% | - |
| XYZ | 42.84 | 73.08 | 42.86 | - |
| YUV | 184.73 | 111.22 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 155 | 0.75 | 0 | 0.38 | 0.01 | 149.04 | 0.97 | 0.62 |
| Hex | 40 | FC | 9B | 4B | 0 | 26 | 1 | 95 | 61 | 3E |
| Octal | 100 | 374 | 233 | 113 | 0 | 46 | 1 | 225 | 141 | 76 |
| Binary | 1000000 | 11111100 | 10011011 | 1001011 | 0 | 100110 | 1 | 10010101 | 1100001 | 111110 |
Color Harmonies of #40FC9B
Complementary color
Monochromatic Colors of #40FC9B
Black with #40FC9B
Text Example
Text Example
White with #40FC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FC9B; }
p { color: rgb(64,252,155); }
H1.HeaderClassName
{
color: #40FC9B;
}
.AnyTagClassName
{
color: #40FC9B;
}
</style>
background-color css
<style>
a { background-color: #40FC9B; }
a { background-color: rgb(64,252,155); }
div.DivClassName
{
background-color: #40FC9B;
}
.BgClassName
{
background-color: #40FC9B;
}
</style>
border-color css
<style>
span { border-color: #40FC9B; }
span { border-color: rgb(64,252,155); }
td.TdClassName
{
border-color: #40FC9B;
}
.TagClassName
{
border-color: #40FC9B;
}
</style>