Shades of Shamrock #38EC8C
Tints of Shamrock #38EC8C
RGB
CMYK
RGB Variations
Color information
#38EC8C (or 0x38EC8C) is known color: Shamrock. HEX triplet: 38, EC and 8C. RGB value is (56,236,140). Sum of RGB (Red+Green+Blue) = 56+236+140=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 236 (92.58% from 255 or 54.63% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EC8C is #C71373. Grayscale: #ABABAB. Windows color (decimal): -13046644 or 9235512. OLE color: 9235512.
HSL color Cylindrical-coordinate representation of color #38EC8C: hue angle of 148º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EC8C is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 140 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.07 |
| HSL | 148º | 0.83% | 0.57% | - |
| HSV(B) | 148º | 0.76% | 0.93% | - |
| XYZ | 36.36 | 62.73 | 35 | - |
| YUV | 171.24 | 110.37 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 140 | 0.76 | 0 | 0.41 | 0.07 | 148 | 0.83 | 0.57 |
| Hex | 38 | EC | 8C | 4C | 0 | 29 | 7 | 94 | 53 | 39 |
| Octal | 70 | 354 | 214 | 114 | 0 | 51 | 7 | 224 | 123 | 71 |
| Binary | 111000 | 11101100 | 10001100 | 1001100 | 0 | 101001 | 111 | 10010100 | 1010011 | 111001 |
Color Harmonies of #38EC8C
Complementary color
Monochromatic Colors of #38EC8C
Black with #38EC8C
Text Example
Text Example
White with #38EC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC8C; }
p { color: rgb(56,236,140); }
H1.HeaderClassName
{
color: #38EC8C;
}
.AnyTagClassName
{
color: #38EC8C;
}
</style>
background-color css
<style>
a { background-color: #38EC8C; }
a { background-color: rgb(56,236,140); }
div.DivClassName
{
background-color: #38EC8C;
}
.BgClassName
{
background-color: #38EC8C;
}
</style>
border-color css
<style>
span { border-color: #38EC8C; }
span { border-color: rgb(56,236,140); }
td.TdClassName
{
border-color: #38EC8C;
}
.TagClassName
{
border-color: #38EC8C;
}
</style>