Shades of Harlequin #38EF1C
Tints of Harlequin #38EF1C
RGB
CMYK
RGB Variations
Color information
#38EF1C (or 0x38EF1C) is known color: Harlequin. HEX triplet: 38, EF and 1C. RGB value is (56,239,28). Sum of RGB (Red+Green+Blue) = 56+239+28=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 239 (93.75% from 255 or 73.99% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 239 - color contains mainly: green. Hex color #38EF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EF1C is #C710E3. Grayscale: #A0A0A0. Windows color (decimal): -13045988 or 1896248. OLE color: 1896248.
HSL color Cylindrical-coordinate representation of color #38EF1C: hue angle of 112.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38EF1C is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 28 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.06 |
| HSL | 112.04º | 0.87% | 0.52% | - |
| HSV(B) | 112.04º | 0.88% | 0.94% | - |
| XYZ | 32.71 | 62.66 | 11.47 | - |
| YUV | 160.23 | 53.37 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 28 | 0.77 | 0 | 0.88 | 0.06 | 112.04 | 0.87 | 0.52 |
| Hex | 38 | EF | 1C | 4D | 0 | 58 | 6 | 70 | 57 | 34 |
| Octal | 70 | 357 | 34 | 115 | 0 | 130 | 6 | 160 | 127 | 64 |
| Binary | 111000 | 11101111 | 11100 | 1001101 | 0 | 1011000 | 110 | 1110000 | 1010111 | 110100 |
Color Harmonies of #38EF1C
Complementary color
Monochromatic Colors of #38EF1C
Black with #38EF1C
Text Example
Text Example
White with #38EF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EF1C; }
p { color: rgb(56,239,28); }
H1.HeaderClassName
{
color: #38EF1C;
}
.AnyTagClassName
{
color: #38EF1C;
}
</style>
background-color css
<style>
a { background-color: #38EF1C; }
a { background-color: rgb(56,239,28); }
div.DivClassName
{
background-color: #38EF1C;
}
.BgClassName
{
background-color: #38EF1C;
}
</style>
border-color css
<style>
span { border-color: #38EF1C; }
span { border-color: rgb(56,239,28); }
td.TdClassName
{
border-color: #38EF1C;
}
.TagClassName
{
border-color: #38EF1C;
}
</style>