Shades of Shamrock #40F39C
Tints of Shamrock #40F39C
RGB
CMYK
RGB Variations
Color information
#40F39C (or 0x40F39C) is known color: Shamrock. HEX triplet: 40, F3 and 9C. RGB value is (64,243,156). Sum of RGB (Red+Green+Blue) = 64+243+156=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #40F39C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F39C is #BF0C63. Grayscale: #B3B3B3. Windows color (decimal): -12520548 or 10285888. OLE color: 10285888.
HSL color Cylindrical-coordinate representation of color #40F39C: hue angle of 150.84º 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 #40F39C is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 156 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.05 |
| HSL | 150.84º | 0.88% | 0.6% | - |
| HSV(B) | 150.84º | 0.74% | 0.95% | - |
| XYZ | 40.17 | 67.59 | 42.38 | - |
| YUV | 179.56 | 114.7 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 156 | 0.74 | 0 | 0.36 | 0.05 | 150.84 | 0.88 | 0.6 |
| Hex | 40 | F3 | 9C | 4A | 0 | 24 | 5 | 97 | 58 | 3C |
| Octal | 100 | 363 | 234 | 112 | 0 | 44 | 5 | 227 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10011100 | 1001010 | 0 | 100100 | 101 | 10010111 | 1011000 | 111100 |
Color Harmonies of #40F39C
Complementary color
Monochromatic Colors of #40F39C
Black with #40F39C
Text Example
Text Example
White with #40F39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F39C; }
p { color: rgb(64,243,156); }
H1.HeaderClassName
{
color: #40F39C;
}
.AnyTagClassName
{
color: #40F39C;
}
</style>
background-color css
<style>
a { background-color: #40F39C; }
a { background-color: rgb(64,243,156); }
div.DivClassName
{
background-color: #40F39C;
}
.BgClassName
{
background-color: #40F39C;
}
</style>
border-color css
<style>
span { border-color: #40F39C; }
span { border-color: rgb(64,243,156); }
td.TdClassName
{
border-color: #40F39C;
}
.TagClassName
{
border-color: #40F39C;
}
</style>