Shades of Shamrock #41F5AD
Tints of Shamrock #41F5AD
RGB
CMYK
RGB Variations
Color information
#41F5AD (or 0x41F5AD) is known color: Shamrock. HEX triplet: 41, F5 and AD. RGB value is (65,245,173). Sum of RGB (Red+Green+Blue) = 65+245+173=483 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.46% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #41F5AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F5AD is #BE0A52. Grayscale: #B7B7B7. Windows color (decimal): -12454483 or 11400513. OLE color: 11400513.
HSL color Cylindrical-coordinate representation of color #41F5AD: hue angle of 156º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F5AD is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 245 | 173 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.04 |
| HSL | 156º | 0.9% | 0.61% | - |
| HSV(B) | 156º | 0.73% | 0.96% | - |
| XYZ | 42.38 | 69.45 | 50.71 | - |
| YUV | 182.97 | 122.37 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 245 | 173 | 0.73 | 0 | 0.29 | 0.04 | 156 | 0.9 | 0.61 |
| Hex | 41 | F5 | AD | 49 | 0 | 1D | 4 | 9C | 5A | 3D |
| Octal | 101 | 365 | 255 | 111 | 0 | 35 | 4 | 234 | 132 | 75 |
| Binary | 1000001 | 11110101 | 10101101 | 1001001 | 0 | 11101 | 100 | 10011100 | 1011010 | 111101 |
Color Harmonies of #41F5AD
Complementary color
Monochromatic Colors of #41F5AD
Black with #41F5AD
Text Example
Text Example
White with #41F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F5AD; }
p { color: rgb(65,245,173); }
H1.HeaderClassName
{
color: #41F5AD;
}
.AnyTagClassName
{
color: #41F5AD;
}
</style>
background-color css
<style>
a { background-color: #41F5AD; }
a { background-color: rgb(65,245,173); }
div.DivClassName
{
background-color: #41F5AD;
}
.BgClassName
{
background-color: #41F5AD;
}
</style>
border-color css
<style>
span { border-color: #41F5AD; }
span { border-color: rgb(65,245,173); }
td.TdClassName
{
border-color: #41F5AD;
}
.TagClassName
{
border-color: #41F5AD;
}
</style>