Shades of Shamrock #38CB8D
Tints of Shamrock #38CB8D
RGB
CMYK
RGB Variations
Color information
#38CB8D (or 0x38CB8D) is known color: Shamrock. HEX triplet: 38, CB and 8D. RGB value is (56,203,141). Sum of RGB (Red+Green+Blue) = 56+203+141=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CB8D is #C73472. Grayscale: #989898. Windows color (decimal): -13055091 or 9292600. OLE color: 9292600.
HSL color Cylindrical-coordinate representation of color #38CB8D: hue angle of 154.69º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB8D is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 141 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.20 |
| HSL | 154.69º | 0.59% | 0.51% | - |
| HSV(B) | 154.69º | 0.72% | 0.8% | - |
| XYZ | 27.79 | 45.48 | 32.51 | - |
| YUV | 151.98 | 121.8 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 141 | 0.72 | 0 | 0.31 | 0.20 | 154.69 | 0.59 | 0.51 |
| Hex | 38 | CB | 8D | 48 | 0 | 1F | 14 | 9B | 3B | 33 |
| Octal | 70 | 313 | 215 | 110 | 0 | 37 | 24 | 233 | 73 | 63 |
| Binary | 111000 | 11001011 | 10001101 | 1001000 | 0 | 11111 | 10100 | 10011011 | 111011 | 110011 |
Color Harmonies of #38CB8D
Complementary color
Monochromatic Colors of #38CB8D
Black with #38CB8D
Text Example
Text Example
White with #38CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB8D; }
p { color: rgb(56,203,141); }
H1.HeaderClassName
{
color: #38CB8D;
}
.AnyTagClassName
{
color: #38CB8D;
}
</style>
background-color css
<style>
a { background-color: #38CB8D; }
a { background-color: rgb(56,203,141); }
div.DivClassName
{
background-color: #38CB8D;
}
.BgClassName
{
background-color: #38CB8D;
}
</style>
border-color css
<style>
span { border-color: #38CB8D; }
span { border-color: rgb(56,203,141); }
td.TdClassName
{
border-color: #38CB8D;
}
.TagClassName
{
border-color: #38CB8D;
}
</style>