Shades of Harlequin #52EF18
Tints of Harlequin #52EF18
RGB
CMYK
RGB Variations
Color information
#52EF18 (or 0x52EF18) is known color: Harlequin. HEX triplet: 52, EF and 18. RGB value is (82,239,24). Sum of RGB (Red+Green+Blue) = 82+239+24=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EF18 is #AD10E7. Grayscale: #A8A8A8. Windows color (decimal): -11342056 or 1634130. OLE color: 1634130.
HSL color Cylindrical-coordinate representation of color #52EF18: hue angle of 103.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52EF18 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 24 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.06 |
| HSL | 103.81º | 0.87% | 0.52% | - |
| HSV(B) | 103.81º | 0.9% | 0.94% | - |
| XYZ | 34.51 | 63.59 | 11.32 | - |
| YUV | 167.55 | 46.99 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 24 | 0.66 | 0 | 0.90 | 0.06 | 103.81 | 0.87 | 0.52 |
| Hex | 52 | EF | 18 | 42 | 0 | 5A | 6 | 68 | 57 | 34 |
| Octal | 122 | 357 | 30 | 102 | 0 | 132 | 6 | 150 | 127 | 64 |
| Binary | 1010010 | 11101111 | 11000 | 1000010 | 0 | 1011010 | 110 | 1101000 | 1010111 | 110100 |
Color Harmonies of #52EF18
Complementary color
Monochromatic Colors of #52EF18
Black with #52EF18
Text Example
Text Example
White with #52EF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EF18; }
p { color: rgb(82,239,24); }
H1.HeaderClassName
{
color: #52EF18;
}
.AnyTagClassName
{
color: #52EF18;
}
</style>
background-color css
<style>
a { background-color: #52EF18; }
a { background-color: rgb(82,239,24); }
div.DivClassName
{
background-color: #52EF18;
}
.BgClassName
{
background-color: #52EF18;
}
</style>
border-color css
<style>
span { border-color: #52EF18; }
span { border-color: rgb(82,239,24); }
td.TdClassName
{
border-color: #52EF18;
}
.TagClassName
{
border-color: #52EF18;
}
</style>