Shades of Harlequin #38F018
Tints of Harlequin #38F018
RGB
CMYK
RGB Variations
Color information
#38F018 (or 0x38F018) is known color: Harlequin. HEX triplet: 38, F0 and 18. RGB value is (56,240,24). Sum of RGB (Red+Green+Blue) = 56+240+24=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #38F018 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F018 is #C70FE7. Grayscale: #A1A1A1. Windows color (decimal): -13045736 or 1634360. OLE color: 1634360.
HSL color Cylindrical-coordinate representation of color #38F018: hue angle of 111.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38F018 is Cyan = 0.77, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 24 | - |
| CMYK | 0.77 | 0 | 0.9 | 0.06 |
| HSL | 111.11º | 0.88% | 0.52% | - |
| HSV(B) | 111.11º | 0.9% | 0.94% | - |
| XYZ | 32.96 | 63.23 | 11.33 | - |
| YUV | 160.36 | 51.04 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 24 | 0.77 | 0 | 0.9 | 0.06 | 111.11 | 0.88 | 0.52 |
| Hex | 38 | F0 | 18 | 4D | 0 | 5A | 6 | 6F | 58 | 34 |
| Octal | 70 | 360 | 30 | 115 | 0 | 132 | 6 | 157 | 130 | 64 |
| Binary | 111000 | 11110000 | 11000 | 1001101 | 0 | 1011010 | 110 | 1101111 | 1011000 | 110100 |
Color Harmonies of #38F018
Complementary color
Monochromatic Colors of #38F018
Black with #38F018
Text Example
Text Example
White with #38F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F018; }
p { color: rgb(56,240,24); }
H1.HeaderClassName
{
color: #38F018;
}
.AnyTagClassName
{
color: #38F018;
}
</style>
background-color css
<style>
a { background-color: #38F018; }
a { background-color: rgb(56,240,24); }
div.DivClassName
{
background-color: #38F018;
}
.BgClassName
{
background-color: #38F018;
}
</style>
border-color css
<style>
span { border-color: #38F018; }
span { border-color: rgb(56,240,24); }
td.TdClassName
{
border-color: #38F018;
}
.TagClassName
{
border-color: #38F018;
}
</style>