Shades of Shamrock #40F99C
Tints of Shamrock #40F99C
RGB
CMYK
RGB Variations
Color information
#40F99C (or 0x40F99C) is known color: Shamrock. HEX triplet: 40, F9 and 9C. RGB value is (64,249,156). Sum of RGB (Red+Green+Blue) = 64+249+156=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #40F99C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F99C is #BF0663. Grayscale: #B7B7B7. Windows color (decimal): -12519012 or 10287424. OLE color: 10287424.
HSL color Cylindrical-coordinate representation of color #40F99C: hue angle of 149.84º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F99C is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 156 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.02 |
| HSL | 149.84º | 0.94% | 0.61% | - |
| HSV(B) | 149.84º | 0.74% | 0.98% | - |
| XYZ | 41.99 | 71.24 | 42.99 | - |
| YUV | 183.08 | 112.71 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 156 | 0.74 | 0 | 0.37 | 0.02 | 149.84 | 0.94 | 0.61 |
| Hex | 40 | F9 | 9C | 4A | 0 | 25 | 2 | 96 | 5E | 3D |
| Octal | 100 | 371 | 234 | 112 | 0 | 45 | 2 | 226 | 136 | 75 |
| Binary | 1000000 | 11111001 | 10011100 | 1001010 | 0 | 100101 | 10 | 10010110 | 1011110 | 111101 |
Color Harmonies of #40F99C
Complementary color
Monochromatic Colors of #40F99C
Black with #40F99C
Text Example
Text Example
White with #40F99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F99C; }
p { color: rgb(64,249,156); }
H1.HeaderClassName
{
color: #40F99C;
}
.AnyTagClassName
{
color: #40F99C;
}
</style>
background-color css
<style>
a { background-color: #40F99C; }
a { background-color: rgb(64,249,156); }
div.DivClassName
{
background-color: #40F99C;
}
.BgClassName
{
background-color: #40F99C;
}
</style>
border-color css
<style>
span { border-color: #40F99C; }
span { border-color: rgb(64,249,156); }
td.TdClassName
{
border-color: #40F99C;
}
.TagClassName
{
border-color: #40F99C;
}
</style>