Shades of Shamrock #40FBA3
Tints of Shamrock #40FBA3
RGB
CMYK
RGB Variations
Color information
#40FBA3 (or 0x40FBA3) is known color: Shamrock. HEX triplet: 40, FB and A3. RGB value is (64,251,163). Sum of RGB (Red+Green+Blue) = 64+251+163=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FBA3 is #BF045C. Grayscale: #B9B9B9. Windows color (decimal): -12518493 or 10746688. OLE color: 10746688.
HSL color Cylindrical-coordinate representation of color #40FBA3: hue angle of 151.76º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FBA3 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 163 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.02 |
| HSL | 151.76º | 0.96% | 0.62% | - |
| HSV(B) | 151.76º | 0.75% | 0.98% | - |
| XYZ | 43.22 | 72.73 | 46.41 | - |
| YUV | 185.06 | 115.55 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 163 | 0.75 | 0 | 0.35 | 0.02 | 151.76 | 0.96 | 0.62 |
| Hex | 40 | FB | A3 | 4B | 0 | 23 | 2 | 98 | 60 | 3E |
| Octal | 100 | 373 | 243 | 113 | 0 | 43 | 2 | 230 | 140 | 76 |
| Binary | 1000000 | 11111011 | 10100011 | 1001011 | 0 | 100011 | 10 | 10011000 | 1100000 | 111110 |
Color Harmonies of #40FBA3
Complementary color
Monochromatic Colors of #40FBA3
Black with #40FBA3
Text Example
Text Example
White with #40FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBA3; }
p { color: rgb(64,251,163); }
H1.HeaderClassName
{
color: #40FBA3;
}
.AnyTagClassName
{
color: #40FBA3;
}
</style>
background-color css
<style>
a { background-color: #40FBA3; }
a { background-color: rgb(64,251,163); }
div.DivClassName
{
background-color: #40FBA3;
}
.BgClassName
{
background-color: #40FBA3;
}
</style>
border-color css
<style>
span { border-color: #40FBA3; }
span { border-color: rgb(64,251,163); }
td.TdClassName
{
border-color: #40FBA3;
}
.TagClassName
{
border-color: #40FBA3;
}
</style>