Shades of Shamrock #41F2AB
Tints of Shamrock #41F2AB
RGB
CMYK
RGB Variations
Color information
#41F2AB (or 0x41F2AB) is known color: Shamrock. HEX triplet: 41, F2 and AB. RGB value is (65,242,171). Sum of RGB (Red+Green+Blue) = 65+242+171=478 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.60% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #41F2AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F2AB is #BE0D54. Grayscale: #B5B5B5. Windows color (decimal): -12455253 or 11268673. OLE color: 11268673.
HSL color Cylindrical-coordinate representation of color #41F2AB: hue angle of 155.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F2AB is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 171 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.05 |
| HSL | 155.93º | 0.87% | 0.6% | - |
| HSV(B) | 155.93º | 0.73% | 0.95% | - |
| XYZ | 41.28 | 67.57 | 49.39 | - |
| YUV | 180.98 | 122.36 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 171 | 0.73 | 0 | 0.29 | 0.05 | 155.93 | 0.87 | 0.6 |
| Hex | 41 | F2 | AB | 49 | 0 | 1D | 5 | 9C | 57 | 3C |
| Octal | 101 | 362 | 253 | 111 | 0 | 35 | 5 | 234 | 127 | 74 |
| Binary | 1000001 | 11110010 | 10101011 | 1001001 | 0 | 11101 | 101 | 10011100 | 1010111 | 111100 |
Color Harmonies of #41F2AB
Complementary color
Monochromatic Colors of #41F2AB
Black with #41F2AB
Text Example
Text Example
White with #41F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F2AB; }
p { color: rgb(65,242,171); }
H1.HeaderClassName
{
color: #41F2AB;
}
.AnyTagClassName
{
color: #41F2AB;
}
</style>
background-color css
<style>
a { background-color: #41F2AB; }
a { background-color: rgb(65,242,171); }
div.DivClassName
{
background-color: #41F2AB;
}
.BgClassName
{
background-color: #41F2AB;
}
</style>
border-color css
<style>
span { border-color: #41F2AB; }
span { border-color: rgb(65,242,171); }
td.TdClassName
{
border-color: #41F2AB;
}
.TagClassName
{
border-color: #41F2AB;
}
</style>