Shades of Shamrock #38EC88
Tints of Shamrock #38EC88
RGB
CMYK
RGB Variations
Color information
#38EC88 (or 0x38EC88) is known color: Shamrock. HEX triplet: 38, EC and 88. RGB value is (56,236,136). Sum of RGB (Red+Green+Blue) = 56+236+136=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EC88 is #C71377. Grayscale: #ABABAB. Windows color (decimal): -13046648 or 8973368. OLE color: 8973368.
HSL color Cylindrical-coordinate representation of color #38EC88: hue angle of 146.67º 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 #38EC88 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 136 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.07 |
| HSL | 146.67º | 0.83% | 0.57% | - |
| HSV(B) | 146.67º | 0.76% | 0.93% | - |
| XYZ | 36.07 | 62.61 | 33.48 | - |
| YUV | 170.78 | 108.37 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 136 | 0.76 | 0 | 0.42 | 0.07 | 146.67 | 0.83 | 0.57 |
| Hex | 38 | EC | 88 | 4C | 0 | 2A | 7 | 93 | 53 | 39 |
| Octal | 70 | 354 | 210 | 114 | 0 | 52 | 7 | 223 | 123 | 71 |
| Binary | 111000 | 11101100 | 10001000 | 1001100 | 0 | 101010 | 111 | 10010011 | 1010011 | 111001 |
Color Harmonies of #38EC88
Complementary color
Monochromatic Colors of #38EC88
Black with #38EC88
Text Example
Text Example
White with #38EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC88; }
p { color: rgb(56,236,136); }
H1.HeaderClassName
{
color: #38EC88;
}
.AnyTagClassName
{
color: #38EC88;
}
</style>
background-color css
<style>
a { background-color: #38EC88; }
a { background-color: rgb(56,236,136); }
div.DivClassName
{
background-color: #38EC88;
}
.BgClassName
{
background-color: #38EC88;
}
</style>
border-color css
<style>
span { border-color: #38EC88; }
span { border-color: rgb(56,236,136); }
td.TdClassName
{
border-color: #38EC88;
}
.TagClassName
{
border-color: #38EC88;
}
</style>