Shades of Harlequin #53F423
Tints of Harlequin #53F423
RGB
CMYK
RGB Variations
Color information
#53F423 (or 0x53F423) is known color: Harlequin. HEX triplet: 53, F4 and 23. RGB value is (83,244,35). Sum of RGB (Red+Green+Blue) = 83+244+35=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 244 (95.70% from 255 or 67.40% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 244 - color contains mainly: green. Hex color #53F423 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F423 is #AC0BDC. Grayscale: #ACACAC. Windows color (decimal): -11275229 or 2356307. OLE color: 2356307.
HSL color Cylindrical-coordinate representation of color #53F423: hue angle of 106.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53F423 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 244 | 35 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.04 |
| HSL | 106.22º | 0.9% | 0.55% | - |
| HSV(B) | 106.22º | 0.86% | 0.96% | - |
| XYZ | 36.22 | 66.66 | 12.55 | - |
| YUV | 172.04 | 50.66 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 244 | 35 | 0.66 | 0 | 0.86 | 0.04 | 106.22 | 0.9 | 0.55 |
| Hex | 53 | F4 | 23 | 42 | 0 | 56 | 4 | 6A | 5A | 37 |
| Octal | 123 | 364 | 43 | 102 | 0 | 126 | 4 | 152 | 132 | 67 |
| Binary | 1010011 | 11110100 | 100011 | 1000010 | 0 | 1010110 | 100 | 1101010 | 1011010 | 110111 |
Color Harmonies of #53F423
Complementary color
Monochromatic Colors of #53F423
Black with #53F423
Text Example
Text Example
White with #53F423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F423; }
p { color: rgb(83,244,35); }
H1.HeaderClassName
{
color: #53F423;
}
.AnyTagClassName
{
color: #53F423;
}
</style>
background-color css
<style>
a { background-color: #53F423; }
a { background-color: rgb(83,244,35); }
div.DivClassName
{
background-color: #53F423;
}
.BgClassName
{
background-color: #53F423;
}
</style>
border-color css
<style>
span { border-color: #53F423; }
span { border-color: rgb(83,244,35); }
td.TdClassName
{
border-color: #53F423;
}
.TagClassName
{
border-color: #53F423;
}
</style>