Shades of Harlequin #52EF17
Tints of Harlequin #52EF17
RGB
CMYK
RGB Variations
Color information
#52EF17 (or 0x52EF17) is known color: Harlequin. HEX triplet: 52, EF and 17. RGB value is (82,239,23). Sum of RGB (Red+Green+Blue) = 82+239+23=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 239 (93.75% from 255 or 69.48% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF17 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EF17 is #AD10E8. Grayscale: #A8A8A8. Windows color (decimal): -11342057 or 1568594. OLE color: 1568594.
HSL color Cylindrical-coordinate representation of color #52EF17: hue angle of 103.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52EF17 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 23 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.06 |
| HSL | 103.61º | 0.87% | 0.51% | - |
| HSV(B) | 103.61º | 0.9% | 0.94% | - |
| XYZ | 34.5 | 63.59 | 11.27 | - |
| YUV | 167.43 | 46.49 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 23 | 0.66 | 0 | 0.90 | 0.06 | 103.61 | 0.87 | 0.51 |
| Hex | 52 | EF | 17 | 42 | 0 | 5A | 6 | 68 | 57 | 33 |
| Octal | 122 | 357 | 27 | 102 | 0 | 132 | 6 | 150 | 127 | 63 |
| Binary | 1010010 | 11101111 | 10111 | 1000010 | 0 | 1011010 | 110 | 1101000 | 1010111 | 110011 |
Color Harmonies of #52EF17
Complementary color
Monochromatic Colors of #52EF17
Black with #52EF17
Text Example
Text Example
White with #52EF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EF17; }
p { color: rgb(82,239,23); }
H1.HeaderClassName
{
color: #52EF17;
}
.AnyTagClassName
{
color: #52EF17;
}
</style>
background-color css
<style>
a { background-color: #52EF17; }
a { background-color: rgb(82,239,23); }
div.DivClassName
{
background-color: #52EF17;
}
.BgClassName
{
background-color: #52EF17;
}
</style>
border-color css
<style>
span { border-color: #52EF17; }
span { border-color: rgb(82,239,23); }
td.TdClassName
{
border-color: #52EF17;
}
.TagClassName
{
border-color: #52EF17;
}
</style>