Shades of Shamrock #41EA8F
Tints of Shamrock #41EA8F
RGB
CMYK
RGB Variations
Color information
#41EA8F (or 0x41EA8F) is known color: Shamrock. HEX triplet: 41, EA and 8F. RGB value is (65,234,143). Sum of RGB (Red+Green+Blue) = 65+234+143=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EA8F is #BE1570. Grayscale: #ADADAD. Windows color (decimal): -12457329 or 9431617. OLE color: 9431617.
HSL color Cylindrical-coordinate representation of color #41EA8F: hue angle of 147.69º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EA8F is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 143 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.08 |
| HSL | 147.69º | 0.8% | 0.59% | - |
| HSV(B) | 147.69º | 0.72% | 0.92% | - |
| XYZ | 36.56 | 61.95 | 36.02 | - |
| YUV | 173.1 | 111.01 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 143 | 0.72 | 0 | 0.39 | 0.08 | 147.69 | 0.8 | 0.59 |
| Hex | 41 | EA | 8F | 48 | 0 | 27 | 8 | 94 | 50 | 3B |
| Octal | 101 | 352 | 217 | 110 | 0 | 47 | 10 | 224 | 120 | 73 |
| Binary | 1000001 | 11101010 | 10001111 | 1001000 | 0 | 100111 | 1000 | 10010100 | 1010000 | 111011 |
Color Harmonies of #41EA8F
Complementary color
Monochromatic Colors of #41EA8F
Black with #41EA8F
Text Example
Text Example
White with #41EA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EA8F; }
p { color: rgb(65,234,143); }
H1.HeaderClassName
{
color: #41EA8F;
}
.AnyTagClassName
{
color: #41EA8F;
}
</style>
background-color css
<style>
a { background-color: #41EA8F; }
a { background-color: rgb(65,234,143); }
div.DivClassName
{
background-color: #41EA8F;
}
.BgClassName
{
background-color: #41EA8F;
}
</style>
border-color css
<style>
span { border-color: #41EA8F; }
span { border-color: rgb(65,234,143); }
td.TdClassName
{
border-color: #41EA8F;
}
.TagClassName
{
border-color: #41EA8F;
}
</style>