Shades of Harlequin #52F713
Tints of Harlequin #52F713
RGB
CMYK
RGB Variations
Color information
#52F713 (or 0x52F713) is known color: Harlequin. HEX triplet: 52, F7 and 13. RGB value is (82,247,19). Sum of RGB (Red+Green+Blue) = 82+247+19=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 247 (96.88% from 255 or 70.98% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 247 - color contains mainly: green. Hex color #52F713 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F713 is #AD08EC. Grayscale: #ACACAC. Windows color (decimal): -11340013 or 1308498. OLE color: 1308498.
HSL color Cylindrical-coordinate representation of color #52F713: hue angle of 103.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52F713 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 247 | 19 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.03 |
| HSL | 103.42º | 0.93% | 0.52% | - |
| HSV(B) | 103.42º | 0.92% | 0.97% | - |
| XYZ | 36.86 | 68.36 | 11.87 | - |
| YUV | 171.67 | 41.84 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 247 | 19 | 0.67 | 0 | 0.92 | 0.03 | 103.42 | 0.93 | 0.52 |
| Hex | 52 | F7 | 13 | 43 | 0 | 5C | 3 | 67 | 5D | 34 |
| Octal | 122 | 367 | 23 | 103 | 0 | 134 | 3 | 147 | 135 | 64 |
| Binary | 1010010 | 11110111 | 10011 | 1000011 | 0 | 1011100 | 11 | 1100111 | 1011101 | 110100 |
Color Harmonies of #52F713
Complementary color
Monochromatic Colors of #52F713
Black with #52F713
Text Example
Text Example
White with #52F713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F713; }
p { color: rgb(82,247,19); }
H1.HeaderClassName
{
color: #52F713;
}
.AnyTagClassName
{
color: #52F713;
}
</style>
background-color css
<style>
a { background-color: #52F713; }
a { background-color: rgb(82,247,19); }
div.DivClassName
{
background-color: #52F713;
}
.BgClassName
{
background-color: #52F713;
}
</style>
border-color css
<style>
span { border-color: #52F713; }
span { border-color: rgb(82,247,19); }
td.TdClassName
{
border-color: #52F713;
}
.TagClassName
{
border-color: #52F713;
}
</style>