Shades of Shamrock #41FE8C
Tints of Shamrock #41FE8C
RGB
CMYK
RGB Variations
Color information
#41FE8C (or 0x41FE8C) is known color: Shamrock. HEX triplet: 41, FE and 8C. RGB value is (65,254,140). Sum of RGB (Red+Green+Blue) = 65+254+140=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #41FE8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FE8C is #BE0173. Grayscale: #B8B8B8. Windows color (decimal): -12452212 or 9240129. OLE color: 9240129.
HSL color Cylindrical-coordinate representation of color #41FE8C: hue angle of 143.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FE8C is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 140 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.00 |
| HSL | 143.81º | 0.99% | 0.63% | - |
| HSV(B) | 143.81º | 0.74% | 1% | - |
| XYZ | 42.36 | 73.9 | 36.84 | - |
| YUV | 184.49 | 102.88 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 140 | 0.74 | 0 | 0.45 | 0.00 | 143.81 | 0.99 | 0.63 |
| Hex | 41 | FE | 8C | 4A | 0 | 2D | 0 | 90 | 63 | 3F |
| Octal | 101 | 376 | 214 | 112 | 0 | 55 | 0 | 220 | 143 | 77 |
| Binary | 1000001 | 11111110 | 10001100 | 1001010 | 0 | 101101 | 0 | 10010000 | 1100011 | 111111 |
Color Harmonies of #41FE8C
Complementary color
Monochromatic Colors of #41FE8C
Black with #41FE8C
Text Example
Text Example
White with #41FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FE8C; }
p { color: rgb(65,254,140); }
H1.HeaderClassName
{
color: #41FE8C;
}
.AnyTagClassName
{
color: #41FE8C;
}
</style>
background-color css
<style>
a { background-color: #41FE8C; }
a { background-color: rgb(65,254,140); }
div.DivClassName
{
background-color: #41FE8C;
}
.BgClassName
{
background-color: #41FE8C;
}
</style>
border-color css
<style>
span { border-color: #41FE8C; }
span { border-color: rgb(65,254,140); }
td.TdClassName
{
border-color: #41FE8C;
}
.TagClassName
{
border-color: #41FE8C;
}
</style>