Shades of Shamrock #41F38C
Tints of Shamrock #41F38C
RGB
CMYK
RGB Variations
Color information
#41F38C (or 0x41F38C) is known color: Shamrock. HEX triplet: 41, F3 and 8C. RGB value is (65,243,140). Sum of RGB (Red+Green+Blue) = 65+243+140=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #41F38C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F38C is #BE0C73. Grayscale: #B2B2B2. Windows color (decimal): -12455028 or 9237313. OLE color: 9237313.
HSL color Cylindrical-coordinate representation of color #41F38C: hue angle of 145.28º degrees, saturation: 0.88, 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 #41F38C is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 243 | 140 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.05 |
| HSL | 145.28º | 0.88% | 0.6% | - |
| HSV(B) | 145.28º | 0.73% | 0.95% | - |
| XYZ | 38.96 | 67.12 | 35.71 | - |
| YUV | 178.04 | 106.53 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 243 | 140 | 0.73 | 0 | 0.42 | 0.05 | 145.28 | 0.88 | 0.6 |
| Hex | 41 | F3 | 8C | 49 | 0 | 2A | 5 | 91 | 58 | 3C |
| Octal | 101 | 363 | 214 | 111 | 0 | 52 | 5 | 221 | 130 | 74 |
| Binary | 1000001 | 11110011 | 10001100 | 1001001 | 0 | 101010 | 101 | 10010001 | 1011000 | 111100 |
Color Harmonies of #41F38C
Complementary color
Monochromatic Colors of #41F38C
Black with #41F38C
Text Example
Text Example
White with #41F38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F38C; }
p { color: rgb(65,243,140); }
H1.HeaderClassName
{
color: #41F38C;
}
.AnyTagClassName
{
color: #41F38C;
}
</style>
background-color css
<style>
a { background-color: #41F38C; }
a { background-color: rgb(65,243,140); }
div.DivClassName
{
background-color: #41F38C;
}
.BgClassName
{
background-color: #41F38C;
}
</style>
border-color css
<style>
span { border-color: #41F38C; }
span { border-color: rgb(65,243,140); }
td.TdClassName
{
border-color: #41F38C;
}
.TagClassName
{
border-color: #41F38C;
}
</style>