Shades of Harlequin #38FE18
Tints of Harlequin #38FE18
RGB
CMYK
RGB Variations
Color information
#38FE18 (or 0x38FE18) is known color: Harlequin. HEX triplet: 38, FE and 18. RGB value is (56,254,24). Sum of RGB (Red+Green+Blue) = 56+254+24=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FE18 is #C701E7. Grayscale: #A9A9A9. Windows color (decimal): -13042152 or 1637944. OLE color: 1637944.
HSL color Cylindrical-coordinate representation of color #38FE18: hue angle of 111.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38FE18 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 24 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.00 |
| HSL | 111.65º | 0.99% | 0.55% | - |
| HSV(B) | 111.65º | 0.91% | 1% | - |
| XYZ | 37.24 | 71.79 | 12.76 | - |
| YUV | 168.58 | 46.4 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 24 | 0.78 | 0 | 0.91 | 0.00 | 111.65 | 0.99 | 0.55 |
| Hex | 38 | FE | 18 | 4E | 0 | 5B | 0 | 70 | 63 | 37 |
| Octal | 70 | 376 | 30 | 116 | 0 | 133 | 0 | 160 | 143 | 67 |
| Binary | 111000 | 11111110 | 11000 | 1001110 | 0 | 1011011 | 0 | 1110000 | 1100011 | 110111 |
Color Harmonies of #38FE18
Complementary color
Monochromatic Colors of #38FE18
Black with #38FE18
Text Example
Text Example
White with #38FE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE18; }
p { color: rgb(56,254,24); }
H1.HeaderClassName
{
color: #38FE18;
}
.AnyTagClassName
{
color: #38FE18;
}
</style>
background-color css
<style>
a { background-color: #38FE18; }
a { background-color: rgb(56,254,24); }
div.DivClassName
{
background-color: #38FE18;
}
.BgClassName
{
background-color: #38FE18;
}
</style>
border-color css
<style>
span { border-color: #38FE18; }
span { border-color: rgb(56,254,24); }
td.TdClassName
{
border-color: #38FE18;
}
.TagClassName
{
border-color: #38FE18;
}
</style>