Shades of Shamrock #38D995
Tints of Shamrock #38D995
RGB
CMYK
RGB Variations
Color information
#38D995 (or 0x38D995) is known color: Shamrock. HEX triplet: 38, D9 and 95. RGB value is (56,217,149). Sum of RGB (Red+Green+Blue) = 56+217+149=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #38D995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D995 is #C7266A. Grayscale: #A1A1A1. Windows color (decimal): -13051499 or 9820472. OLE color: 9820472.
HSL color Cylindrical-coordinate representation of color #38D995: hue angle of 154.66º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D995 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 149 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.15 |
| HSL | 154.66º | 0.68% | 0.54% | - |
| HSV(B) | 154.66º | 0.74% | 0.85% | - |
| XYZ | 31.87 | 52.64 | 36.91 | - |
| YUV | 161.11 | 121.16 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 149 | 0.74 | 0 | 0.31 | 0.15 | 154.66 | 0.68 | 0.54 |
| Hex | 38 | D9 | 95 | 4A | 0 | 1F | F | 9B | 44 | 36 |
| Octal | 70 | 331 | 225 | 112 | 0 | 37 | 17 | 233 | 104 | 66 |
| Binary | 111000 | 11011001 | 10010101 | 1001010 | 0 | 11111 | 1111 | 10011011 | 1000100 | 110110 |
Color Harmonies of #38D995
Complementary color
Monochromatic Colors of #38D995
Black with #38D995
Text Example
Text Example
White with #38D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D995; }
p { color: rgb(56,217,149); }
H1.HeaderClassName
{
color: #38D995;
}
.AnyTagClassName
{
color: #38D995;
}
</style>
background-color css
<style>
a { background-color: #38D995; }
a { background-color: rgb(56,217,149); }
div.DivClassName
{
background-color: #38D995;
}
.BgClassName
{
background-color: #38D995;
}
</style>
border-color css
<style>
span { border-color: #38D995; }
span { border-color: rgb(56,217,149); }
td.TdClassName
{
border-color: #38D995;
}
.TagClassName
{
border-color: #38D995;
}
</style>