Shades of Shamrock #38D786
Tints of Shamrock #38D786
RGB
CMYK
RGB Variations
Color information
#38D786 (or 0x38D786) is known color: Shamrock. HEX triplet: 38, D7 and 86. RGB value is (56,215,134). Sum of RGB (Red+Green+Blue) = 56+215+134=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #38D786 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D786 is #C72879. Grayscale: #9E9E9E. Windows color (decimal): -13052026 or 8836920. OLE color: 8836920.
HSL color Cylindrical-coordinate representation of color #38D786: hue angle of 149.43º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D786 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 134 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.16 |
| HSL | 149.43º | 0.67% | 0.53% | - |
| HSV(B) | 149.43º | 0.74% | 0.84% | - |
| XYZ | 30.23 | 51.16 | 30.84 | - |
| YUV | 158.23 | 114.32 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 134 | 0.74 | 0 | 0.38 | 0.16 | 149.43 | 0.67 | 0.53 |
| Hex | 38 | D7 | 86 | 4A | 0 | 26 | 10 | 95 | 43 | 35 |
| Octal | 70 | 327 | 206 | 112 | 0 | 46 | 20 | 225 | 103 | 65 |
| Binary | 111000 | 11010111 | 10000110 | 1001010 | 0 | 100110 | 10000 | 10010101 | 1000011 | 110101 |
Color Harmonies of #38D786
Complementary color
Monochromatic Colors of #38D786
Black with #38D786
Text Example
Text Example
White with #38D786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D786; }
p { color: rgb(56,215,134); }
H1.HeaderClassName
{
color: #38D786;
}
.AnyTagClassName
{
color: #38D786;
}
</style>
background-color css
<style>
a { background-color: #38D786; }
a { background-color: rgb(56,215,134); }
div.DivClassName
{
background-color: #38D786;
}
.BgClassName
{
background-color: #38D786;
}
</style>
border-color css
<style>
span { border-color: #38D786; }
span { border-color: rgb(56,215,134); }
td.TdClassName
{
border-color: #38D786;
}
.TagClassName
{
border-color: #38D786;
}
</style>