Shades of Harlequin #38EC00
Tints of Harlequin #38EC00
RGB
CMYK
RGB Variations
Color information
#38EC00 (or 0x38EC00) is known color: Harlequin. HEX triplet: 38, EC and 00. RGB value is (56,236,0). Sum of RGB (Red+Green+Blue) = 56+236+0=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 236 (92.58% from 255 or 80.82% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38EC00 is #C713FF. Grayscale: #9C9C9C. Windows color (decimal): -13046784 or 60472. OLE color: 60472.
HSL color Cylindrical-coordinate representation of color #38EC00: hue angle of 105.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38EC00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.07 |
| HSL | 105.76º | 1% | 0.46% | - |
| HSV(B) | 105.76º | 1% | 0.93% | - |
| XYZ | 31.63 | 60.83 | 10.07 | - |
| YUV | 155.28 | 40.37 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 0 | 0.76 | 0 | 1 | 0.07 | 105.76 | 1 | 0.46 |
| Hex | 38 | EC | 0 | 4C | 0 | 64 | 7 | 6A | 64 | 2E |
| Octal | 70 | 354 | 0 | 114 | 0 | 144 | 7 | 152 | 144 | 56 |
| Binary | 111000 | 11101100 | 0 | 1001100 | 0 | 1100100 | 111 | 1101010 | 1100100 | 101110 |
Color Harmonies of #38EC00
Complementary color
Monochromatic Colors of #38EC00
Black with #38EC00
Text Example
Text Example
White with #38EC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC00; }
p { color: rgb(56,236,0); }
H1.HeaderClassName
{
color: #38EC00;
}
.AnyTagClassName
{
color: #38EC00;
}
</style>
background-color css
<style>
a { background-color: #38EC00; }
a { background-color: rgb(56,236,0); }
div.DivClassName
{
background-color: #38EC00;
}
.BgClassName
{
background-color: #38EC00;
}
</style>
border-color css
<style>
span { border-color: #38EC00; }
span { border-color: rgb(56,236,0); }
td.TdClassName
{
border-color: #38EC00;
}
.TagClassName
{
border-color: #38EC00;
}
</style>