Shades of Shamrock #41CFA3
Tints of Shamrock #41CFA3
RGB
CMYK
RGB Variations
Color information
#41CFA3 (or 0x41CFA3) is known color: Shamrock. HEX triplet: 41, CF and A3. RGB value is (65,207,163). Sum of RGB (Red+Green+Blue) = 65+207+163=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CFA3 is #BE305C. Grayscale: #9F9F9F. Windows color (decimal): -12464221 or 10735425. OLE color: 10735425.
HSL color Cylindrical-coordinate representation of color #41CFA3: hue angle of 161.41º 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 #41CFA3 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 163 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.19 |
| HSL | 161.41º | 0.6% | 0.53% | - |
| HSV(B) | 161.41º | 0.69% | 0.81% | - |
| XYZ | 31.1 | 48.39 | 42.35 | - |
| YUV | 159.53 | 129.96 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 163 | 0.69 | 0 | 0.21 | 0.19 | 161.41 | 0.6 | 0.53 |
| Hex | 41 | CF | A3 | 45 | 0 | 15 | 13 | A1 | 3C | 35 |
| Octal | 101 | 317 | 243 | 105 | 0 | 25 | 23 | 241 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10100011 | 1000101 | 0 | 10101 | 10011 | 10100001 | 111100 | 110101 |
Color Harmonies of #41CFA3
Complementary color
Monochromatic Colors of #41CFA3
Black with #41CFA3
Text Example
Text Example
White with #41CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFA3; }
p { color: rgb(65,207,163); }
H1.HeaderClassName
{
color: #41CFA3;
}
.AnyTagClassName
{
color: #41CFA3;
}
</style>
background-color css
<style>
a { background-color: #41CFA3; }
a { background-color: rgb(65,207,163); }
div.DivClassName
{
background-color: #41CFA3;
}
.BgClassName
{
background-color: #41CFA3;
}
</style>
border-color css
<style>
span { border-color: #41CFA3; }
span { border-color: rgb(65,207,163); }
td.TdClassName
{
border-color: #41CFA3;
}
.TagClassName
{
border-color: #41CFA3;
}
</style>