Shades of Shamrock #40ED92
Tints of Shamrock #40ED92
RGB
CMYK
RGB Variations
Color information
#40ED92 (or 0x40ED92) is known color: Shamrock. HEX triplet: 40, ED and 92. RGB value is (64,237,146). Sum of RGB (Red+Green+Blue) = 64+237+146=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40ED92 is #BF126D. Grayscale: #AFAFAF. Windows color (decimal): -12522094 or 9628992. OLE color: 9628992.
HSL color Cylindrical-coordinate representation of color #40ED92: hue angle of 148.44º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ED92 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 146 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.07 |
| HSL | 148.44º | 0.83% | 0.59% | - |
| HSV(B) | 148.44º | 0.73% | 0.93% | - |
| XYZ | 37.59 | 63.73 | 37.51 | - |
| YUV | 174.9 | 111.69 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 146 | 0.73 | 0 | 0.38 | 0.07 | 148.44 | 0.83 | 0.59 |
| Hex | 40 | ED | 92 | 49 | 0 | 26 | 7 | 94 | 53 | 3B |
| Octal | 100 | 355 | 222 | 111 | 0 | 46 | 7 | 224 | 123 | 73 |
| Binary | 1000000 | 11101101 | 10010010 | 1001001 | 0 | 100110 | 111 | 10010100 | 1010011 | 111011 |
Color Harmonies of #40ED92
Complementary color
Monochromatic Colors of #40ED92
Black with #40ED92
Text Example
Text Example
White with #40ED92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED92; }
p { color: rgb(64,237,146); }
H1.HeaderClassName
{
color: #40ED92;
}
.AnyTagClassName
{
color: #40ED92;
}
</style>
background-color css
<style>
a { background-color: #40ED92; }
a { background-color: rgb(64,237,146); }
div.DivClassName
{
background-color: #40ED92;
}
.BgClassName
{
background-color: #40ED92;
}
</style>
border-color css
<style>
span { border-color: #40ED92; }
span { border-color: rgb(64,237,146); }
td.TdClassName
{
border-color: #40ED92;
}
.TagClassName
{
border-color: #40ED92;
}
</style>