Shades of Harlequin #52EF09
Tints of Harlequin #52EF09
RGB
CMYK
RGB Variations
Color information
#52EF09 (or 0x52EF09) is known color: Harlequin. HEX triplet: 52, EF and 09. RGB value is (82,239,9). Sum of RGB (Red+Green+Blue) = 82+239+9=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EF09 is #AD10F6. Grayscale: #A6A6A6. Windows color (decimal): -11342071 or 651090. OLE color: 651090.
HSL color Cylindrical-coordinate representation of color #52EF09: hue angle of 100.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52EF09 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 9 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.06 |
| HSL | 100.96º | 0.93% | 0.49% | - |
| HSV(B) | 100.96º | 0.96% | 0.94% | - |
| XYZ | 34.4 | 63.55 | 10.71 | - |
| YUV | 165.84 | 39.49 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 9 | 0.66 | 0 | 0.96 | 0.06 | 100.96 | 0.93 | 0.49 |
| Hex | 52 | EF | 9 | 42 | 0 | 60 | 6 | 65 | 5D | 31 |
| Octal | 122 | 357 | 11 | 102 | 0 | 140 | 6 | 145 | 135 | 61 |
| Binary | 1010010 | 11101111 | 1001 | 1000010 | 0 | 1100000 | 110 | 1100101 | 1011101 | 110001 |
Color Harmonies of #52EF09
Complementary color
Monochromatic Colors of #52EF09
Black with #52EF09
Text Example
Text Example
White with #52EF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EF09; }
p { color: rgb(82,239,9); }
H1.HeaderClassName
{
color: #52EF09;
}
.AnyTagClassName
{
color: #52EF09;
}
</style>
background-color css
<style>
a { background-color: #52EF09; }
a { background-color: rgb(82,239,9); }
div.DivClassName
{
background-color: #52EF09;
}
.BgClassName
{
background-color: #52EF09;
}
</style>
border-color css
<style>
span { border-color: #52EF09; }
span { border-color: rgb(82,239,9); }
td.TdClassName
{
border-color: #52EF09;
}
.TagClassName
{
border-color: #52EF09;
}
</style>