Shades of Shamrock #40CF96
Tints of Shamrock #40CF96
RGB
CMYK
RGB Variations
Color information
#40CF96 (or 0x40CF96) is known color: Shamrock. HEX triplet: 40, CF and 96. RGB value is (64,207,150). Sum of RGB (Red+Green+Blue) = 64+207+150=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CF96 is #BF3069. Grayscale: #9D9D9D. Windows color (decimal): -12529770 or 9883456. OLE color: 9883456.
HSL color Cylindrical-coordinate representation of color #40CF96: hue angle of 156.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF96 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 150 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.19 |
| HSL | 156.08º | 0.6% | 0.53% | - |
| HSV(B) | 156.08º | 0.69% | 0.81% | - |
| XYZ | 29.93 | 47.92 | 36.53 | - |
| YUV | 157.75 | 123.62 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 150 | 0.69 | 0 | 0.28 | 0.19 | 156.08 | 0.6 | 0.53 |
| Hex | 40 | CF | 96 | 45 | 0 | 1C | 13 | 9C | 3C | 35 |
| Octal | 100 | 317 | 226 | 105 | 0 | 34 | 23 | 234 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10010110 | 1000101 | 0 | 11100 | 10011 | 10011100 | 111100 | 110101 |
Color Harmonies of #40CF96
Complementary color
Monochromatic Colors of #40CF96
Black with #40CF96
Text Example
Text Example
White with #40CF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF96; }
p { color: rgb(64,207,150); }
H1.HeaderClassName
{
color: #40CF96;
}
.AnyTagClassName
{
color: #40CF96;
}
</style>
background-color css
<style>
a { background-color: #40CF96; }
a { background-color: rgb(64,207,150); }
div.DivClassName
{
background-color: #40CF96;
}
.BgClassName
{
background-color: #40CF96;
}
</style>
border-color css
<style>
span { border-color: #40CF96; }
span { border-color: rgb(64,207,150); }
td.TdClassName
{
border-color: #40CF96;
}
.TagClassName
{
border-color: #40CF96;
}
</style>