Shades of Shamrock #40F5A2
Tints of Shamrock #40F5A2
RGB
CMYK
RGB Variations
Color information
#40F5A2 (or 0x40F5A2) is known color: Shamrock. HEX triplet: 40, F5 and A2. RGB value is (64,245,162). Sum of RGB (Red+Green+Blue) = 64+245+162=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #40F5A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F5A2 is #BF0A5D. Grayscale: #B5B5B5. Windows color (decimal): -12520030 or 10679616. OLE color: 10679616.
HSL color Cylindrical-coordinate representation of color #40F5A2: hue angle of 152.49º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F5A2 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 162 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.04 |
| HSL | 152.49º | 0.9% | 0.61% | - |
| HSV(B) | 152.49º | 0.74% | 0.96% | - |
| XYZ | 41.29 | 69 | 45.33 | - |
| YUV | 181.42 | 117.03 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 162 | 0.74 | 0 | 0.34 | 0.04 | 152.49 | 0.9 | 0.61 |
| Hex | 40 | F5 | A2 | 4A | 0 | 22 | 4 | 98 | 5A | 3D |
| Octal | 100 | 365 | 242 | 112 | 0 | 42 | 4 | 230 | 132 | 75 |
| Binary | 1000000 | 11110101 | 10100010 | 1001010 | 0 | 100010 | 100 | 10011000 | 1011010 | 111101 |
Color Harmonies of #40F5A2
Complementary color
Monochromatic Colors of #40F5A2
Black with #40F5A2
Text Example
Text Example
White with #40F5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F5A2; }
p { color: rgb(64,245,162); }
H1.HeaderClassName
{
color: #40F5A2;
}
.AnyTagClassName
{
color: #40F5A2;
}
</style>
background-color css
<style>
a { background-color: #40F5A2; }
a { background-color: rgb(64,245,162); }
div.DivClassName
{
background-color: #40F5A2;
}
.BgClassName
{
background-color: #40F5A2;
}
</style>
border-color css
<style>
span { border-color: #40F5A2; }
span { border-color: rgb(64,245,162); }
td.TdClassName
{
border-color: #40F5A2;
}
.TagClassName
{
border-color: #40F5A2;
}
</style>