Shades of Shamrock #40FDA1
Tints of Shamrock #40FDA1
RGB
CMYK
RGB Variations
Color information
#40FDA1 (or 0x40FDA1) is known color: Shamrock. HEX triplet: 40, FD and A1. RGB value is (64,253,161). Sum of RGB (Red+Green+Blue) = 64+253+161=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FDA1 is #BF025E. Grayscale: #BABABA. Windows color (decimal): -12517983 or 10616128. OLE color: 10616128.
HSL color Cylindrical-coordinate representation of color #40FDA1: hue angle of 150.79º 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 #40FDA1 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 161 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.01 |
| HSL | 150.79º | 0.98% | 0.62% | - |
| HSV(B) | 150.79º | 0.75% | 0.99% | - |
| XYZ | 43.67 | 73.91 | 45.68 | - |
| YUV | 186 | 113.88 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 161 | 0.75 | 0 | 0.36 | 0.01 | 150.79 | 0.98 | 0.62 |
| Hex | 40 | FD | A1 | 4B | 0 | 24 | 1 | 97 | 62 | 3E |
| Octal | 100 | 375 | 241 | 113 | 0 | 44 | 1 | 227 | 142 | 76 |
| Binary | 1000000 | 11111101 | 10100001 | 1001011 | 0 | 100100 | 1 | 10010111 | 1100010 | 111110 |
Color Harmonies of #40FDA1
Complementary color
Monochromatic Colors of #40FDA1
Black with #40FDA1
Text Example
Text Example
White with #40FDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDA1; }
p { color: rgb(64,253,161); }
H1.HeaderClassName
{
color: #40FDA1;
}
.AnyTagClassName
{
color: #40FDA1;
}
</style>
background-color css
<style>
a { background-color: #40FDA1; }
a { background-color: rgb(64,253,161); }
div.DivClassName
{
background-color: #40FDA1;
}
.BgClassName
{
background-color: #40FDA1;
}
</style>
border-color css
<style>
span { border-color: #40FDA1; }
span { border-color: rgb(64,253,161); }
td.TdClassName
{
border-color: #40FDA1;
}
.TagClassName
{
border-color: #40FDA1;
}
</style>