Shades of Shamrock #41F28C
Tints of Shamrock #41F28C
RGB
CMYK
RGB Variations
Color information
#41F28C (or 0x41F28C) is known color: Shamrock. HEX triplet: 41, F2 and 8C. RGB value is (65,242,140). Sum of RGB (Red+Green+Blue) = 65+242+140=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #41F28C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F28C is #BE0D73. Grayscale: #B1B1B1. Windows color (decimal): -12455284 or 9237057. OLE color: 9237057.
HSL color Cylindrical-coordinate representation of color #41F28C: hue angle of 145.42º 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 #41F28C is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 140 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.05 |
| HSL | 145.42º | 0.87% | 0.6% | - |
| HSV(B) | 145.42º | 0.73% | 0.95% | - |
| XYZ | 38.67 | 66.52 | 35.61 | - |
| YUV | 177.45 | 106.86 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 140 | 0.73 | 0 | 0.42 | 0.05 | 145.42 | 0.87 | 0.6 |
| Hex | 41 | F2 | 8C | 49 | 0 | 2A | 5 | 91 | 57 | 3C |
| Octal | 101 | 362 | 214 | 111 | 0 | 52 | 5 | 221 | 127 | 74 |
| Binary | 1000001 | 11110010 | 10001100 | 1001001 | 0 | 101010 | 101 | 10010001 | 1010111 | 111100 |
Color Harmonies of #41F28C
Complementary color
Monochromatic Colors of #41F28C
Black with #41F28C
Text Example
Text Example
White with #41F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F28C; }
p { color: rgb(65,242,140); }
H1.HeaderClassName
{
color: #41F28C;
}
.AnyTagClassName
{
color: #41F28C;
}
</style>
background-color css
<style>
a { background-color: #41F28C; }
a { background-color: rgb(65,242,140); }
div.DivClassName
{
background-color: #41F28C;
}
.BgClassName
{
background-color: #41F28C;
}
</style>
border-color css
<style>
span { border-color: #41F28C; }
span { border-color: rgb(65,242,140); }
td.TdClassName
{
border-color: #41F28C;
}
.TagClassName
{
border-color: #41F28C;
}
</style>