Shades of Shamrock #40F1AD
Tints of Shamrock #40F1AD
RGB
CMYK
RGB Variations
Color information
#40F1AD (or 0x40F1AD) is known color: Shamrock. HEX triplet: 40, F1 and AD. RGB value is (64,241,173). Sum of RGB (Red+Green+Blue) = 64+241+173=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F1AD is #BF0E52. Grayscale: #B4B4B4. Windows color (decimal): -12521043 or 11399488. OLE color: 11399488.
HSL color Cylindrical-coordinate representation of color #40F1AD: hue angle of 156.95º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F1AD is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 173 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.05 |
| HSL | 156.95º | 0.86% | 0.6% | - |
| HSV(B) | 156.95º | 0.73% | 0.95% | - |
| XYZ | 41.11 | 67.02 | 50.3 | - |
| YUV | 180.33 | 123.86 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 173 | 0.73 | 0 | 0.28 | 0.05 | 156.95 | 0.86 | 0.6 |
| Hex | 40 | F1 | AD | 49 | 0 | 1C | 5 | 9D | 56 | 3C |
| Octal | 100 | 361 | 255 | 111 | 0 | 34 | 5 | 235 | 126 | 74 |
| Binary | 1000000 | 11110001 | 10101101 | 1001001 | 0 | 11100 | 101 | 10011101 | 1010110 | 111100 |
Color Harmonies of #40F1AD
Complementary color
Monochromatic Colors of #40F1AD
Black with #40F1AD
Text Example
Text Example
White with #40F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F1AD; }
p { color: rgb(64,241,173); }
H1.HeaderClassName
{
color: #40F1AD;
}
.AnyTagClassName
{
color: #40F1AD;
}
</style>
background-color css
<style>
a { background-color: #40F1AD; }
a { background-color: rgb(64,241,173); }
div.DivClassName
{
background-color: #40F1AD;
}
.BgClassName
{
background-color: #40F1AD;
}
</style>
border-color css
<style>
span { border-color: #40F1AD; }
span { border-color: rgb(64,241,173); }
td.TdClassName
{
border-color: #40F1AD;
}
.TagClassName
{
border-color: #40F1AD;
}
</style>