Shades of Shamrock #41F9A1
Tints of Shamrock #41F9A1
RGB
CMYK
RGB Variations
Color information
#41F9A1 (or 0x41F9A1) is known color: Shamrock. HEX triplet: 41, F9 and A1. RGB value is (65,249,161). Sum of RGB (Red+Green+Blue) = 65+249+161=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F9A1 is #BE065E. Grayscale: #B8B8B8. Windows color (decimal): -12453471 or 10615105. OLE color: 10615105.
HSL color Cylindrical-coordinate representation of color #41F9A1: hue angle of 151.3º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F9A1 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 161 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.02 |
| HSL | 151.3º | 0.94% | 0.62% | - |
| HSV(B) | 151.3º | 0.74% | 0.98% | - |
| XYZ | 42.49 | 71.45 | 45.27 | - |
| YUV | 183.95 | 115.04 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 161 | 0.74 | 0 | 0.35 | 0.02 | 151.3 | 0.94 | 0.62 |
| Hex | 41 | F9 | A1 | 4A | 0 | 23 | 2 | 97 | 5E | 3E |
| Octal | 101 | 371 | 241 | 112 | 0 | 43 | 2 | 227 | 136 | 76 |
| Binary | 1000001 | 11111001 | 10100001 | 1001010 | 0 | 100011 | 10 | 10010111 | 1011110 | 111110 |
Color Harmonies of #41F9A1
Complementary color
Monochromatic Colors of #41F9A1
Black with #41F9A1
Text Example
Text Example
White with #41F9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F9A1; }
p { color: rgb(65,249,161); }
H1.HeaderClassName
{
color: #41F9A1;
}
.AnyTagClassName
{
color: #41F9A1;
}
</style>
background-color css
<style>
a { background-color: #41F9A1; }
a { background-color: rgb(65,249,161); }
div.DivClassName
{
background-color: #41F9A1;
}
.BgClassName
{
background-color: #41F9A1;
}
</style>
border-color css
<style>
span { border-color: #41F9A1; }
span { border-color: rgb(65,249,161); }
td.TdClassName
{
border-color: #41F9A1;
}
.TagClassName
{
border-color: #41F9A1;
}
</style>