Shades of Harlequin #38FE1D
Tints of Harlequin #38FE1D
RGB
CMYK
RGB Variations
Color information
#38FE1D (or 0x38FE1D) is known color: Harlequin. HEX triplet: 38, FE and 1D. RGB value is (56,254,29). Sum of RGB (Red+Green+Blue) = 56+254+29=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 254 (99.61% from 255 or 74.93% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FE1D is #C701E2. Grayscale: #A9A9A9. Windows color (decimal): -13042147 or 1965624. OLE color: 1965624.
HSL color Cylindrical-coordinate representation of color #38FE1D: hue angle of 112.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38FE1D is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 29 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.00 |
| HSL | 112.8º | 0.99% | 0.55% | - |
| HSV(B) | 112.8º | 0.89% | 1% | - |
| XYZ | 37.29 | 71.81 | 13.06 | - |
| YUV | 169.15 | 48.9 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 29 | 0.78 | 0 | 0.89 | 0.00 | 112.8 | 0.99 | 0.55 |
| Hex | 38 | FE | 1D | 4E | 0 | 59 | 0 | 71 | 63 | 37 |
| Octal | 70 | 376 | 35 | 116 | 0 | 131 | 0 | 161 | 143 | 67 |
| Binary | 111000 | 11111110 | 11101 | 1001110 | 0 | 1011001 | 0 | 1110001 | 1100011 | 110111 |
Color Harmonies of #38FE1D
Complementary color
Monochromatic Colors of #38FE1D
Black with #38FE1D
Text Example
Text Example
White with #38FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE1D; }
p { color: rgb(56,254,29); }
H1.HeaderClassName
{
color: #38FE1D;
}
.AnyTagClassName
{
color: #38FE1D;
}
</style>
background-color css
<style>
a { background-color: #38FE1D; }
a { background-color: rgb(56,254,29); }
div.DivClassName
{
background-color: #38FE1D;
}
.BgClassName
{
background-color: #38FE1D;
}
</style>
border-color css
<style>
span { border-color: #38FE1D; }
span { border-color: rgb(56,254,29); }
td.TdClassName
{
border-color: #38FE1D;
}
.TagClassName
{
border-color: #38FE1D;
}
</style>