Shades of Harlequin #53F914
Tints of Harlequin #53F914
RGB
CMYK
RGB Variations
Color information
#53F914 (or 0x53F914) is known color: Harlequin. HEX triplet: 53, F9 and 14. RGB value is (83,249,20). Sum of RGB (Red+Green+Blue) = 83+249+20=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #53F914 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F914 is #AC06EB. Grayscale: #AEAEAE. Windows color (decimal): -11273964 or 1374547. OLE color: 1374547.
HSL color Cylindrical-coordinate representation of color #53F914: hue angle of 103.49º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53F914 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 249 | 20 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.02 |
| HSL | 103.49º | 0.95% | 0.53% | - |
| HSV(B) | 103.49º | 0.92% | 0.98% | - |
| XYZ | 37.57 | 69.64 | 12.12 | - |
| YUV | 173.26 | 41.5 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 249 | 20 | 0.67 | 0 | 0.92 | 0.02 | 103.49 | 0.95 | 0.53 |
| Hex | 53 | F9 | 14 | 43 | 0 | 5C | 2 | 67 | 5F | 35 |
| Octal | 123 | 371 | 24 | 103 | 0 | 134 | 2 | 147 | 137 | 65 |
| Binary | 1010011 | 11111001 | 10100 | 1000011 | 0 | 1011100 | 10 | 1100111 | 1011111 | 110101 |
Color Harmonies of #53F914
Complementary color
Monochromatic Colors of #53F914
Black with #53F914
Text Example
Text Example
White with #53F914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F914; }
p { color: rgb(83,249,20); }
H1.HeaderClassName
{
color: #53F914;
}
.AnyTagClassName
{
color: #53F914;
}
</style>
background-color css
<style>
a { background-color: #53F914; }
a { background-color: rgb(83,249,20); }
div.DivClassName
{
background-color: #53F914;
}
.BgClassName
{
background-color: #53F914;
}
</style>
border-color css
<style>
span { border-color: #53F914; }
span { border-color: rgb(83,249,20); }
td.TdClassName
{
border-color: #53F914;
}
.TagClassName
{
border-color: #53F914;
}
</style>