Shades of Shamrock #40F39A
Tints of Shamrock #40F39A
RGB
CMYK
RGB Variations
Color information
#40F39A (or 0x40F39A) is known color: Shamrock. HEX triplet: 40, F3 and 9A. RGB value is (64,243,154). Sum of RGB (Red+Green+Blue) = 64+243+154=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #40F39A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F39A is #BF0C65. Grayscale: #B3B3B3. Windows color (decimal): -12520550 or 10154816. OLE color: 10154816.
HSL color Cylindrical-coordinate representation of color #40F39A: hue angle of 150.17º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F39A is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 154 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.05 |
| HSL | 150.17º | 0.88% | 0.6% | - |
| HSV(B) | 150.17º | 0.74% | 0.95% | - |
| XYZ | 40 | 67.52 | 41.5 | - |
| YUV | 179.33 | 113.7 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 154 | 0.74 | 0 | 0.37 | 0.05 | 150.17 | 0.88 | 0.6 |
| Hex | 40 | F3 | 9A | 4A | 0 | 25 | 5 | 96 | 58 | 3C |
| Octal | 100 | 363 | 232 | 112 | 0 | 45 | 5 | 226 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10011010 | 1001010 | 0 | 100101 | 101 | 10010110 | 1011000 | 111100 |
Color Harmonies of #40F39A
Complementary color
Monochromatic Colors of #40F39A
Black with #40F39A
Text Example
Text Example
White with #40F39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F39A; }
p { color: rgb(64,243,154); }
H1.HeaderClassName
{
color: #40F39A;
}
.AnyTagClassName
{
color: #40F39A;
}
</style>
background-color css
<style>
a { background-color: #40F39A; }
a { background-color: rgb(64,243,154); }
div.DivClassName
{
background-color: #40F39A;
}
.BgClassName
{
background-color: #40F39A;
}
</style>
border-color css
<style>
span { border-color: #40F39A; }
span { border-color: rgb(64,243,154); }
td.TdClassName
{
border-color: #40F39A;
}
.TagClassName
{
border-color: #40F39A;
}
</style>