Shades of Shamrock #38E98C
Tints of Shamrock #38E98C
RGB
CMYK
RGB Variations
Color information
#38E98C (or 0x38E98C) is known color: Shamrock. HEX triplet: 38, E9 and 8C. RGB value is (56,233,140). Sum of RGB (Red+Green+Blue) = 56+233+140=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 233 (91.41% from 255 or 54.31% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 233 - color contains mainly: green. Hex color #38E98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38E98C is #C71673. Grayscale: #A9A9A9. Windows color (decimal): -13047412 or 9234744. OLE color: 9234744.
HSL color Cylindrical-coordinate representation of color #38E98C: hue angle of 148.47º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E98C is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 140 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.09 |
| HSL | 148.47º | 0.8% | 0.57% | - |
| HSV(B) | 148.47º | 0.76% | 0.91% | - |
| XYZ | 35.5 | 61.01 | 34.72 | - |
| YUV | 169.48 | 111.36 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 140 | 0.76 | 0 | 0.40 | 0.09 | 148.47 | 0.8 | 0.57 |
| Hex | 38 | E9 | 8C | 4C | 0 | 28 | 9 | 94 | 50 | 39 |
| Octal | 70 | 351 | 214 | 114 | 0 | 50 | 11 | 224 | 120 | 71 |
| Binary | 111000 | 11101001 | 10001100 | 1001100 | 0 | 101000 | 1001 | 10010100 | 1010000 | 111001 |
Color Harmonies of #38E98C
Complementary color
Monochromatic Colors of #38E98C
Black with #38E98C
Text Example
Text Example
White with #38E98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E98C; }
p { color: rgb(56,233,140); }
H1.HeaderClassName
{
color: #38E98C;
}
.AnyTagClassName
{
color: #38E98C;
}
</style>
background-color css
<style>
a { background-color: #38E98C; }
a { background-color: rgb(56,233,140); }
div.DivClassName
{
background-color: #38E98C;
}
.BgClassName
{
background-color: #38E98C;
}
</style>
border-color css
<style>
span { border-color: #38E98C; }
span { border-color: rgb(56,233,140); }
td.TdClassName
{
border-color: #38E98C;
}
.TagClassName
{
border-color: #38E98C;
}
</style>