Shades of Shamrock #40CE8A
Tints of Shamrock #40CE8A
RGB
CMYK
RGB Variations
Color information
#40CE8A (or 0x40CE8A) is known color: Shamrock. HEX triplet: 40, CE and 8A. RGB value is (64,206,138). Sum of RGB (Red+Green+Blue) = 64+206+138=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CE8A is #BF3175. Grayscale: #9B9B9B. Windows color (decimal): -12530038 or 9096768. OLE color: 9096768.
HSL color Cylindrical-coordinate representation of color #40CE8A: hue angle of 151.27º degrees, saturation: 0.59, 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 #40CE8A is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 138 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.19 |
| HSL | 151.27º | 0.59% | 0.53% | - |
| HSV(B) | 151.27º | 0.69% | 0.81% | - |
| XYZ | 28.77 | 47.07 | 31.61 | - |
| YUV | 155.79 | 117.96 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 138 | 0.69 | 0 | 0.33 | 0.19 | 151.27 | 0.59 | 0.53 |
| Hex | 40 | CE | 8A | 45 | 0 | 21 | 13 | 97 | 3B | 35 |
| Octal | 100 | 316 | 212 | 105 | 0 | 41 | 23 | 227 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10001010 | 1000101 | 0 | 100001 | 10011 | 10010111 | 111011 | 110101 |
Color Harmonies of #40CE8A
Complementary color
Monochromatic Colors of #40CE8A
Black with #40CE8A
Text Example
Text Example
White with #40CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE8A; }
p { color: rgb(64,206,138); }
H1.HeaderClassName
{
color: #40CE8A;
}
.AnyTagClassName
{
color: #40CE8A;
}
</style>
background-color css
<style>
a { background-color: #40CE8A; }
a { background-color: rgb(64,206,138); }
div.DivClassName
{
background-color: #40CE8A;
}
.BgClassName
{
background-color: #40CE8A;
}
</style>
border-color css
<style>
span { border-color: #40CE8A; }
span { border-color: rgb(64,206,138); }
td.TdClassName
{
border-color: #40CE8A;
}
.TagClassName
{
border-color: #40CE8A;
}
</style>