Shades of Shamrock #41CF9B
Tints of Shamrock #41CF9B
RGB
CMYK
RGB Variations
Color information
#41CF9B (or 0x41CF9B) is known color: Shamrock. HEX triplet: 41, CF and 9B. RGB value is (65,207,155). Sum of RGB (Red+Green+Blue) = 65+207+155=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CF9B is #BE3064. Grayscale: #9E9E9E. Windows color (decimal): -12464229 or 10211137. OLE color: 10211137.
HSL color Cylindrical-coordinate representation of color #41CF9B: hue angle of 158.03º 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 #41CF9B is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 155 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.19 |
| HSL | 158.03º | 0.6% | 0.53% | - |
| HSV(B) | 158.03º | 0.69% | 0.81% | - |
| XYZ | 30.41 | 48.12 | 38.69 | - |
| YUV | 158.61 | 125.96 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 155 | 0.69 | 0 | 0.25 | 0.19 | 158.03 | 0.6 | 0.53 |
| Hex | 41 | CF | 9B | 45 | 0 | 19 | 13 | 9E | 3C | 35 |
| Octal | 101 | 317 | 233 | 105 | 0 | 31 | 23 | 236 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10011011 | 1000101 | 0 | 11001 | 10011 | 10011110 | 111100 | 110101 |
Color Harmonies of #41CF9B
Complementary color
Monochromatic Colors of #41CF9B
Black with #41CF9B
Text Example
Text Example
White with #41CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF9B; }
p { color: rgb(65,207,155); }
H1.HeaderClassName
{
color: #41CF9B;
}
.AnyTagClassName
{
color: #41CF9B;
}
</style>
background-color css
<style>
a { background-color: #41CF9B; }
a { background-color: rgb(65,207,155); }
div.DivClassName
{
background-color: #41CF9B;
}
.BgClassName
{
background-color: #41CF9B;
}
</style>
border-color css
<style>
span { border-color: #41CF9B; }
span { border-color: rgb(65,207,155); }
td.TdClassName
{
border-color: #41CF9B;
}
.TagClassName
{
border-color: #41CF9B;
}
</style>