Shades of Shamrock #41CF92
Tints of Shamrock #41CF92
RGB
CMYK
RGB Variations
Color information
#41CF92 (or 0x41CF92) is known color: Shamrock. HEX triplet: 41, CF and 92. RGB value is (65,207,146). Sum of RGB (Red+Green+Blue) = 65+207+146=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CF92 is #BE306D. Grayscale: #9D9D9D. Windows color (decimal): -12464238 or 9621313. OLE color: 9621313.
HSL color Cylindrical-coordinate representation of color #41CF92: hue angle of 154.23º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CF92 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 146 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.19 |
| HSL | 154.23º | 0.6% | 0.53% | - |
| HSV(B) | 154.23º | 0.69% | 0.81% | - |
| XYZ | 29.68 | 47.82 | 34.86 | - |
| YUV | 157.59 | 121.46 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 146 | 0.69 | 0 | 0.29 | 0.19 | 154.23 | 0.6 | 0.53 |
| Hex | 41 | CF | 92 | 45 | 0 | 1D | 13 | 9A | 3C | 35 |
| Octal | 101 | 317 | 222 | 105 | 0 | 35 | 23 | 232 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10010010 | 1000101 | 0 | 11101 | 10011 | 10011010 | 111100 | 110101 |
Color Harmonies of #41CF92
Complementary color
Monochromatic Colors of #41CF92
Black with #41CF92
Text Example
Text Example
White with #41CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF92; }
p { color: rgb(65,207,146); }
H1.HeaderClassName
{
color: #41CF92;
}
.AnyTagClassName
{
color: #41CF92;
}
</style>
background-color css
<style>
a { background-color: #41CF92; }
a { background-color: rgb(65,207,146); }
div.DivClassName
{
background-color: #41CF92;
}
.BgClassName
{
background-color: #41CF92;
}
</style>
border-color css
<style>
span { border-color: #41CF92; }
span { border-color: rgb(65,207,146); }
td.TdClassName
{
border-color: #41CF92;
}
.TagClassName
{
border-color: #41CF92;
}
</style>