Shades of Shamrock #40FCAB
Tints of Shamrock #40FCAB
RGB
CMYK
RGB Variations
Color information
#40FCAB (or 0x40FCAB) is known color: Shamrock. HEX triplet: 40, FC and AB. RGB value is (64,252,171). Sum of RGB (Red+Green+Blue) = 64+252+171=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FCAB is #BF0354. Grayscale: #BABABA. Windows color (decimal): -12518229 or 11271232. OLE color: 11271232.
HSL color Cylindrical-coordinate representation of color #40FCAB: hue angle of 154.15º 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 #40FCAB is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 171 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.01 |
| HSL | 154.15º | 0.97% | 0.62% | - |
| HSV(B) | 154.15º | 0.75% | 0.99% | - |
| XYZ | 44.28 | 73.65 | 50.41 | - |
| YUV | 186.55 | 119.22 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 171 | 0.75 | 0 | 0.32 | 0.01 | 154.15 | 0.97 | 0.62 |
| Hex | 40 | FC | AB | 4B | 0 | 20 | 1 | 9A | 61 | 3E |
| Octal | 100 | 374 | 253 | 113 | 0 | 40 | 1 | 232 | 141 | 76 |
| Binary | 1000000 | 11111100 | 10101011 | 1001011 | 0 | 100000 | 1 | 10011010 | 1100001 | 111110 |
Color Harmonies of #40FCAB
Complementary color
Monochromatic Colors of #40FCAB
Black with #40FCAB
Text Example
Text Example
White with #40FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCAB; }
p { color: rgb(64,252,171); }
H1.HeaderClassName
{
color: #40FCAB;
}
.AnyTagClassName
{
color: #40FCAB;
}
</style>
background-color css
<style>
a { background-color: #40FCAB; }
a { background-color: rgb(64,252,171); }
div.DivClassName
{
background-color: #40FCAB;
}
.BgClassName
{
background-color: #40FCAB;
}
</style>
border-color css
<style>
span { border-color: #40FCAB; }
span { border-color: rgb(64,252,171); }
td.TdClassName
{
border-color: #40FCAB;
}
.TagClassName
{
border-color: #40FCAB;
}
</style>