Shades of Harlequin #38EC17
Tints of Harlequin #38EC17
RGB
CMYK
RGB Variations
Color information
#38EC17 (or 0x38EC17) is known color: Harlequin. HEX triplet: 38, EC and 17. RGB value is (56,236,23). Sum of RGB (Red+Green+Blue) = 56+236+23=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38EC17 is #C713E8. Grayscale: #9E9E9E. Windows color (decimal): -13046761 or 1567800. OLE color: 1567800.
HSL color Cylindrical-coordinate representation of color #38EC17: hue angle of 110.7º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38EC17 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 23 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.07 |
| HSL | 110.7º | 0.85% | 0.51% | - |
| HSV(B) | 110.7º | 0.9% | 0.93% | - |
| XYZ | 31.78 | 60.89 | 10.89 | - |
| YUV | 157.9 | 51.87 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 23 | 0.76 | 0 | 0.90 | 0.07 | 110.7 | 0.85 | 0.51 |
| Hex | 38 | EC | 17 | 4C | 0 | 5A | 7 | 6F | 55 | 33 |
| Octal | 70 | 354 | 27 | 114 | 0 | 132 | 7 | 157 | 125 | 63 |
| Binary | 111000 | 11101100 | 10111 | 1001100 | 0 | 1011010 | 111 | 1101111 | 1010101 | 110011 |
Color Harmonies of #38EC17
Complementary color
Monochromatic Colors of #38EC17
Black with #38EC17
Text Example
Text Example
White with #38EC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC17; }
p { color: rgb(56,236,23); }
H1.HeaderClassName
{
color: #38EC17;
}
.AnyTagClassName
{
color: #38EC17;
}
</style>
background-color css
<style>
a { background-color: #38EC17; }
a { background-color: rgb(56,236,23); }
div.DivClassName
{
background-color: #38EC17;
}
.BgClassName
{
background-color: #38EC17;
}
</style>
border-color css
<style>
span { border-color: #38EC17; }
span { border-color: rgb(56,236,23); }
td.TdClassName
{
border-color: #38EC17;
}
.TagClassName
{
border-color: #38EC17;
}
</style>