Shades of Harlequin #52F610
Tints of Harlequin #52F610
RGB
CMYK
RGB Variations
Color information
#52F610 (or 0x52F610) is known color: Harlequin. HEX triplet: 52, F6 and 10. RGB value is (82,246,16). Sum of RGB (Red+Green+Blue) = 82+246+16=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 246 (96.48% from 255 or 71.51% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 246 - color contains mainly: green. Hex color #52F610 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F610 is #AD09EF. Grayscale: #ABABAB. Windows color (decimal): -11340272 or 1111634. OLE color: 1111634.
HSL color Cylindrical-coordinate representation of color #52F610: hue angle of 102.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52F610 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.04 |
| HSL | 102.78º | 0.93% | 0.51% | - |
| HSV(B) | 102.78º | 0.93% | 0.96% | - |
| XYZ | 36.53 | 67.74 | 11.64 | - |
| YUV | 170.74 | 40.67 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 16 | 0.67 | 0 | 0.93 | 0.04 | 102.78 | 0.93 | 0.51 |
| Hex | 52 | F6 | 10 | 43 | 0 | 5D | 4 | 67 | 5D | 33 |
| Octal | 122 | 366 | 20 | 103 | 0 | 135 | 4 | 147 | 135 | 63 |
| Binary | 1010010 | 11110110 | 10000 | 1000011 | 0 | 1011101 | 100 | 1100111 | 1011101 | 110011 |
Color Harmonies of #52F610
Complementary color
Monochromatic Colors of #52F610
Black with #52F610
Text Example
Text Example
White with #52F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F610; }
p { color: rgb(82,246,16); }
H1.HeaderClassName
{
color: #52F610;
}
.AnyTagClassName
{
color: #52F610;
}
</style>
background-color css
<style>
a { background-color: #52F610; }
a { background-color: rgb(82,246,16); }
div.DivClassName
{
background-color: #52F610;
}
.BgClassName
{
background-color: #52F610;
}
</style>
border-color css
<style>
span { border-color: #52F610; }
span { border-color: rgb(82,246,16); }
td.TdClassName
{
border-color: #52F610;
}
.TagClassName
{
border-color: #52F610;
}
</style>