Shades of Shamrock #38E084
Tints of Shamrock #38E084
RGB
CMYK
RGB Variations
Color information
#38E084 (or 0x38E084) is known color: Shamrock. HEX triplet: 38, E0 and 84. RGB value is (56,224,132). Sum of RGB (Red+Green+Blue) = 56+224+132=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #38E084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E084 is #C71F7B. Grayscale: #A3A3A3. Windows color (decimal): -13049724 or 8708152. OLE color: 8708152.
HSL color Cylindrical-coordinate representation of color #38E084: hue angle of 147.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E084 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 224 | 132 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.12 |
| HSL | 147.14º | 0.73% | 0.55% | - |
| HSV(B) | 147.14º | 0.75% | 0.88% | - |
| XYZ | 32.45 | 55.82 | 30.89 | - |
| YUV | 163.28 | 110.34 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 224 | 132 | 0.75 | 0 | 0.41 | 0.12 | 147.14 | 0.73 | 0.55 |
| Hex | 38 | E0 | 84 | 4B | 0 | 29 | C | 93 | 49 | 37 |
| Octal | 70 | 340 | 204 | 113 | 0 | 51 | 14 | 223 | 111 | 67 |
| Binary | 111000 | 11100000 | 10000100 | 1001011 | 0 | 101001 | 1100 | 10010011 | 1001001 | 110111 |
Color Harmonies of #38E084
Complementary color
Monochromatic Colors of #38E084
Black with #38E084
Text Example
Text Example
White with #38E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E084; }
p { color: rgb(56,224,132); }
H1.HeaderClassName
{
color: #38E084;
}
.AnyTagClassName
{
color: #38E084;
}
</style>
background-color css
<style>
a { background-color: #38E084; }
a { background-color: rgb(56,224,132); }
div.DivClassName
{
background-color: #38E084;
}
.BgClassName
{
background-color: #38E084;
}
</style>
border-color css
<style>
span { border-color: #38E084; }
span { border-color: rgb(56,224,132); }
td.TdClassName
{
border-color: #38E084;
}
.TagClassName
{
border-color: #38E084;
}
</style>