Shades of Shamrock #41FD8D
Tints of Shamrock #41FD8D
RGB
CMYK
RGB Variations
Color information
#41FD8D (or 0x41FD8D) is known color: Shamrock. HEX triplet: 41, FD and 8D. RGB value is (65,253,141). Sum of RGB (Red+Green+Blue) = 65+253+141=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #41FD8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FD8D is #BE0272. Grayscale: #B8B8B8. Windows color (decimal): -12452467 or 9305409. OLE color: 9305409.
HSL color Cylindrical-coordinate representation of color #41FD8D: hue angle of 144.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FD8D is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 141 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.01 |
| HSL | 144.26º | 0.98% | 0.62% | - |
| HSV(B) | 144.26º | 0.74% | 0.99% | - |
| XYZ | 42.11 | 73.3 | 37.13 | - |
| YUV | 184.02 | 103.72 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 141 | 0.74 | 0 | 0.44 | 0.01 | 144.26 | 0.98 | 0.62 |
| Hex | 41 | FD | 8D | 4A | 0 | 2C | 1 | 90 | 62 | 3E |
| Octal | 101 | 375 | 215 | 112 | 0 | 54 | 1 | 220 | 142 | 76 |
| Binary | 1000001 | 11111101 | 10001101 | 1001010 | 0 | 101100 | 1 | 10010000 | 1100010 | 111110 |
Color Harmonies of #41FD8D
Complementary color
Monochromatic Colors of #41FD8D
Black with #41FD8D
Text Example
Text Example
White with #41FD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FD8D; }
p { color: rgb(65,253,141); }
H1.HeaderClassName
{
color: #41FD8D;
}
.AnyTagClassName
{
color: #41FD8D;
}
</style>
background-color css
<style>
a { background-color: #41FD8D; }
a { background-color: rgb(65,253,141); }
div.DivClassName
{
background-color: #41FD8D;
}
.BgClassName
{
background-color: #41FD8D;
}
</style>
border-color css
<style>
span { border-color: #41FD8D; }
span { border-color: rgb(65,253,141); }
td.TdClassName
{
border-color: #41FD8D;
}
.TagClassName
{
border-color: #41FD8D;
}
</style>