Shades of Shamrock #38FF8D
Tints of Shamrock #38FF8D
RGB
CMYK
RGB Variations
Color information
#38FF8D (or 0x38FF8D) is known color: Shamrock. HEX triplet: 38, FF and 8D. RGB value is (56,255,141). Sum of RGB (Red+Green+Blue) = 56+255+141=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FF8D is #C70072. Grayscale: #B6B6B6. Windows color (decimal): -13041779 or 9305912. OLE color: 9305912.
HSL color Cylindrical-coordinate representation of color #38FF8D: hue angle of 145.63º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FF8D is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 141 | - |
| CMYK | 0.78 | 0 | 0.45 | 0 |
| HSL | 145.63º | 1% | 0.61% | - |
| HSV(B) | 145.63º | 0.78% | 1% | - |
| XYZ | 42.2 | 74.28 | 37.31 | - |
| YUV | 182.5 | 104.57 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 141 | 0.78 | 0 | 0.45 | 0 | 145.63 | 1 | 0.61 |
| Hex | 38 | FF | 8D | 4E | 0 | 2D | 0 | 92 | 64 | 3D |
| Octal | 70 | 377 | 215 | 116 | 0 | 55 | 0 | 222 | 144 | 75 |
| Binary | 111000 | 11111111 | 10001101 | 1001110 | 0 | 101101 | 0 | 10010010 | 1100100 | 111101 |
Color Harmonies of #38FF8D
Complementary color
Monochromatic Colors of #38FF8D
Black with #38FF8D
Text Example
Text Example
White with #38FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF8D; }
p { color: rgb(56,255,141); }
H1.HeaderClassName
{
color: #38FF8D;
}
.AnyTagClassName
{
color: #38FF8D;
}
</style>
background-color css
<style>
a { background-color: #38FF8D; }
a { background-color: rgb(56,255,141); }
div.DivClassName
{
background-color: #38FF8D;
}
.BgClassName
{
background-color: #38FF8D;
}
</style>
border-color css
<style>
span { border-color: #38FF8D; }
span { border-color: rgb(56,255,141); }
td.TdClassName
{
border-color: #38FF8D;
}
.TagClassName
{
border-color: #38FF8D;
}
</style>