Shades of Shamrock #38D788
Tints of Shamrock #38D788
RGB
CMYK
RGB Variations
Color information
#38D788 (or 0x38D788) is known color: Shamrock. HEX triplet: 38, D7 and 88. RGB value is (56,215,136). Sum of RGB (Red+Green+Blue) = 56+215+136=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #38D788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D788 is #C72877. Grayscale: #9E9E9E. Windows color (decimal): -13052024 or 8967992. OLE color: 8967992.
HSL color Cylindrical-coordinate representation of color #38D788: hue angle of 150.19º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D788 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 136 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.16 |
| HSL | 150.19º | 0.67% | 0.53% | - |
| HSV(B) | 150.19º | 0.74% | 0.84% | - |
| XYZ | 30.38 | 51.22 | 31.58 | - |
| YUV | 158.45 | 115.32 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 136 | 0.74 | 0 | 0.37 | 0.16 | 150.19 | 0.67 | 0.53 |
| Hex | 38 | D7 | 88 | 4A | 0 | 25 | 10 | 96 | 43 | 35 |
| Octal | 70 | 327 | 210 | 112 | 0 | 45 | 20 | 226 | 103 | 65 |
| Binary | 111000 | 11010111 | 10001000 | 1001010 | 0 | 100101 | 10000 | 10010110 | 1000011 | 110101 |
Color Harmonies of #38D788
Complementary color
Monochromatic Colors of #38D788
Black with #38D788
Text Example
Text Example
White with #38D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D788; }
p { color: rgb(56,215,136); }
H1.HeaderClassName
{
color: #38D788;
}
.AnyTagClassName
{
color: #38D788;
}
</style>
background-color css
<style>
a { background-color: #38D788; }
a { background-color: rgb(56,215,136); }
div.DivClassName
{
background-color: #38D788;
}
.BgClassName
{
background-color: #38D788;
}
</style>
border-color css
<style>
span { border-color: #38D788; }
span { border-color: rgb(56,215,136); }
td.TdClassName
{
border-color: #38D788;
}
.TagClassName
{
border-color: #38D788;
}
</style>