Shades of Harlequin #36FD1D
Tints of Harlequin #36FD1D
RGB
CMYK
RGB Variations
Color information
#36FD1D (or 0x36FD1D) is known color: Harlequin. HEX triplet: 36, FD and 1D. RGB value is (54,253,29). Sum of RGB (Red+Green+Blue) = 54+253+29=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 253 (99.22% from 255 or 75.30% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 253 - color contains mainly: green. Hex color #36FD1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FD1D is #C902E2. Grayscale: #A8A8A8. Windows color (decimal): -13173475 or 1965366. OLE color: 1965366.
HSL color Cylindrical-coordinate representation of color #36FD1D: hue angle of 113.3º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36FD1D is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 253 | 29 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.01 |
| HSL | 113.3º | 0.98% | 0.55% | - |
| HSV(B) | 113.3º | 0.89% | 0.99% | - |
| XYZ | 36.87 | 71.12 | 12.95 | - |
| YUV | 167.96 | 49.57 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 253 | 29 | 0.79 | 0 | 0.89 | 0.01 | 113.3 | 0.98 | 0.55 |
| Hex | 36 | FD | 1D | 4F | 0 | 59 | 1 | 71 | 62 | 37 |
| Octal | 66 | 375 | 35 | 117 | 0 | 131 | 1 | 161 | 142 | 67 |
| Binary | 110110 | 11111101 | 11101 | 1001111 | 0 | 1011001 | 1 | 1110001 | 1100010 | 110111 |
Color Harmonies of #36FD1D
Complementary color
Monochromatic Colors of #36FD1D
Black with #36FD1D
Text Example
Text Example
White with #36FD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FD1D; }
p { color: rgb(54,253,29); }
H1.HeaderClassName
{
color: #36FD1D;
}
.AnyTagClassName
{
color: #36FD1D;
}
</style>
background-color css
<style>
a { background-color: #36FD1D; }
a { background-color: rgb(54,253,29); }
div.DivClassName
{
background-color: #36FD1D;
}
.BgClassName
{
background-color: #36FD1D;
}
</style>
border-color css
<style>
span { border-color: #36FD1D; }
span { border-color: rgb(54,253,29); }
td.TdClassName
{
border-color: #36FD1D;
}
.TagClassName
{
border-color: #36FD1D;
}
</style>