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