Shades of Shamrock #38D694
Tints of Shamrock #38D694
RGB
CMYK
RGB Variations
Color information
#38D694 (or 0x38D694) is known color: Shamrock. HEX triplet: 38, D6 and 94. RGB value is (56,214,148). Sum of RGB (Red+Green+Blue) = 56+214+148=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #38D694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D694 is #C7296B. Grayscale: #9F9F9F. Windows color (decimal): -13052268 or 9754168. OLE color: 9754168.
HSL color Cylindrical-coordinate representation of color #38D694: hue angle of 154.94º 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 #38D694 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 148 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.16 |
| HSL | 154.94º | 0.66% | 0.53% | - |
| HSV(B) | 154.94º | 0.74% | 0.84% | - |
| XYZ | 31.02 | 51.07 | 36.24 | - |
| YUV | 159.23 | 121.65 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 148 | 0.74 | 0 | 0.31 | 0.16 | 154.94 | 0.66 | 0.53 |
| Hex | 38 | D6 | 94 | 4A | 0 | 1F | 10 | 9B | 42 | 35 |
| Octal | 70 | 326 | 224 | 112 | 0 | 37 | 20 | 233 | 102 | 65 |
| Binary | 111000 | 11010110 | 10010100 | 1001010 | 0 | 11111 | 10000 | 10011011 | 1000010 | 110101 |
Color Harmonies of #38D694
Complementary color
Monochromatic Colors of #38D694
Black with #38D694
Text Example
Text Example
White with #38D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D694; }
p { color: rgb(56,214,148); }
H1.HeaderClassName
{
color: #38D694;
}
.AnyTagClassName
{
color: #38D694;
}
</style>
background-color css
<style>
a { background-color: #38D694; }
a { background-color: rgb(56,214,148); }
div.DivClassName
{
background-color: #38D694;
}
.BgClassName
{
background-color: #38D694;
}
</style>
border-color css
<style>
span { border-color: #38D694; }
span { border-color: rgb(56,214,148); }
td.TdClassName
{
border-color: #38D694;
}
.TagClassName
{
border-color: #38D694;
}
</style>