Shades of Shamrock #41CA8A
Tints of Shamrock #41CA8A
RGB
CMYK
RGB Variations
Color information
#41CA8A (or 0x41CA8A) is known color: Shamrock. HEX triplet: 41, CA and 8A. RGB value is (65,202,138). Sum of RGB (Red+Green+Blue) = 65+202+138=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CA8A is #BE3575. Grayscale: #999999. Windows color (decimal): -12465526 or 9095745. OLE color: 9095745.
HSL color Cylindrical-coordinate representation of color #41CA8A: hue angle of 151.97º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CA8A is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 138 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.21 |
| HSL | 151.97º | 0.56% | 0.52% | - |
| HSV(B) | 151.97º | 0.68% | 0.79% | - |
| XYZ | 27.89 | 45.2 | 31.3 | - |
| YUV | 153.74 | 119.11 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 138 | 0.68 | 0 | 0.32 | 0.21 | 151.97 | 0.56 | 0.52 |
| Hex | 41 | CA | 8A | 44 | 0 | 20 | 15 | 98 | 38 | 34 |
| Octal | 101 | 312 | 212 | 104 | 0 | 40 | 25 | 230 | 70 | 64 |
| Binary | 1000001 | 11001010 | 10001010 | 1000100 | 0 | 100000 | 10101 | 10011000 | 111000 | 110100 |
Color Harmonies of #41CA8A
Complementary color
Monochromatic Colors of #41CA8A
Black with #41CA8A
Text Example
Text Example
White with #41CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA8A; }
p { color: rgb(65,202,138); }
H1.HeaderClassName
{
color: #41CA8A;
}
.AnyTagClassName
{
color: #41CA8A;
}
</style>
background-color css
<style>
a { background-color: #41CA8A; }
a { background-color: rgb(65,202,138); }
div.DivClassName
{
background-color: #41CA8A;
}
.BgClassName
{
background-color: #41CA8A;
}
</style>
border-color css
<style>
span { border-color: #41CA8A; }
span { border-color: rgb(65,202,138); }
td.TdClassName
{
border-color: #41CA8A;
}
.TagClassName
{
border-color: #41CA8A;
}
</style>