Shades of Shamrock #38D296
Tints of Shamrock #38D296
RGB
CMYK
RGB Variations
Color information
#38D296 (or 0x38D296) is known color: Shamrock. HEX triplet: 38, D2 and 96. RGB value is (56,210,150). Sum of RGB (Red+Green+Blue) = 56+210+150=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #38D296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D296 is #C72D69. Grayscale: #9D9D9D. Windows color (decimal): -13053290 or 9884216. OLE color: 9884216.
HSL color Cylindrical-coordinate representation of color #38D296: hue angle of 156.62º degrees, saturation: 0.63, 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 #38D296 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 150 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.18 |
| HSL | 156.62º | 0.63% | 0.52% | - |
| HSV(B) | 156.62º | 0.73% | 0.82% | - |
| XYZ | 30.18 | 49.14 | 36.75 | - |
| YUV | 157.11 | 123.98 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 150 | 0.73 | 0 | 0.29 | 0.18 | 156.62 | 0.63 | 0.52 |
| Hex | 38 | D2 | 96 | 49 | 0 | 1D | 12 | 9D | 3F | 34 |
| Octal | 70 | 322 | 226 | 111 | 0 | 35 | 22 | 235 | 77 | 64 |
| Binary | 111000 | 11010010 | 10010110 | 1001001 | 0 | 11101 | 10010 | 10011101 | 111111 | 110100 |
Color Harmonies of #38D296
Complementary color
Monochromatic Colors of #38D296
Black with #38D296
Text Example
Text Example
White with #38D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D296; }
p { color: rgb(56,210,150); }
H1.HeaderClassName
{
color: #38D296;
}
.AnyTagClassName
{
color: #38D296;
}
</style>
background-color css
<style>
a { background-color: #38D296; }
a { background-color: rgb(56,210,150); }
div.DivClassName
{
background-color: #38D296;
}
.BgClassName
{
background-color: #38D296;
}
</style>
border-color css
<style>
span { border-color: #38D296; }
span { border-color: rgb(56,210,150); }
td.TdClassName
{
border-color: #38D296;
}
.TagClassName
{
border-color: #38D296;
}
</style>