Shades of Shamrock #38D486
Tints of Shamrock #38D486
RGB
CMYK
RGB Variations
Color information
#38D486 (or 0x38D486) is known color: Shamrock. HEX triplet: 38, D4 and 86. RGB value is (56,212,134). Sum of RGB (Red+Green+Blue) = 56+212+134=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 212 (83.20% from 255 or 52.74% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 212 - color contains mainly: green. Hex color #38D486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D486 is #C72B79. Grayscale: #9C9C9C. Windows color (decimal): -13052794 or 8836152. OLE color: 8836152.
HSL color Cylindrical-coordinate representation of color #38D486: hue angle of 150º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D486 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 134 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.17 |
| HSL | 150º | 0.64% | 0.53% | - |
| HSV(B) | 150º | 0.74% | 0.83% | - |
| XYZ | 29.48 | 49.65 | 30.58 | - |
| YUV | 156.46 | 115.32 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 134 | 0.74 | 0 | 0.37 | 0.17 | 150 | 0.64 | 0.53 |
| Hex | 38 | D4 | 86 | 4A | 0 | 25 | 11 | 96 | 40 | 35 |
| Octal | 70 | 324 | 206 | 112 | 0 | 45 | 21 | 226 | 100 | 65 |
| Binary | 111000 | 11010100 | 10000110 | 1001010 | 0 | 100101 | 10001 | 10010110 | 1000000 | 110101 |
Color Harmonies of #38D486
Complementary color
Monochromatic Colors of #38D486
Black with #38D486
Text Example
Text Example
White with #38D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D486; }
p { color: rgb(56,212,134); }
H1.HeaderClassName
{
color: #38D486;
}
.AnyTagClassName
{
color: #38D486;
}
</style>
background-color css
<style>
a { background-color: #38D486; }
a { background-color: rgb(56,212,134); }
div.DivClassName
{
background-color: #38D486;
}
.BgClassName
{
background-color: #38D486;
}
</style>
border-color css
<style>
span { border-color: #38D486; }
span { border-color: rgb(56,212,134); }
td.TdClassName
{
border-color: #38D486;
}
.TagClassName
{
border-color: #38D486;
}
</style>