Shades of Shamrock #38E686
Tints of Shamrock #38E686
RGB
CMYK
RGB Variations
Color information
#38E686 (or 0x38E686) is known color: Shamrock. HEX triplet: 38, E6 and 86. RGB value is (56,230,134). Sum of RGB (Red+Green+Blue) = 56+230+134=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 230 (90.23% from 255 or 54.76% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 230 - color contains mainly: green. Hex color #38E686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38E686 is #C71979. Grayscale: #A7A7A7. Windows color (decimal): -13048186 or 8840760. OLE color: 8840760.
HSL color Cylindrical-coordinate representation of color #38E686: hue angle of 146.9º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E686 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 230 | 134 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.10 |
| HSL | 146.9º | 0.78% | 0.56% | - |
| HSV(B) | 146.9º | 0.76% | 0.9% | - |
| XYZ | 34.23 | 59.16 | 32.17 | - |
| YUV | 167.03 | 109.35 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 134 | 0.76 | 0 | 0.42 | 0.10 | 146.9 | 0.78 | 0.56 |
| Hex | 38 | E6 | 86 | 4C | 0 | 2A | A | 93 | 4E | 38 |
| Octal | 70 | 346 | 206 | 114 | 0 | 52 | 12 | 223 | 116 | 70 |
| Binary | 111000 | 11100110 | 10000110 | 1001100 | 0 | 101010 | 1010 | 10010011 | 1001110 | 111000 |
Color Harmonies of #38E686
Complementary color
Monochromatic Colors of #38E686
Black with #38E686
Text Example
Text Example
White with #38E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E686; }
p { color: rgb(56,230,134); }
H1.HeaderClassName
{
color: #38E686;
}
.AnyTagClassName
{
color: #38E686;
}
</style>
background-color css
<style>
a { background-color: #38E686; }
a { background-color: rgb(56,230,134); }
div.DivClassName
{
background-color: #38E686;
}
.BgClassName
{
background-color: #38E686;
}
</style>
border-color css
<style>
span { border-color: #38E686; }
span { border-color: rgb(56,230,134); }
td.TdClassName
{
border-color: #38E686;
}
.TagClassName
{
border-color: #38E686;
}
</style>