Shades of Shamrock #38E58D
Tints of Shamrock #38E58D
RGB
CMYK
RGB Variations
Color information
#38E58D (or 0x38E58D) is known color: Shamrock. HEX triplet: 38, E5 and 8D. RGB value is (56,229,141). Sum of RGB (Red+Green+Blue) = 56+229+141=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #38E58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E58D is #C71A72. Grayscale: #A7A7A7. Windows color (decimal): -13048435 or 9299256. OLE color: 9299256.
HSL color Cylindrical-coordinate representation of color #38E58D: hue angle of 149.48º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E58D is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 229 | 141 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.10 |
| HSL | 149.48º | 0.77% | 0.56% | - |
| HSV(B) | 149.48º | 0.76% | 0.9% | - |
| XYZ | 34.46 | 58.8 | 34.73 | - |
| YUV | 167.24 | 113.19 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 229 | 141 | 0.76 | 0 | 0.38 | 0.10 | 149.48 | 0.77 | 0.56 |
| Hex | 38 | E5 | 8D | 4C | 0 | 26 | A | 95 | 4D | 38 |
| Octal | 70 | 345 | 215 | 114 | 0 | 46 | 12 | 225 | 115 | 70 |
| Binary | 111000 | 11100101 | 10001101 | 1001100 | 0 | 100110 | 1010 | 10010101 | 1001101 | 111000 |
Color Harmonies of #38E58D
Complementary color
Monochromatic Colors of #38E58D
Black with #38E58D
Text Example
Text Example
White with #38E58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E58D; }
p { color: rgb(56,229,141); }
H1.HeaderClassName
{
color: #38E58D;
}
.AnyTagClassName
{
color: #38E58D;
}
</style>
background-color css
<style>
a { background-color: #38E58D; }
a { background-color: rgb(56,229,141); }
div.DivClassName
{
background-color: #38E58D;
}
.BgClassName
{
background-color: #38E58D;
}
</style>
border-color css
<style>
span { border-color: #38E58D; }
span { border-color: rgb(56,229,141); }
td.TdClassName
{
border-color: #38E58D;
}
.TagClassName
{
border-color: #38E58D;
}
</style>