Shades of Shamrock #40FF93
Tints of Shamrock #40FF93
RGB
CMYK
RGB Variations
Color information
#40FF93 (or 0x40FF93) is known color: Shamrock. HEX triplet: 40, FF and 93. RGB value is (64,255,147). Sum of RGB (Red+Green+Blue) = 64+255+147=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FF93 is #BF006C. Grayscale: #B9B9B9. Windows color (decimal): -12517485 or 9699136. OLE color: 9699136.
HSL color Cylindrical-coordinate representation of color #40FF93: hue angle of 146.07º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FF93 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 147 | - |
| CMYK | 0.75 | 0 | 0.42 | 0 |
| HSL | 146.07º | 1% | 0.63% | - |
| HSV(B) | 146.07º | 0.75% | 1% | - |
| XYZ | 43.14 | 74.72 | 39.75 | - |
| YUV | 185.58 | 106.22 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 147 | 0.75 | 0 | 0.42 | 0 | 146.07 | 1 | 0.63 |
| Hex | 40 | FF | 93 | 4B | 0 | 2A | 0 | 92 | 64 | 3F |
| Octal | 100 | 377 | 223 | 113 | 0 | 52 | 0 | 222 | 144 | 77 |
| Binary | 1000000 | 11111111 | 10010011 | 1001011 | 0 | 101010 | 0 | 10010010 | 1100100 | 111111 |
Color Harmonies of #40FF93
Complementary color
Monochromatic Colors of #40FF93
Black with #40FF93
Text Example
Text Example
White with #40FF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF93; }
p { color: rgb(64,255,147); }
H1.HeaderClassName
{
color: #40FF93;
}
.AnyTagClassName
{
color: #40FF93;
}
</style>
background-color css
<style>
a { background-color: #40FF93; }
a { background-color: rgb(64,255,147); }
div.DivClassName
{
background-color: #40FF93;
}
.BgClassName
{
background-color: #40FF93;
}
</style>
border-color css
<style>
span { border-color: #40FF93; }
span { border-color: rgb(64,255,147); }
td.TdClassName
{
border-color: #40FF93;
}
.TagClassName
{
border-color: #40FF93;
}
</style>