Shades of Harlequin #53FF0D
Tints of Harlequin #53FF0D
RGB
CMYK
RGB Variations
Color information
#53FF0D (or 0x53FF0D) is known color: Harlequin. HEX triplet: 53, FF and 0D. RGB value is (83,255,13). Sum of RGB (Red+Green+Blue) = 83+255+13=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FF0D is #AC00F2. Grayscale: #B0B0B0. Windows color (decimal): -11272435 or 917331. OLE color: 917331.
HSL color Cylindrical-coordinate representation of color #53FF0D: hue angle of 102.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53FF0D is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 13 | - |
| CMYK | 0.67 | 0 | 0.95 | 0 |
| HSL | 102.64º | 1% | 0.53% | - |
| HSV(B) | 102.64º | 0.95% | 1% | - |
| XYZ | 39.4 | 73.39 | 12.47 | - |
| YUV | 175.98 | 36.02 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 13 | 0.67 | 0 | 0.95 | 0 | 102.64 | 1 | 0.53 |
| Hex | 53 | FF | D | 43 | 0 | 5F | 0 | 67 | 64 | 35 |
| Octal | 123 | 377 | 15 | 103 | 0 | 137 | 0 | 147 | 144 | 65 |
| Binary | 1010011 | 11111111 | 1101 | 1000011 | 0 | 1011111 | 0 | 1100111 | 1100100 | 110101 |
Color Harmonies of #53FF0D
Complementary color
Monochromatic Colors of #53FF0D
Black with #53FF0D
Text Example
Text Example
White with #53FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FF0D; }
p { color: rgb(83,255,13); }
H1.HeaderClassName
{
color: #53FF0D;
}
.AnyTagClassName
{
color: #53FF0D;
}
</style>
background-color css
<style>
a { background-color: #53FF0D; }
a { background-color: rgb(83,255,13); }
div.DivClassName
{
background-color: #53FF0D;
}
.BgClassName
{
background-color: #53FF0D;
}
</style>
border-color css
<style>
span { border-color: #53FF0D; }
span { border-color: rgb(83,255,13); }
td.TdClassName
{
border-color: #53FF0D;
}
.TagClassName
{
border-color: #53FF0D;
}
</style>