Shades of Harlequin #38FE19
Tints of Harlequin #38FE19
RGB
CMYK
RGB Variations
Color information
#38FE19 (or 0x38FE19) is known color: Harlequin. HEX triplet: 38, FE and 19. RGB value is (56,254,25). Sum of RGB (Red+Green+Blue) = 56+254+25=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FE19 is #C701E6. Grayscale: #A9A9A9. Windows color (decimal): -13042151 or 1703480. OLE color: 1703480.
HSL color Cylindrical-coordinate representation of color #38FE19: hue angle of 111.88º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38FE19 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 25 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.00 |
| HSL | 111.88º | 0.99% | 0.55% | - |
| HSV(B) | 111.88º | 0.9% | 1% | - |
| XYZ | 37.25 | 71.79 | 12.81 | - |
| YUV | 168.69 | 46.9 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 25 | 0.78 | 0 | 0.90 | 0.00 | 111.88 | 0.99 | 0.55 |
| Hex | 38 | FE | 19 | 4E | 0 | 5A | 0 | 70 | 63 | 37 |
| Octal | 70 | 376 | 31 | 116 | 0 | 132 | 0 | 160 | 143 | 67 |
| Binary | 111000 | 11111110 | 11001 | 1001110 | 0 | 1011010 | 0 | 1110000 | 1100011 | 110111 |
Color Harmonies of #38FE19
Complementary color
Monochromatic Colors of #38FE19
Black with #38FE19
Text Example
Text Example
White with #38FE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE19; }
p { color: rgb(56,254,25); }
H1.HeaderClassName
{
color: #38FE19;
}
.AnyTagClassName
{
color: #38FE19;
}
</style>
background-color css
<style>
a { background-color: #38FE19; }
a { background-color: rgb(56,254,25); }
div.DivClassName
{
background-color: #38FE19;
}
.BgClassName
{
background-color: #38FE19;
}
</style>
border-color css
<style>
span { border-color: #38FE19; }
span { border-color: rgb(56,254,25); }
td.TdClassName
{
border-color: #38FE19;
}
.TagClassName
{
border-color: #38FE19;
}
</style>