Shades of Shamrock #41F992
Tints of Shamrock #41F992
RGB
CMYK
RGB Variations
Color information
#41F992 (or 0x41F992) is known color: Shamrock. HEX triplet: 41, F9 and 92. RGB value is (65,249,146). Sum of RGB (Red+Green+Blue) = 65+249+146=460 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.13% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #41F992 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F992 is #BE066D. Grayscale: #B6B6B6. Windows color (decimal): -12453486 or 9632065. OLE color: 9632065.
HSL color Cylindrical-coordinate representation of color #41F992: hue angle of 146.41º 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 #41F992 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 146 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.02 |
| HSL | 146.41º | 0.94% | 0.62% | - |
| HSV(B) | 146.41º | 0.74% | 0.98% | - |
| XYZ | 41.24 | 70.95 | 38.72 | - |
| YUV | 182.24 | 107.54 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 146 | 0.74 | 0 | 0.41 | 0.02 | 146.41 | 0.94 | 0.62 |
| Hex | 41 | F9 | 92 | 4A | 0 | 29 | 2 | 92 | 5E | 3E |
| Octal | 101 | 371 | 222 | 112 | 0 | 51 | 2 | 222 | 136 | 76 |
| Binary | 1000001 | 11111001 | 10010010 | 1001010 | 0 | 101001 | 10 | 10010010 | 1011110 | 111110 |
Color Harmonies of #41F992
Complementary color
Monochromatic Colors of #41F992
Black with #41F992
Text Example
Text Example
White with #41F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F992; }
p { color: rgb(65,249,146); }
H1.HeaderClassName
{
color: #41F992;
}
.AnyTagClassName
{
color: #41F992;
}
</style>
background-color css
<style>
a { background-color: #41F992; }
a { background-color: rgb(65,249,146); }
div.DivClassName
{
background-color: #41F992;
}
.BgClassName
{
background-color: #41F992;
}
</style>
border-color css
<style>
span { border-color: #41F992; }
span { border-color: rgb(65,249,146); }
td.TdClassName
{
border-color: #41F992;
}
.TagClassName
{
border-color: #41F992;
}
</style>