Shades of Shamrock #38D682
Tints of Shamrock #38D682
RGB
CMYK
RGB Variations
Color information
#38D682 (or 0x38D682) is known color: Shamrock. HEX triplet: 38, D6 and 82. RGB value is (56,214,130). Sum of RGB (Red+Green+Blue) = 56+214+130=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #38D682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D682 is #C7297D. Grayscale: #9D9D9D. Windows color (decimal): -13052286 or 8574520. OLE color: 8574520.
HSL color Cylindrical-coordinate representation of color #38D682: hue angle of 148.1º degrees, saturation: 0.66, 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 #38D682 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 130 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.16 |
| HSL | 148.1º | 0.66% | 0.53% | - |
| HSV(B) | 148.1º | 0.74% | 0.84% | - |
| XYZ | 29.71 | 50.55 | 29.31 | - |
| YUV | 157.18 | 112.65 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 130 | 0.74 | 0 | 0.39 | 0.16 | 148.1 | 0.66 | 0.53 |
| Hex | 38 | D6 | 82 | 4A | 0 | 27 | 10 | 94 | 42 | 35 |
| Octal | 70 | 326 | 202 | 112 | 0 | 47 | 20 | 224 | 102 | 65 |
| Binary | 111000 | 11010110 | 10000010 | 1001010 | 0 | 100111 | 10000 | 10010100 | 1000010 | 110101 |
Color Harmonies of #38D682
Complementary color
Monochromatic Colors of #38D682
Black with #38D682
Text Example
Text Example
White with #38D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D682; }
p { color: rgb(56,214,130); }
H1.HeaderClassName
{
color: #38D682;
}
.AnyTagClassName
{
color: #38D682;
}
</style>
background-color css
<style>
a { background-color: #38D682; }
a { background-color: rgb(56,214,130); }
div.DivClassName
{
background-color: #38D682;
}
.BgClassName
{
background-color: #38D682;
}
</style>
border-color css
<style>
span { border-color: #38D682; }
span { border-color: rgb(56,214,130); }
td.TdClassName
{
border-color: #38D682;
}
.TagClassName
{
border-color: #38D682;
}
</style>