Shades of Harlequin #36F31D
Tints of Harlequin #36F31D
RGB
CMYK
RGB Variations
Color information
#36F31D (or 0x36F31D) is known color: Harlequin. HEX triplet: 36, F3 and 1D. RGB value is (54,243,29). Sum of RGB (Red+Green+Blue) = 54+243+29=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #36F31D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F31D is #C90CE2. Grayscale: #A2A2A2. Windows color (decimal): -13176035 or 1962806. OLE color: 1962806.
HSL color Cylindrical-coordinate representation of color #36F31D: hue angle of 112.99º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36F31D is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 243 | 29 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.05 |
| HSL | 112.99º | 0.9% | 0.53% | - |
| HSV(B) | 112.99º | 0.88% | 0.95% | - |
| XYZ | 33.79 | 64.97 | 11.92 | - |
| YUV | 162.09 | 52.88 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 243 | 29 | 0.78 | 0 | 0.88 | 0.05 | 112.99 | 0.9 | 0.53 |
| Hex | 36 | F3 | 1D | 4E | 0 | 58 | 5 | 71 | 5A | 35 |
| Octal | 66 | 363 | 35 | 116 | 0 | 130 | 5 | 161 | 132 | 65 |
| Binary | 110110 | 11110011 | 11101 | 1001110 | 0 | 1011000 | 101 | 1110001 | 1011010 | 110101 |
Color Harmonies of #36F31D
Complementary color
Monochromatic Colors of #36F31D
Black with #36F31D
Text Example
Text Example
White with #36F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F31D; }
p { color: rgb(54,243,29); }
H1.HeaderClassName
{
color: #36F31D;
}
.AnyTagClassName
{
color: #36F31D;
}
</style>
background-color css
<style>
a { background-color: #36F31D; }
a { background-color: rgb(54,243,29); }
div.DivClassName
{
background-color: #36F31D;
}
.BgClassName
{
background-color: #36F31D;
}
</style>
border-color css
<style>
span { border-color: #36F31D; }
span { border-color: rgb(54,243,29); }
td.TdClassName
{
border-color: #36F31D;
}
.TagClassName
{
border-color: #36F31D;
}
</style>