Shades of Shamrock #38D98D
Tints of Shamrock #38D98D
RGB
CMYK
RGB Variations
Color information
#38D98D (or 0x38D98D) is known color: Shamrock. HEX triplet: 38, D9 and 8D. RGB value is (56,217,141). Sum of RGB (Red+Green+Blue) = 56+217+141=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #38D98D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D98D is #C72672. Grayscale: #A0A0A0. Windows color (decimal): -13051507 or 9296184. OLE color: 9296184.
HSL color Cylindrical-coordinate representation of color #38D98D: hue angle of 151.68º 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 #38D98D is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 141 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.15 |
| HSL | 151.68º | 0.68% | 0.54% | - |
| HSV(B) | 151.68º | 0.74% | 0.85% | - |
| XYZ | 31.25 | 52.39 | 33.66 | - |
| YUV | 160.2 | 117.16 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 141 | 0.74 | 0 | 0.35 | 0.15 | 151.68 | 0.68 | 0.54 |
| Hex | 38 | D9 | 8D | 4A | 0 | 23 | F | 98 | 44 | 36 |
| Octal | 70 | 331 | 215 | 112 | 0 | 43 | 17 | 230 | 104 | 66 |
| Binary | 111000 | 11011001 | 10001101 | 1001010 | 0 | 100011 | 1111 | 10011000 | 1000100 | 110110 |
Color Harmonies of #38D98D
Complementary color
Monochromatic Colors of #38D98D
Black with #38D98D
Text Example
Text Example
White with #38D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D98D; }
p { color: rgb(56,217,141); }
H1.HeaderClassName
{
color: #38D98D;
}
.AnyTagClassName
{
color: #38D98D;
}
</style>
background-color css
<style>
a { background-color: #38D98D; }
a { background-color: rgb(56,217,141); }
div.DivClassName
{
background-color: #38D98D;
}
.BgClassName
{
background-color: #38D98D;
}
</style>
border-color css
<style>
span { border-color: #38D98D; }
span { border-color: rgb(56,217,141); }
td.TdClassName
{
border-color: #38D98D;
}
.TagClassName
{
border-color: #38D98D;
}
</style>