Shades of Shamrock #41F897
Tints of Shamrock #41F897
RGB
CMYK
RGB Variations
Color information
#41F897 (or 0x41F897) is known color: Shamrock. HEX triplet: 41, F8 and 97. RGB value is (65,248,151). Sum of RGB (Red+Green+Blue) = 65+248+151=464 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.01% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #41F897 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F897 is #BE0768. Grayscale: #B6B6B6. Windows color (decimal): -12453737 or 9959489. OLE color: 9959489.
HSL color Cylindrical-coordinate representation of color #41F897: hue angle of 148.2º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F897 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 248 | 151 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.03 |
| HSL | 148.2º | 0.93% | 0.61% | - |
| HSV(B) | 148.2º | 0.74% | 0.97% | - |
| XYZ | 41.33 | 70.49 | 40.71 | - |
| YUV | 182.23 | 110.37 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 248 | 151 | 0.74 | 0 | 0.39 | 0.03 | 148.2 | 0.93 | 0.61 |
| Hex | 41 | F8 | 97 | 4A | 0 | 27 | 3 | 94 | 5D | 3D |
| Octal | 101 | 370 | 227 | 112 | 0 | 47 | 3 | 224 | 135 | 75 |
| Binary | 1000001 | 11111000 | 10010111 | 1001010 | 0 | 100111 | 11 | 10010100 | 1011101 | 111101 |
Color Harmonies of #41F897
Complementary color
Monochromatic Colors of #41F897
Black with #41F897
Text Example
Text Example
White with #41F897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F897; }
p { color: rgb(65,248,151); }
H1.HeaderClassName
{
color: #41F897;
}
.AnyTagClassName
{
color: #41F897;
}
</style>
background-color css
<style>
a { background-color: #41F897; }
a { background-color: rgb(65,248,151); }
div.DivClassName
{
background-color: #41F897;
}
.BgClassName
{
background-color: #41F897;
}
</style>
border-color css
<style>
span { border-color: #41F897; }
span { border-color: rgb(65,248,151); }
td.TdClassName
{
border-color: #41F897;
}
.TagClassName
{
border-color: #41F897;
}
</style>