Shades of Shamrock #38DB8D
Tints of Shamrock #38DB8D
RGB
CMYK
RGB Variations
Color information
#38DB8D (or 0x38DB8D) is known color: Shamrock. HEX triplet: 38, DB and 8D. RGB value is (56,219,141). Sum of RGB (Red+Green+Blue) = 56+219+141=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DB8D is #C72472. Grayscale: #A1A1A1. Windows color (decimal): -13050995 or 9296696. OLE color: 9296696.
HSL color Cylindrical-coordinate representation of color #38DB8D: hue angle of 151.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DB8D is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 141 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.14 |
| HSL | 151.29º | 0.69% | 0.54% | - |
| HSV(B) | 151.29º | 0.74% | 0.86% | - |
| XYZ | 31.77 | 53.43 | 33.84 | - |
| YUV | 161.37 | 116.5 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 141 | 0.74 | 0 | 0.36 | 0.14 | 151.29 | 0.69 | 0.54 |
| Hex | 38 | DB | 8D | 4A | 0 | 24 | E | 97 | 45 | 36 |
| Octal | 70 | 333 | 215 | 112 | 0 | 44 | 16 | 227 | 105 | 66 |
| Binary | 111000 | 11011011 | 10001101 | 1001010 | 0 | 100100 | 1110 | 10010111 | 1000101 | 110110 |
Color Harmonies of #38DB8D
Complementary color
Monochromatic Colors of #38DB8D
Black with #38DB8D
Text Example
Text Example
White with #38DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DB8D; }
p { color: rgb(56,219,141); }
H1.HeaderClassName
{
color: #38DB8D;
}
.AnyTagClassName
{
color: #38DB8D;
}
</style>
background-color css
<style>
a { background-color: #38DB8D; }
a { background-color: rgb(56,219,141); }
div.DivClassName
{
background-color: #38DB8D;
}
.BgClassName
{
background-color: #38DB8D;
}
</style>
border-color css
<style>
span { border-color: #38DB8D; }
span { border-color: rgb(56,219,141); }
td.TdClassName
{
border-color: #38DB8D;
}
.TagClassName
{
border-color: #38DB8D;
}
</style>