Shades of Shamrock #38EF8D
Tints of Shamrock #38EF8D
RGB
CMYK
RGB Variations
Color information
#38EF8D (or 0x38EF8D) is known color: Shamrock. HEX triplet: 38, EF and 8D. RGB value is (56,239,141). Sum of RGB (Red+Green+Blue) = 56+239+141=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #38EF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EF8D is #C71072. Grayscale: #ADADAD. Windows color (decimal): -13045875 or 9301816. OLE color: 9301816.
HSL color Cylindrical-coordinate representation of color #38EF8D: hue angle of 147.87º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EF8D is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 141 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.06 |
| HSL | 147.87º | 0.85% | 0.58% | - |
| HSV(B) | 147.87º | 0.77% | 0.94% | - |
| XYZ | 37.31 | 64.5 | 35.68 | - |
| YUV | 173.11 | 109.87 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 141 | 0.77 | 0 | 0.41 | 0.06 | 147.87 | 0.85 | 0.58 |
| Hex | 38 | EF | 8D | 4D | 0 | 29 | 6 | 94 | 55 | 3A |
| Octal | 70 | 357 | 215 | 115 | 0 | 51 | 6 | 224 | 125 | 72 |
| Binary | 111000 | 11101111 | 10001101 | 1001101 | 0 | 101001 | 110 | 10010100 | 1010101 | 111010 |
Color Harmonies of #38EF8D
Complementary color
Monochromatic Colors of #38EF8D
Black with #38EF8D
Text Example
Text Example
White with #38EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EF8D; }
p { color: rgb(56,239,141); }
H1.HeaderClassName
{
color: #38EF8D;
}
.AnyTagClassName
{
color: #38EF8D;
}
</style>
background-color css
<style>
a { background-color: #38EF8D; }
a { background-color: rgb(56,239,141); }
div.DivClassName
{
background-color: #38EF8D;
}
.BgClassName
{
background-color: #38EF8D;
}
</style>
border-color css
<style>
span { border-color: #38EF8D; }
span { border-color: rgb(56,239,141); }
td.TdClassName
{
border-color: #38EF8D;
}
.TagClassName
{
border-color: #38EF8D;
}
</style>