Shades of Shamrock #40FDAB
Tints of Shamrock #40FDAB
RGB
CMYK
RGB Variations
Color information
#40FDAB (or 0x40FDAB) is known color: Shamrock. HEX triplet: 40, FD and AB. RGB value is (64,253,171). Sum of RGB (Red+Green+Blue) = 64+253+171=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FDAB is #BF0254. Grayscale: #BBBBBB. Windows color (decimal): -12517973 or 11271488. OLE color: 11271488.
HSL color Cylindrical-coordinate representation of color #40FDAB: hue angle of 153.97º degrees, saturation: 0.98, 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 #40FDAB is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 171 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.01 |
| HSL | 153.97º | 0.98% | 0.62% | - |
| HSV(B) | 153.97º | 0.75% | 0.99% | - |
| XYZ | 44.59 | 74.28 | 50.52 | - |
| YUV | 187.14 | 118.88 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 171 | 0.75 | 0 | 0.32 | 0.01 | 153.97 | 0.98 | 0.62 |
| Hex | 40 | FD | AB | 4B | 0 | 20 | 1 | 9A | 62 | 3E |
| Octal | 100 | 375 | 253 | 113 | 0 | 40 | 1 | 232 | 142 | 76 |
| Binary | 1000000 | 11111101 | 10101011 | 1001011 | 0 | 100000 | 1 | 10011010 | 1100010 | 111110 |
Color Harmonies of #40FDAB
Complementary color
Monochromatic Colors of #40FDAB
Black with #40FDAB
Text Example
Text Example
White with #40FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDAB; }
p { color: rgb(64,253,171); }
H1.HeaderClassName
{
color: #40FDAB;
}
.AnyTagClassName
{
color: #40FDAB;
}
</style>
background-color css
<style>
a { background-color: #40FDAB; }
a { background-color: rgb(64,253,171); }
div.DivClassName
{
background-color: #40FDAB;
}
.BgClassName
{
background-color: #40FDAB;
}
</style>
border-color css
<style>
span { border-color: #40FDAB; }
span { border-color: rgb(64,253,171); }
td.TdClassName
{
border-color: #40FDAB;
}
.TagClassName
{
border-color: #40FDAB;
}
</style>