Shades of Harlequin #36F103
Tints of Harlequin #36F103
RGB
CMYK
RGB Variations
Color information
#36F103 (or 0x36F103) is known color: Harlequin. HEX triplet: 36, F1 and 03. RGB value is (54,241,3). Sum of RGB (Red+Green+Blue) = 54+241+3=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 241 (94.53% from 255 or 80.87% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 241 - color contains mainly: green. Hex color #36F103 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F103 is #C90EFC. Grayscale: #9E9E9E. Windows color (decimal): -13176573 or 258358. OLE color: 258358.
HSL color Cylindrical-coordinate representation of color #36F103: hue angle of 107.14º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36F103 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 241 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.05 |
| HSL | 107.14º | 0.98% | 0.48% | - |
| HSV(B) | 107.14º | 0.99% | 0.95% | - |
| XYZ | 32.99 | 63.7 | 10.64 | - |
| YUV | 157.96 | 40.55 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 241 | 3 | 0.78 | 0 | 0.99 | 0.05 | 107.14 | 0.98 | 0.48 |
| Hex | 36 | F1 | 3 | 4E | 0 | 63 | 5 | 6B | 62 | 30 |
| Octal | 66 | 361 | 3 | 116 | 0 | 143 | 5 | 153 | 142 | 60 |
| Binary | 110110 | 11110001 | 11 | 1001110 | 0 | 1100011 | 101 | 1101011 | 1100010 | 110000 |
Color Harmonies of #36F103
Complementary color
Monochromatic Colors of #36F103
Black with #36F103
Text Example
Text Example
White with #36F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F103; }
p { color: rgb(54,241,3); }
H1.HeaderClassName
{
color: #36F103;
}
.AnyTagClassName
{
color: #36F103;
}
</style>
background-color css
<style>
a { background-color: #36F103; }
a { background-color: rgb(54,241,3); }
div.DivClassName
{
background-color: #36F103;
}
.BgClassName
{
background-color: #36F103;
}
</style>
border-color css
<style>
span { border-color: #36F103; }
span { border-color: rgb(54,241,3); }
td.TdClassName
{
border-color: #36F103;
}
.TagClassName
{
border-color: #36F103;
}
</style>