Shades of Harlequin #38EE00
Tints of Harlequin #38EE00
RGB
CMYK
RGB Variations
Color information
#38EE00 (or 0x38EE00) is known color: Harlequin. HEX triplet: 38, EE and 00. RGB value is (56,238,0). Sum of RGB (Red+Green+Blue) = 56+238+0=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 238 (93.36% from 255 or 80.95% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38EE00 is #C711FF. Grayscale: #9D9D9D. Windows color (decimal): -13046272 or 60984. OLE color: 60984.
HSL color Cylindrical-coordinate representation of color #38EE00: hue angle of 105.88º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38EE00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.07 |
| HSL | 105.88º | 1% | 0.47% | - |
| HSV(B) | 105.88º | 1% | 0.93% | - |
| XYZ | 32.21 | 61.99 | 10.27 | - |
| YUV | 156.45 | 39.7 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 0 | 0.76 | 0 | 1 | 0.07 | 105.88 | 1 | 0.47 |
| Hex | 38 | EE | 0 | 4C | 0 | 64 | 7 | 6A | 64 | 2F |
| Octal | 70 | 356 | 0 | 114 | 0 | 144 | 7 | 152 | 144 | 57 |
| Binary | 111000 | 11101110 | 0 | 1001100 | 0 | 1100100 | 111 | 1101010 | 1100100 | 101111 |
Color Harmonies of #38EE00
Complementary color
Monochromatic Colors of #38EE00
Black with #38EE00
Text Example
Text Example
White with #38EE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EE00; }
p { color: rgb(56,238,0); }
H1.HeaderClassName
{
color: #38EE00;
}
.AnyTagClassName
{
color: #38EE00;
}
</style>
background-color css
<style>
a { background-color: #38EE00; }
a { background-color: rgb(56,238,0); }
div.DivClassName
{
background-color: #38EE00;
}
.BgClassName
{
background-color: #38EE00;
}
</style>
border-color css
<style>
span { border-color: #38EE00; }
span { border-color: rgb(56,238,0); }
td.TdClassName
{
border-color: #38EE00;
}
.TagClassName
{
border-color: #38EE00;
}
</style>