Shades of Shamrock #38D885
Tints of Shamrock #38D885
RGB
CMYK
RGB Variations
Color information
#38D885 (or 0x38D885) is known color: Shamrock. HEX triplet: 38, D8 and 85. RGB value is (56,216,133). Sum of RGB (Red+Green+Blue) = 56+216+133=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #38D885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D885 is #C7277A. Grayscale: #9E9E9E. Windows color (decimal): -13051771 or 8771640. OLE color: 8771640.
HSL color Cylindrical-coordinate representation of color #38D885: hue angle of 148.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D885 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 133 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.15 |
| HSL | 148.88º | 0.67% | 0.53% | - |
| HSV(B) | 148.88º | 0.74% | 0.85% | - |
| XYZ | 30.42 | 51.65 | 30.56 | - |
| YUV | 158.7 | 113.49 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 133 | 0.74 | 0 | 0.38 | 0.15 | 148.88 | 0.67 | 0.53 |
| Hex | 38 | D8 | 85 | 4A | 0 | 26 | F | 95 | 43 | 35 |
| Octal | 70 | 330 | 205 | 112 | 0 | 46 | 17 | 225 | 103 | 65 |
| Binary | 111000 | 11011000 | 10000101 | 1001010 | 0 | 100110 | 1111 | 10010101 | 1000011 | 110101 |
Color Harmonies of #38D885
Complementary color
Monochromatic Colors of #38D885
Black with #38D885
Text Example
Text Example
White with #38D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D885; }
p { color: rgb(56,216,133); }
H1.HeaderClassName
{
color: #38D885;
}
.AnyTagClassName
{
color: #38D885;
}
</style>
background-color css
<style>
a { background-color: #38D885; }
a { background-color: rgb(56,216,133); }
div.DivClassName
{
background-color: #38D885;
}
.BgClassName
{
background-color: #38D885;
}
</style>
border-color css
<style>
span { border-color: #38D885; }
span { border-color: rgb(56,216,133); }
td.TdClassName
{
border-color: #38D885;
}
.TagClassName
{
border-color: #38D885;
}
</style>