Shades of Shamrock #38DC8F
Tints of Shamrock #38DC8F
RGB
CMYK
RGB Variations
Color information
#38DC8F (or 0x38DC8F) is known color: Shamrock. HEX triplet: 38, DC and 8F. RGB value is (56,220,143). Sum of RGB (Red+Green+Blue) = 56+220+143=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DC8F is #C72370. Grayscale: #A2A2A2. Windows color (decimal): -13050737 or 9428024. OLE color: 9428024.
HSL color Cylindrical-coordinate representation of color #38DC8F: hue angle of 151.83º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC8F is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 143 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.14 |
| HSL | 151.83º | 0.7% | 0.54% | - |
| HSV(B) | 151.83º | 0.75% | 0.86% | - |
| XYZ | 32.18 | 54.01 | 34.72 | - |
| YUV | 162.19 | 117.17 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 143 | 0.75 | 0 | 0.35 | 0.14 | 151.83 | 0.7 | 0.54 |
| Hex | 38 | DC | 8F | 4B | 0 | 23 | E | 98 | 46 | 36 |
| Octal | 70 | 334 | 217 | 113 | 0 | 43 | 16 | 230 | 106 | 66 |
| Binary | 111000 | 11011100 | 10001111 | 1001011 | 0 | 100011 | 1110 | 10011000 | 1000110 | 110110 |
Color Harmonies of #38DC8F
Complementary color
Monochromatic Colors of #38DC8F
Black with #38DC8F
Text Example
Text Example
White with #38DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC8F; }
p { color: rgb(56,220,143); }
H1.HeaderClassName
{
color: #38DC8F;
}
.AnyTagClassName
{
color: #38DC8F;
}
</style>
background-color css
<style>
a { background-color: #38DC8F; }
a { background-color: rgb(56,220,143); }
div.DivClassName
{
background-color: #38DC8F;
}
.BgClassName
{
background-color: #38DC8F;
}
</style>
border-color css
<style>
span { border-color: #38DC8F; }
span { border-color: rgb(56,220,143); }
td.TdClassName
{
border-color: #38DC8F;
}
.TagClassName
{
border-color: #38DC8F;
}
</style>