Shades of Shamrock #38E388
Tints of Shamrock #38E388
RGB
CMYK
RGB Variations
Color information
#38E388 (or 0x38E388) is known color: Shamrock. HEX triplet: 38, E3 and 88. RGB value is (56,227,136). Sum of RGB (Red+Green+Blue) = 56+227+136=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #38E388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E388 is #C71C77. Grayscale: #A5A5A5. Windows color (decimal): -13048952 or 8971064. OLE color: 8971064.
HSL color Cylindrical-coordinate representation of color #38E388: hue angle of 148.07º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E388 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 227 | 136 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.11 |
| HSL | 148.07º | 0.75% | 0.55% | - |
| HSV(B) | 148.07º | 0.75% | 0.89% | - |
| XYZ | 33.54 | 57.56 | 32.63 | - |
| YUV | 165.5 | 111.35 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 227 | 136 | 0.75 | 0 | 0.40 | 0.11 | 148.07 | 0.75 | 0.55 |
| Hex | 38 | E3 | 88 | 4B | 0 | 28 | B | 94 | 4B | 37 |
| Octal | 70 | 343 | 210 | 113 | 0 | 50 | 13 | 224 | 113 | 67 |
| Binary | 111000 | 11100011 | 10001000 | 1001011 | 0 | 101000 | 1011 | 10010100 | 1001011 | 110111 |
Color Harmonies of #38E388
Complementary color
Monochromatic Colors of #38E388
Black with #38E388
Text Example
Text Example
White with #38E388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E388; }
p { color: rgb(56,227,136); }
H1.HeaderClassName
{
color: #38E388;
}
.AnyTagClassName
{
color: #38E388;
}
</style>
background-color css
<style>
a { background-color: #38E388; }
a { background-color: rgb(56,227,136); }
div.DivClassName
{
background-color: #38E388;
}
.BgClassName
{
background-color: #38E388;
}
</style>
border-color css
<style>
span { border-color: #38E388; }
span { border-color: rgb(56,227,136); }
td.TdClassName
{
border-color: #38E388;
}
.TagClassName
{
border-color: #38E388;
}
</style>