Shades of Shamrock #38D089
Tints of Shamrock #38D089
RGB
CMYK
RGB Variations
Color information
#38D089 (or 0x38D089) is known color: Shamrock. HEX triplet: 38, D0 and 89. RGB value is (56,208,137). Sum of RGB (Red+Green+Blue) = 56+208+137=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #38D089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D089 is #C72F76. Grayscale: #9A9A9A. Windows color (decimal): -13053815 or 9031736. OLE color: 9031736.
HSL color Cylindrical-coordinate representation of color #38D089: hue angle of 151.97º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D089 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 137 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.18 |
| HSL | 151.97º | 0.62% | 0.52% | - |
| HSV(B) | 151.97º | 0.73% | 0.82% | - |
| XYZ | 28.7 | 47.76 | 31.37 | - |
| YUV | 154.46 | 118.14 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 137 | 0.73 | 0 | 0.34 | 0.18 | 151.97 | 0.62 | 0.52 |
| Hex | 38 | D0 | 89 | 49 | 0 | 22 | 12 | 98 | 3E | 34 |
| Octal | 70 | 320 | 211 | 111 | 0 | 42 | 22 | 230 | 76 | 64 |
| Binary | 111000 | 11010000 | 10001001 | 1001001 | 0 | 100010 | 10010 | 10011000 | 111110 | 110100 |
Color Harmonies of #38D089
Complementary color
Monochromatic Colors of #38D089
Black with #38D089
Text Example
Text Example
White with #38D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D089; }
p { color: rgb(56,208,137); }
H1.HeaderClassName
{
color: #38D089;
}
.AnyTagClassName
{
color: #38D089;
}
</style>
background-color css
<style>
a { background-color: #38D089; }
a { background-color: rgb(56,208,137); }
div.DivClassName
{
background-color: #38D089;
}
.BgClassName
{
background-color: #38D089;
}
</style>
border-color css
<style>
span { border-color: #38D089; }
span { border-color: rgb(56,208,137); }
td.TdClassName
{
border-color: #38D089;
}
.TagClassName
{
border-color: #38D089;
}
</style>