Shades of Harlequin #36FF1C
Tints of Harlequin #36FF1C
RGB
CMYK
RGB Variations
Color information
#36FF1C (or 0x36FF1C) is known color: Harlequin. HEX triplet: 36, FF and 1C. RGB value is (54,255,28). Sum of RGB (Red+Green+Blue) = 54+255+28=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FF1C is #C900E3. Grayscale: #A9A9A9. Windows color (decimal): -13172964 or 1900342. OLE color: 1900342.
HSL color Cylindrical-coordinate representation of color #36FF1C: hue angle of 113.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36FF1C is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 28 | - |
| CMYK | 0.79 | 0 | 0.89 | 0 |
| HSL | 113.13º | 1% | 0.55% | - |
| HSV(B) | 113.13º | 0.89% | 1% | - |
| XYZ | 37.49 | 72.39 | 13.09 | - |
| YUV | 169.02 | 48.41 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 28 | 0.79 | 0 | 0.89 | 0 | 113.13 | 1 | 0.55 |
| Hex | 36 | FF | 1C | 4F | 0 | 59 | 0 | 71 | 64 | 37 |
| Octal | 66 | 377 | 34 | 117 | 0 | 131 | 0 | 161 | 144 | 67 |
| Binary | 110110 | 11111111 | 11100 | 1001111 | 0 | 1011001 | 0 | 1110001 | 1100100 | 110111 |
Color Harmonies of #36FF1C
Complementary color
Monochromatic Colors of #36FF1C
Black with #36FF1C
Text Example
Text Example
White with #36FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF1C; }
p { color: rgb(54,255,28); }
H1.HeaderClassName
{
color: #36FF1C;
}
.AnyTagClassName
{
color: #36FF1C;
}
</style>
background-color css
<style>
a { background-color: #36FF1C; }
a { background-color: rgb(54,255,28); }
div.DivClassName
{
background-color: #36FF1C;
}
.BgClassName
{
background-color: #36FF1C;
}
</style>
border-color css
<style>
span { border-color: #36FF1C; }
span { border-color: rgb(54,255,28); }
td.TdClassName
{
border-color: #36FF1C;
}
.TagClassName
{
border-color: #36FF1C;
}
</style>