Shades of Shamrock #41FAA3
Tints of Shamrock #41FAA3
RGB
CMYK
RGB Variations
Color information
#41FAA3 (or 0x41FAA3) is known color: Shamrock. HEX triplet: 41, FA and A3. RGB value is (65,250,163). Sum of RGB (Red+Green+Blue) = 65+250+163=478 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.60% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FAA3 is #BE055C. Grayscale: #B8B8B8. Windows color (decimal): -12453213 or 10746433. OLE color: 10746433.
HSL color Cylindrical-coordinate representation of color #41FAA3: hue angle of 151.78º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FAA3 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 163 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.02 |
| HSL | 151.78º | 0.95% | 0.62% | - |
| HSV(B) | 151.78º | 0.74% | 0.98% | - |
| XYZ | 42.98 | 72.14 | 46.31 | - |
| YUV | 184.77 | 115.71 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 163 | 0.74 | 0 | 0.35 | 0.02 | 151.78 | 0.95 | 0.62 |
| Hex | 41 | FA | A3 | 4A | 0 | 23 | 2 | 98 | 5F | 3E |
| Octal | 101 | 372 | 243 | 112 | 0 | 43 | 2 | 230 | 137 | 76 |
| Binary | 1000001 | 11111010 | 10100011 | 1001010 | 0 | 100011 | 10 | 10011000 | 1011111 | 111110 |
Color Harmonies of #41FAA3
Complementary color
Monochromatic Colors of #41FAA3
Black with #41FAA3
Text Example
Text Example
White with #41FAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FAA3; }
p { color: rgb(65,250,163); }
H1.HeaderClassName
{
color: #41FAA3;
}
.AnyTagClassName
{
color: #41FAA3;
}
</style>
background-color css
<style>
a { background-color: #41FAA3; }
a { background-color: rgb(65,250,163); }
div.DivClassName
{
background-color: #41FAA3;
}
.BgClassName
{
background-color: #41FAA3;
}
</style>
border-color css
<style>
span { border-color: #41FAA3; }
span { border-color: rgb(65,250,163); }
td.TdClassName
{
border-color: #41FAA3;
}
.TagClassName
{
border-color: #41FAA3;
}
</style>