Shades of Shamrock #38D696
Tints of Shamrock #38D696
RGB
CMYK
RGB Variations
Color information
#38D696 (or 0x38D696) is known color: Shamrock. HEX triplet: 38, D6 and 96. RGB value is (56,214,150). Sum of RGB (Red+Green+Blue) = 56+214+150=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #38D696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D696 is #C72969. Grayscale: #9F9F9F. Windows color (decimal): -13052266 or 9885240. OLE color: 9885240.
HSL color Cylindrical-coordinate representation of color #38D696: hue angle of 155.7º 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 #38D696 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 150 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.16 |
| HSL | 155.7º | 0.66% | 0.53% | - |
| HSV(B) | 155.7º | 0.74% | 0.84% | - |
| XYZ | 31.18 | 51.14 | 37.08 | - |
| YUV | 159.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 150 | 0.74 | 0 | 0.30 | 0.16 | 155.7 | 0.66 | 0.53 |
| Hex | 38 | D6 | 96 | 4A | 0 | 1E | 10 | 9C | 42 | 35 |
| Octal | 70 | 326 | 226 | 112 | 0 | 36 | 20 | 234 | 102 | 65 |
| Binary | 111000 | 11010110 | 10010110 | 1001010 | 0 | 11110 | 10000 | 10011100 | 1000010 | 110101 |
Color Harmonies of #38D696
Complementary color
Monochromatic Colors of #38D696
Black with #38D696
Text Example
Text Example
White with #38D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D696; }
p { color: rgb(56,214,150); }
H1.HeaderClassName
{
color: #38D696;
}
.AnyTagClassName
{
color: #38D696;
}
</style>
background-color css
<style>
a { background-color: #38D696; }
a { background-color: rgb(56,214,150); }
div.DivClassName
{
background-color: #38D696;
}
.BgClassName
{
background-color: #38D696;
}
</style>
border-color css
<style>
span { border-color: #38D696; }
span { border-color: rgb(56,214,150); }
td.TdClassName
{
border-color: #38D696;
}
.TagClassName
{
border-color: #38D696;
}
</style>