Shades of Harlequin #38FF0D
Tints of Harlequin #38FF0D
RGB
CMYK
RGB Variations
Color information
#38FF0D (or 0x38FF0D) is known color: Harlequin. HEX triplet: 38, FF and 0D. RGB value is (56,255,13). Sum of RGB (Red+Green+Blue) = 56+255+13=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FF0D is #C700F2. Grayscale: #A8A8A8. Windows color (decimal): -13041907 or 917304. OLE color: 917304.
HSL color Cylindrical-coordinate representation of color #38FF0D: hue angle of 109.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38FF0D is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 13 | - |
| CMYK | 0.78 | 0 | 0.95 | 0 |
| HSL | 109.34º | 1% | 0.53% | - |
| HSV(B) | 109.34º | 0.95% | 1% | - |
| XYZ | 37.46 | 72.39 | 12.38 | - |
| YUV | 167.91 | 40.57 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 13 | 0.78 | 0 | 0.95 | 0 | 109.34 | 1 | 0.53 |
| Hex | 38 | FF | D | 4E | 0 | 5F | 0 | 6D | 64 | 35 |
| Octal | 70 | 377 | 15 | 116 | 0 | 137 | 0 | 155 | 144 | 65 |
| Binary | 111000 | 11111111 | 1101 | 1001110 | 0 | 1011111 | 0 | 1101101 | 1100100 | 110101 |
Color Harmonies of #38FF0D
Complementary color
Monochromatic Colors of #38FF0D
Black with #38FF0D
Text Example
Text Example
White with #38FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF0D; }
p { color: rgb(56,255,13); }
H1.HeaderClassName
{
color: #38FF0D;
}
.AnyTagClassName
{
color: #38FF0D;
}
</style>
background-color css
<style>
a { background-color: #38FF0D; }
a { background-color: rgb(56,255,13); }
div.DivClassName
{
background-color: #38FF0D;
}
.BgClassName
{
background-color: #38FF0D;
}
</style>
border-color css
<style>
span { border-color: #38FF0D; }
span { border-color: rgb(56,255,13); }
td.TdClassName
{
border-color: #38FF0D;
}
.TagClassName
{
border-color: #38FF0D;
}
</style>