Shades of Shamrock #40F4A4
Tints of Shamrock #40F4A4
RGB
CMYK
RGB Variations
Color information
#40F4A4 (or 0x40F4A4) is known color: Shamrock. HEX triplet: 40, F4 and A4. RGB value is (64,244,164). Sum of RGB (Red+Green+Blue) = 64+244+164=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #40F4A4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F4A4 is #BF0B5B. Grayscale: #B5B5B5. Windows color (decimal): -12520284 or 10810432. OLE color: 10810432.
HSL color Cylindrical-coordinate representation of color #40F4A4: hue angle of 153.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F4A4 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 244 | 164 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.04 |
| HSL | 153.33º | 0.89% | 0.6% | - |
| HSV(B) | 153.33º | 0.74% | 0.96% | - |
| XYZ | 41.17 | 68.47 | 46.17 | - |
| YUV | 181.06 | 118.37 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 244 | 164 | 0.74 | 0 | 0.33 | 0.04 | 153.33 | 0.89 | 0.6 |
| Hex | 40 | F4 | A4 | 4A | 0 | 21 | 4 | 99 | 59 | 3C |
| Octal | 100 | 364 | 244 | 112 | 0 | 41 | 4 | 231 | 131 | 74 |
| Binary | 1000000 | 11110100 | 10100100 | 1001010 | 0 | 100001 | 100 | 10011001 | 1011001 | 111100 |
Color Harmonies of #40F4A4
Complementary color
Monochromatic Colors of #40F4A4
Black with #40F4A4
Text Example
Text Example
White with #40F4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F4A4; }
p { color: rgb(64,244,164); }
H1.HeaderClassName
{
color: #40F4A4;
}
.AnyTagClassName
{
color: #40F4A4;
}
</style>
background-color css
<style>
a { background-color: #40F4A4; }
a { background-color: rgb(64,244,164); }
div.DivClassName
{
background-color: #40F4A4;
}
.BgClassName
{
background-color: #40F4A4;
}
</style>
border-color css
<style>
span { border-color: #40F4A4; }
span { border-color: rgb(64,244,164); }
td.TdClassName
{
border-color: #40F4A4;
}
.TagClassName
{
border-color: #40F4A4;
}
</style>