Shades of Shamrock #41F99A
Tints of Shamrock #41F99A
RGB
CMYK
RGB Variations
Color information
#41F99A (or 0x41F99A) is known color: Shamrock. HEX triplet: 41, F9 and 9A. RGB value is (65,249,154). Sum of RGB (Red+Green+Blue) = 65+249+154=468 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.89% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #41F99A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F99A is #BE0665. Grayscale: #B7B7B7. Windows color (decimal): -12453478 or 10156353. OLE color: 10156353.
HSL color Cylindrical-coordinate representation of color #41F99A: hue angle of 149.02º 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 #41F99A is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 154 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.02 |
| HSL | 149.02º | 0.94% | 0.62% | - |
| HSV(B) | 149.02º | 0.74% | 0.98% | - |
| XYZ | 41.89 | 71.21 | 42.11 | - |
| YUV | 183.15 | 111.54 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 154 | 0.74 | 0 | 0.38 | 0.02 | 149.02 | 0.94 | 0.62 |
| Hex | 41 | F9 | 9A | 4A | 0 | 26 | 2 | 95 | 5E | 3E |
| Octal | 101 | 371 | 232 | 112 | 0 | 46 | 2 | 225 | 136 | 76 |
| Binary | 1000001 | 11111001 | 10011010 | 1001010 | 0 | 100110 | 10 | 10010101 | 1011110 | 111110 |
Color Harmonies of #41F99A
Complementary color
Monochromatic Colors of #41F99A
Black with #41F99A
Text Example
Text Example
White with #41F99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F99A; }
p { color: rgb(65,249,154); }
H1.HeaderClassName
{
color: #41F99A;
}
.AnyTagClassName
{
color: #41F99A;
}
</style>
background-color css
<style>
a { background-color: #41F99A; }
a { background-color: rgb(65,249,154); }
div.DivClassName
{
background-color: #41F99A;
}
.BgClassName
{
background-color: #41F99A;
}
</style>
border-color css
<style>
span { border-color: #41F99A; }
span { border-color: rgb(65,249,154); }
td.TdClassName
{
border-color: #41F99A;
}
.TagClassName
{
border-color: #41F99A;
}
</style>