Shades of Shamrock #38FF8C
Tints of Shamrock #38FF8C
RGB
CMYK
RGB Variations
Color information
#38FF8C (or 0x38FF8C) is known color: Shamrock. HEX triplet: 38, FF and 8C. RGB value is (56,255,140). Sum of RGB (Red+Green+Blue) = 56+255+140=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FF8C is #C70073. Grayscale: #B6B6B6. Windows color (decimal): -13041780 or 9240376. OLE color: 9240376.
HSL color Cylindrical-coordinate representation of color #38FF8C: hue angle of 145.33º 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 #38FF8C is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 140 | - |
| CMYK | 0.78 | 0 | 0.45 | 0 |
| HSL | 145.33º | 1% | 0.61% | - |
| HSV(B) | 145.33º | 0.78% | 1% | - |
| XYZ | 42.12 | 74.25 | 36.92 | - |
| YUV | 182.39 | 104.07 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 140 | 0.78 | 0 | 0.45 | 0 | 145.33 | 1 | 0.61 |
| Hex | 38 | FF | 8C | 4E | 0 | 2D | 0 | 91 | 64 | 3D |
| Octal | 70 | 377 | 214 | 116 | 0 | 55 | 0 | 221 | 144 | 75 |
| Binary | 111000 | 11111111 | 10001100 | 1001110 | 0 | 101101 | 0 | 10010001 | 1100100 | 111101 |
Color Harmonies of #38FF8C
Complementary color
Monochromatic Colors of #38FF8C
Black with #38FF8C
Text Example
Text Example
White with #38FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF8C; }
p { color: rgb(56,255,140); }
H1.HeaderClassName
{
color: #38FF8C;
}
.AnyTagClassName
{
color: #38FF8C;
}
</style>
background-color css
<style>
a { background-color: #38FF8C; }
a { background-color: rgb(56,255,140); }
div.DivClassName
{
background-color: #38FF8C;
}
.BgClassName
{
background-color: #38FF8C;
}
</style>
border-color css
<style>
span { border-color: #38FF8C; }
span { border-color: rgb(56,255,140); }
td.TdClassName
{
border-color: #38FF8C;
}
.TagClassName
{
border-color: #38FF8C;
}
</style>