Shades of Shamrock #40F98C
Tints of Shamrock #40F98C
RGB
CMYK
RGB Variations
Color information
#40F98C (or 0x40F98C) is known color: Shamrock. HEX triplet: 40, F9 and 8C. RGB value is (64,249,140). Sum of RGB (Red+Green+Blue) = 64+249+140=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #40F98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F98C is #BF0673. Grayscale: #B5B5B5. Windows color (decimal): -12519028 or 9238848. OLE color: 9238848.
HSL color Cylindrical-coordinate representation of color #40F98C: hue angle of 144.65º 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 #40F98C is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 140 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.02 |
| HSL | 144.65º | 0.94% | 0.61% | - |
| HSV(B) | 144.65º | 0.74% | 0.98% | - |
| XYZ | 40.72 | 70.73 | 36.32 | - |
| YUV | 181.26 | 104.71 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 140 | 0.74 | 0 | 0.44 | 0.02 | 144.65 | 0.94 | 0.61 |
| Hex | 40 | F9 | 8C | 4A | 0 | 2C | 2 | 91 | 5E | 3D |
| Octal | 100 | 371 | 214 | 112 | 0 | 54 | 2 | 221 | 136 | 75 |
| Binary | 1000000 | 11111001 | 10001100 | 1001010 | 0 | 101100 | 10 | 10010001 | 1011110 | 111101 |
Color Harmonies of #40F98C
Complementary color
Monochromatic Colors of #40F98C
Black with #40F98C
Text Example
Text Example
White with #40F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F98C; }
p { color: rgb(64,249,140); }
H1.HeaderClassName
{
color: #40F98C;
}
.AnyTagClassName
{
color: #40F98C;
}
</style>
background-color css
<style>
a { background-color: #40F98C; }
a { background-color: rgb(64,249,140); }
div.DivClassName
{
background-color: #40F98C;
}
.BgClassName
{
background-color: #40F98C;
}
</style>
border-color css
<style>
span { border-color: #40F98C; }
span { border-color: rgb(64,249,140); }
td.TdClassName
{
border-color: #40F98C;
}
.TagClassName
{
border-color: #40F98C;
}
</style>