Shades of Shamrock #38FE8D
Tints of Shamrock #38FE8D
RGB
CMYK
RGB Variations
Color information
#38FE8D (or 0x38FE8D) is known color: Shamrock. HEX triplet: 38, FE and 8D. RGB value is (56,254,141). Sum of RGB (Red+Green+Blue) = 56+254+141=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FE8D is #C70172. Grayscale: #B6B6B6. Windows color (decimal): -13042035 or 9305656. OLE color: 9305656.
HSL color Cylindrical-coordinate representation of color #38FE8D: hue angle of 145.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FE8D is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 141 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.00 |
| HSL | 145.76º | 0.99% | 0.61% | - |
| HSV(B) | 145.76º | 0.78% | 1% | - |
| XYZ | 41.88 | 73.65 | 37.21 | - |
| YUV | 181.92 | 104.9 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 141 | 0.78 | 0 | 0.44 | 0.00 | 145.76 | 0.99 | 0.61 |
| Hex | 38 | FE | 8D | 4E | 0 | 2C | 0 | 92 | 63 | 3D |
| Octal | 70 | 376 | 215 | 116 | 0 | 54 | 0 | 222 | 143 | 75 |
| Binary | 111000 | 11111110 | 10001101 | 1001110 | 0 | 101100 | 0 | 10010010 | 1100011 | 111101 |
Color Harmonies of #38FE8D
Complementary color
Monochromatic Colors of #38FE8D
Black with #38FE8D
Text Example
Text Example
White with #38FE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE8D; }
p { color: rgb(56,254,141); }
H1.HeaderClassName
{
color: #38FE8D;
}
.AnyTagClassName
{
color: #38FE8D;
}
</style>
background-color css
<style>
a { background-color: #38FE8D; }
a { background-color: rgb(56,254,141); }
div.DivClassName
{
background-color: #38FE8D;
}
.BgClassName
{
background-color: #38FE8D;
}
</style>
border-color css
<style>
span { border-color: #38FE8D; }
span { border-color: rgb(56,254,141); }
td.TdClassName
{
border-color: #38FE8D;
}
.TagClassName
{
border-color: #38FE8D;
}
</style>