Shades of Harlequin #36F503
Tints of Harlequin #36F503
RGB
CMYK
RGB Variations
Color information
#36F503 (or 0x36F503) is known color: Harlequin. HEX triplet: 36, F5 and 03. RGB value is (54,245,3). Sum of RGB (Red+Green+Blue) = 54+245+3=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 245 (96.09% from 255 or 81.13% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 245 - color contains mainly: green. Hex color #36F503 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F503 is #C90AFC. Grayscale: #A1A1A1. Windows color (decimal): -13175549 or 259382. OLE color: 259382.
HSL color Cylindrical-coordinate representation of color #36F503: hue angle of 107.36º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36F503 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 245 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.04 |
| HSL | 107.36º | 0.98% | 0.49% | - |
| HSV(B) | 107.36º | 0.99% | 0.96% | - |
| XYZ | 34.19 | 66.1 | 11.04 | - |
| YUV | 160.3 | 39.22 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 245 | 3 | 0.78 | 0 | 0.99 | 0.04 | 107.36 | 0.98 | 0.49 |
| Hex | 36 | F5 | 3 | 4E | 0 | 63 | 4 | 6B | 62 | 31 |
| Octal | 66 | 365 | 3 | 116 | 0 | 143 | 4 | 153 | 142 | 61 |
| Binary | 110110 | 11110101 | 11 | 1001110 | 0 | 1100011 | 100 | 1101011 | 1100010 | 110001 |
Color Harmonies of #36F503
Complementary color
Monochromatic Colors of #36F503
Black with #36F503
Text Example
Text Example
White with #36F503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F503; }
p { color: rgb(54,245,3); }
H1.HeaderClassName
{
color: #36F503;
}
.AnyTagClassName
{
color: #36F503;
}
</style>
background-color css
<style>
a { background-color: #36F503; }
a { background-color: rgb(54,245,3); }
div.DivClassName
{
background-color: #36F503;
}
.BgClassName
{
background-color: #36F503;
}
</style>
border-color css
<style>
span { border-color: #36F503; }
span { border-color: rgb(54,245,3); }
td.TdClassName
{
border-color: #36F503;
}
.TagClassName
{
border-color: #36F503;
}
</style>