Shades of Shamrock #41CE98
Tints of Shamrock #41CE98
RGB
CMYK
RGB Variations
Color information
#41CE98 (or 0x41CE98) is known color: Shamrock. HEX triplet: 41, CE and 98. RGB value is (65,206,152). Sum of RGB (Red+Green+Blue) = 65+206+152=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CE98 is #BE3167. Grayscale: #9D9D9D. Windows color (decimal): -12464488 or 10014273. OLE color: 10014273.
HSL color Cylindrical-coordinate representation of color #41CE98: hue angle of 157.02º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CE98 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 152 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.19 |
| HSL | 157.02º | 0.59% | 0.53% | - |
| HSV(B) | 157.02º | 0.68% | 0.81% | - |
| XYZ | 29.92 | 47.53 | 37.3 | - |
| YUV | 157.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 152 | 0.68 | 0 | 0.26 | 0.19 | 157.02 | 0.59 | 0.53 |
| Hex | 41 | CE | 98 | 44 | 0 | 1A | 13 | 9D | 3B | 35 |
| Octal | 101 | 316 | 230 | 104 | 0 | 32 | 23 | 235 | 73 | 65 |
| Binary | 1000001 | 11001110 | 10011000 | 1000100 | 0 | 11010 | 10011 | 10011101 | 111011 | 110101 |
Color Harmonies of #41CE98
Complementary color
Monochromatic Colors of #41CE98
Black with #41CE98
Text Example
Text Example
White with #41CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CE98; }
p { color: rgb(65,206,152); }
H1.HeaderClassName
{
color: #41CE98;
}
.AnyTagClassName
{
color: #41CE98;
}
</style>
background-color css
<style>
a { background-color: #41CE98; }
a { background-color: rgb(65,206,152); }
div.DivClassName
{
background-color: #41CE98;
}
.BgClassName
{
background-color: #41CE98;
}
</style>
border-color css
<style>
span { border-color: #41CE98; }
span { border-color: rgb(65,206,152); }
td.TdClassName
{
border-color: #41CE98;
}
.TagClassName
{
border-color: #41CE98;
}
</style>