Shades of Harlequin #36FF19
Tints of Harlequin #36FF19
RGB
CMYK
RGB Variations
Color information
#36FF19 (or 0x36FF19) is known color: Harlequin. HEX triplet: 36, FF and 19. RGB value is (54,255,25). Sum of RGB (Red+Green+Blue) = 54+255+25=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FF19 is #C900E6. Grayscale: #A9A9A9. Windows color (decimal): -13172967 or 1703734. OLE color: 1703734.
HSL color Cylindrical-coordinate representation of color #36FF19: hue angle of 112.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36FF19 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 25 | - |
| CMYK | 0.79 | 0 | 0.90 | 0 |
| HSL | 112.43º | 1% | 0.55% | - |
| HSV(B) | 112.43º | 0.9% | 1% | - |
| XYZ | 37.46 | 72.37 | 12.92 | - |
| YUV | 168.68 | 46.91 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 25 | 0.79 | 0 | 0.90 | 0 | 112.43 | 1 | 0.55 |
| Hex | 36 | FF | 19 | 4F | 0 | 5A | 0 | 70 | 64 | 37 |
| Octal | 66 | 377 | 31 | 117 | 0 | 132 | 0 | 160 | 144 | 67 |
| Binary | 110110 | 11111111 | 11001 | 1001111 | 0 | 1011010 | 0 | 1110000 | 1100100 | 110111 |
Color Harmonies of #36FF19
Complementary color
Monochromatic Colors of #36FF19
Black with #36FF19
Text Example
Text Example
White with #36FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF19; }
p { color: rgb(54,255,25); }
H1.HeaderClassName
{
color: #36FF19;
}
.AnyTagClassName
{
color: #36FF19;
}
</style>
background-color css
<style>
a { background-color: #36FF19; }
a { background-color: rgb(54,255,25); }
div.DivClassName
{
background-color: #36FF19;
}
.BgClassName
{
background-color: #36FF19;
}
</style>
border-color css
<style>
span { border-color: #36FF19; }
span { border-color: rgb(54,255,25); }
td.TdClassName
{
border-color: #36FF19;
}
.TagClassName
{
border-color: #36FF19;
}
</style>