Shades of Harlequin #38EC15
Tints of Harlequin #38EC15
RGB
CMYK
RGB Variations
Color information
#38EC15 (or 0x38EC15) is known color: Harlequin. HEX triplet: 38, EC and 15. RGB value is (56,236,21). Sum of RGB (Red+Green+Blue) = 56+236+21=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 236 (92.58% from 255 or 75.40% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38EC15 is #C713EA. Grayscale: #9E9E9E. Windows color (decimal): -13046763 or 1436728. OLE color: 1436728.
HSL color Cylindrical-coordinate representation of color #38EC15: hue angle of 110.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38EC15 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 21 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.07 |
| HSL | 110.23º | 0.85% | 0.5% | - |
| HSV(B) | 110.23º | 0.91% | 0.93% | - |
| XYZ | 31.76 | 60.89 | 10.79 | - |
| YUV | 157.67 | 50.87 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 21 | 0.76 | 0 | 0.91 | 0.07 | 110.23 | 0.85 | 0.5 |
| Hex | 38 | EC | 15 | 4C | 0 | 5B | 7 | 6E | 55 | 32 |
| Octal | 70 | 354 | 25 | 114 | 0 | 133 | 7 | 156 | 125 | 62 |
| Binary | 111000 | 11101100 | 10101 | 1001100 | 0 | 1011011 | 111 | 1101110 | 1010101 | 110010 |
Color Harmonies of #38EC15
Complementary color
Monochromatic Colors of #38EC15
Black with #38EC15
Text Example
Text Example
White with #38EC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC15; }
p { color: rgb(56,236,21); }
H1.HeaderClassName
{
color: #38EC15;
}
.AnyTagClassName
{
color: #38EC15;
}
</style>
background-color css
<style>
a { background-color: #38EC15; }
a { background-color: rgb(56,236,21); }
div.DivClassName
{
background-color: #38EC15;
}
.BgClassName
{
background-color: #38EC15;
}
</style>
border-color css
<style>
span { border-color: #38EC15; }
span { border-color: rgb(56,236,21); }
td.TdClassName
{
border-color: #38EC15;
}
.TagClassName
{
border-color: #38EC15;
}
</style>