Shades of Harlequin #38FA0E
Tints of Harlequin #38FA0E
RGB
CMYK
RGB Variations
Color information
#38FA0E (or 0x38FA0E) is known color: Harlequin. HEX triplet: 38, FA and 0E. RGB value is (56,250,14). Sum of RGB (Red+Green+Blue) = 56+250+14=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 250 (98.05% from 255 or 78.12% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FA0E is #C705F1. Grayscale: #A5A5A5. Windows color (decimal): -13043186 or 981560. OLE color: 981560.
HSL color Cylindrical-coordinate representation of color #38FA0E: hue angle of 109.32º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38FA0E is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 14 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.02 |
| HSL | 109.32º | 0.96% | 0.52% | - |
| HSV(B) | 109.32º | 0.94% | 0.98% | - |
| XYZ | 35.9 | 69.24 | 11.89 | - |
| YUV | 165.09 | 42.73 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 14 | 0.78 | 0 | 0.94 | 0.02 | 109.32 | 0.96 | 0.52 |
| Hex | 38 | FA | E | 4E | 0 | 5E | 2 | 6D | 60 | 34 |
| Octal | 70 | 372 | 16 | 116 | 0 | 136 | 2 | 155 | 140 | 64 |
| Binary | 111000 | 11111010 | 1110 | 1001110 | 0 | 1011110 | 10 | 1101101 | 1100000 | 110100 |
Color Harmonies of #38FA0E
Complementary color
Monochromatic Colors of #38FA0E
Black with #38FA0E
Text Example
Text Example
White with #38FA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA0E; }
p { color: rgb(56,250,14); }
H1.HeaderClassName
{
color: #38FA0E;
}
.AnyTagClassName
{
color: #38FA0E;
}
</style>
background-color css
<style>
a { background-color: #38FA0E; }
a { background-color: rgb(56,250,14); }
div.DivClassName
{
background-color: #38FA0E;
}
.BgClassName
{
background-color: #38FA0E;
}
</style>
border-color css
<style>
span { border-color: #38FA0E; }
span { border-color: rgb(56,250,14); }
td.TdClassName
{
border-color: #38FA0E;
}
.TagClassName
{
border-color: #38FA0E;
}
</style>