Shades of Shamrock #38FB8D
Tints of Shamrock #38FB8D
RGB
CMYK
RGB Variations
Color information
#38FB8D (or 0x38FB8D) is known color: Shamrock. HEX triplet: 38, FB and 8D. RGB value is (56,251,141). Sum of RGB (Red+Green+Blue) = 56+251+141=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FB8D is #C70472. Grayscale: #B4B4B4. Windows color (decimal): -13042803 or 9304888. OLE color: 9304888.
HSL color Cylindrical-coordinate representation of color #38FB8D: hue angle of 146.15º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FB8D is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 251 | 141 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.02 |
| HSL | 146.15º | 0.96% | 0.6% | - |
| HSV(B) | 146.15º | 0.78% | 0.98% | - |
| XYZ | 40.94 | 71.76 | 36.89 | - |
| YUV | 180.16 | 105.9 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 251 | 141 | 0.78 | 0 | 0.44 | 0.02 | 146.15 | 0.96 | 0.6 |
| Hex | 38 | FB | 8D | 4E | 0 | 2C | 2 | 92 | 60 | 3C |
| Octal | 70 | 373 | 215 | 116 | 0 | 54 | 2 | 222 | 140 | 74 |
| Binary | 111000 | 11111011 | 10001101 | 1001110 | 0 | 101100 | 10 | 10010010 | 1100000 | 111100 |
Color Harmonies of #38FB8D
Complementary color
Monochromatic Colors of #38FB8D
Black with #38FB8D
Text Example
Text Example
White with #38FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FB8D; }
p { color: rgb(56,251,141); }
H1.HeaderClassName
{
color: #38FB8D;
}
.AnyTagClassName
{
color: #38FB8D;
}
</style>
background-color css
<style>
a { background-color: #38FB8D; }
a { background-color: rgb(56,251,141); }
div.DivClassName
{
background-color: #38FB8D;
}
.BgClassName
{
background-color: #38FB8D;
}
</style>
border-color css
<style>
span { border-color: #38FB8D; }
span { border-color: rgb(56,251,141); }
td.TdClassName
{
border-color: #38FB8D;
}
.TagClassName
{
border-color: #38FB8D;
}
</style>