Shades of Harlequin #38FE0F
Tints of Harlequin #38FE0F
RGB
CMYK
RGB Variations
Color information
#38FE0F (or 0x38FE0F) is known color: Harlequin. HEX triplet: 38, FE and 0F. RGB value is (56,254,15). Sum of RGB (Red+Green+Blue) = 56+254+15=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 254 (99.61% from 255 or 78.15% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FE0F is #C701F0. Grayscale: #A8A8A8. Windows color (decimal): -13042161 or 1048120. OLE color: 1048120.
HSL color Cylindrical-coordinate representation of color #38FE0F: hue angle of 109.71º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38FE0F is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 15 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.00 |
| HSL | 109.71º | 0.99% | 0.53% | - |
| HSV(B) | 109.71º | 0.94% | 1% | - |
| XYZ | 37.16 | 71.76 | 12.34 | - |
| YUV | 167.55 | 41.9 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 15 | 0.78 | 0 | 0.94 | 0.00 | 109.71 | 0.99 | 0.53 |
| Hex | 38 | FE | F | 4E | 0 | 5E | 0 | 6E | 63 | 35 |
| Octal | 70 | 376 | 17 | 116 | 0 | 136 | 0 | 156 | 143 | 65 |
| Binary | 111000 | 11111110 | 1111 | 1001110 | 0 | 1011110 | 0 | 1101110 | 1100011 | 110101 |
Color Harmonies of #38FE0F
Complementary color
Monochromatic Colors of #38FE0F
Black with #38FE0F
Text Example
Text Example
White with #38FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE0F; }
p { color: rgb(56,254,15); }
H1.HeaderClassName
{
color: #38FE0F;
}
.AnyTagClassName
{
color: #38FE0F;
}
</style>
background-color css
<style>
a { background-color: #38FE0F; }
a { background-color: rgb(56,254,15); }
div.DivClassName
{
background-color: #38FE0F;
}
.BgClassName
{
background-color: #38FE0F;
}
</style>
border-color css
<style>
span { border-color: #38FE0F; }
span { border-color: rgb(56,254,15); }
td.TdClassName
{
border-color: #38FE0F;
}
.TagClassName
{
border-color: #38FE0F;
}
</style>