Shades of Shamrock #40F8A3
Tints of Shamrock #40F8A3
RGB
CMYK
RGB Variations
Color information
#40F8A3 (or 0x40F8A3) is known color: Shamrock. HEX triplet: 40, F8 and A3. RGB value is (64,248,163). Sum of RGB (Red+Green+Blue) = 64+248+163=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F8A3 is #BF075C. Grayscale: #B7B7B7. Windows color (decimal): -12519261 or 10745920. OLE color: 10745920.
HSL color Cylindrical-coordinate representation of color #40F8A3: hue angle of 152.28º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F8A3 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 163 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.03 |
| HSL | 152.28º | 0.93% | 0.61% | - |
| HSV(B) | 152.28º | 0.74% | 0.97% | - |
| XYZ | 42.29 | 70.87 | 46.1 | - |
| YUV | 183.29 | 116.54 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 163 | 0.74 | 0 | 0.34 | 0.03 | 152.28 | 0.93 | 0.61 |
| Hex | 40 | F8 | A3 | 4A | 0 | 22 | 3 | 98 | 5D | 3D |
| Octal | 100 | 370 | 243 | 112 | 0 | 42 | 3 | 230 | 135 | 75 |
| Binary | 1000000 | 11111000 | 10100011 | 1001010 | 0 | 100010 | 11 | 10011000 | 1011101 | 111101 |
Color Harmonies of #40F8A3
Complementary color
Monochromatic Colors of #40F8A3
Black with #40F8A3
Text Example
Text Example
White with #40F8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8A3; }
p { color: rgb(64,248,163); }
H1.HeaderClassName
{
color: #40F8A3;
}
.AnyTagClassName
{
color: #40F8A3;
}
</style>
background-color css
<style>
a { background-color: #40F8A3; }
a { background-color: rgb(64,248,163); }
div.DivClassName
{
background-color: #40F8A3;
}
.BgClassName
{
background-color: #40F8A3;
}
</style>
border-color css
<style>
span { border-color: #40F8A3; }
span { border-color: rgb(64,248,163); }
td.TdClassName
{
border-color: #40F8A3;
}
.TagClassName
{
border-color: #40F8A3;
}
</style>