Shades of Shamrock #38D997
Tints of Shamrock #38D997
RGB
CMYK
RGB Variations
Color information
#38D997 (or 0x38D997) is known color: Shamrock. HEX triplet: 38, D9 and 97. RGB value is (56,217,151). Sum of RGB (Red+Green+Blue) = 56+217+151=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #38D997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D997 is #C72668. Grayscale: #A1A1A1. Windows color (decimal): -13051497 or 9951544. OLE color: 9951544.
HSL color Cylindrical-coordinate representation of color #38D997: hue angle of 155.4º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D997 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 151 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.15 |
| HSL | 155.4º | 0.68% | 0.54% | - |
| HSV(B) | 155.4º | 0.74% | 0.85% | - |
| XYZ | 32.03 | 52.7 | 37.76 | - |
| YUV | 161.34 | 122.16 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 151 | 0.74 | 0 | 0.30 | 0.15 | 155.4 | 0.68 | 0.54 |
| Hex | 38 | D9 | 97 | 4A | 0 | 1E | F | 9B | 44 | 36 |
| Octal | 70 | 331 | 227 | 112 | 0 | 36 | 17 | 233 | 104 | 66 |
| Binary | 111000 | 11011001 | 10010111 | 1001010 | 0 | 11110 | 1111 | 10011011 | 1000100 | 110110 |
Color Harmonies of #38D997
Complementary color
Monochromatic Colors of #38D997
Black with #38D997
Text Example
Text Example
White with #38D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D997; }
p { color: rgb(56,217,151); }
H1.HeaderClassName
{
color: #38D997;
}
.AnyTagClassName
{
color: #38D997;
}
</style>
background-color css
<style>
a { background-color: #38D997; }
a { background-color: rgb(56,217,151); }
div.DivClassName
{
background-color: #38D997;
}
.BgClassName
{
background-color: #38D997;
}
</style>
border-color css
<style>
span { border-color: #38D997; }
span { border-color: rgb(56,217,151); }
td.TdClassName
{
border-color: #38D997;
}
.TagClassName
{
border-color: #38D997;
}
</style>