Shades of Shamrock #38D181
Tints of Shamrock #38D181
RGB
CMYK
RGB Variations
Color information
#38D181 (or 0x38D181) is known color: Shamrock. HEX triplet: 38, D1 and 81. RGB value is (56,209,129). Sum of RGB (Red+Green+Blue) = 56+209+129=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 209 (82.03% from 255 or 53.05% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 209 - color contains mainly: green. Hex color #38D181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D181 is #C72E7E. Grayscale: #9A9A9A. Windows color (decimal): -13053567 or 8507704. OLE color: 8507704.
HSL color Cylindrical-coordinate representation of color #38D181: hue angle of 148.63º 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 #38D181 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 129 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.18 |
| HSL | 148.63º | 0.62% | 0.52% | - |
| HSV(B) | 148.63º | 0.73% | 0.82% | - |
| XYZ | 28.39 | 48.03 | 28.54 | - |
| YUV | 154.13 | 113.81 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 129 | 0.73 | 0 | 0.38 | 0.18 | 148.63 | 0.62 | 0.52 |
| Hex | 38 | D1 | 81 | 49 | 0 | 26 | 12 | 95 | 3E | 34 |
| Octal | 70 | 321 | 201 | 111 | 0 | 46 | 22 | 225 | 76 | 64 |
| Binary | 111000 | 11010001 | 10000001 | 1001001 | 0 | 100110 | 10010 | 10010101 | 111110 | 110100 |
Color Harmonies of #38D181
Complementary color
Monochromatic Colors of #38D181
Black with #38D181
Text Example
Text Example
White with #38D181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D181; }
p { color: rgb(56,209,129); }
H1.HeaderClassName
{
color: #38D181;
}
.AnyTagClassName
{
color: #38D181;
}
</style>
background-color css
<style>
a { background-color: #38D181; }
a { background-color: rgb(56,209,129); }
div.DivClassName
{
background-color: #38D181;
}
.BgClassName
{
background-color: #38D181;
}
</style>
border-color css
<style>
span { border-color: #38D181; }
span { border-color: rgb(56,209,129); }
td.TdClassName
{
border-color: #38D181;
}
.TagClassName
{
border-color: #38D181;
}
</style>