Shades of Shamrock #40F99B
Tints of Shamrock #40F99B
RGB
CMYK
RGB Variations
Color information
#40F99B (or 0x40F99B) is known color: Shamrock. HEX triplet: 40, F9 and 9B. RGB value is (64,249,155). Sum of RGB (Red+Green+Blue) = 64+249+155=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #40F99B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F99B is #BF0664. Grayscale: #B7B7B7. Windows color (decimal): -12519013 or 10221888. OLE color: 10221888.
HSL color Cylindrical-coordinate representation of color #40F99B: hue angle of 149.51º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F99B is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 155 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.02 |
| HSL | 149.51º | 0.94% | 0.61% | - |
| HSV(B) | 149.51º | 0.74% | 0.98% | - |
| XYZ | 41.91 | 71.21 | 42.55 | - |
| YUV | 182.97 | 112.21 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 155 | 0.74 | 0 | 0.38 | 0.02 | 149.51 | 0.94 | 0.61 |
| Hex | 40 | F9 | 9B | 4A | 0 | 26 | 2 | 96 | 5E | 3D |
| Octal | 100 | 371 | 233 | 112 | 0 | 46 | 2 | 226 | 136 | 75 |
| Binary | 1000000 | 11111001 | 10011011 | 1001010 | 0 | 100110 | 10 | 10010110 | 1011110 | 111101 |
Color Harmonies of #40F99B
Complementary color
Monochromatic Colors of #40F99B
Black with #40F99B
Text Example
Text Example
White with #40F99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F99B; }
p { color: rgb(64,249,155); }
H1.HeaderClassName
{
color: #40F99B;
}
.AnyTagClassName
{
color: #40F99B;
}
</style>
background-color css
<style>
a { background-color: #40F99B; }
a { background-color: rgb(64,249,155); }
div.DivClassName
{
background-color: #40F99B;
}
.BgClassName
{
background-color: #40F99B;
}
</style>
border-color css
<style>
span { border-color: #40F99B; }
span { border-color: rgb(64,249,155); }
td.TdClassName
{
border-color: #40F99B;
}
.TagClassName
{
border-color: #40F99B;
}
</style>