Shades of Harlequin #52FF10
Tints of Harlequin #52FF10
RGB
CMYK
RGB Variations
Color information
#52FF10 (or 0x52FF10) is known color: Harlequin. HEX triplet: 52, FF and 10. RGB value is (82,255,16). Sum of RGB (Red+Green+Blue) = 82+255+16=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FF10 is #AD00EF. Grayscale: #B0B0B0. Windows color (decimal): -11337968 or 1113938. OLE color: 1113938.
HSL color Cylindrical-coordinate representation of color #52FF10: hue angle of 103.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52FF10 is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 16 | - |
| CMYK | 0.68 | 0 | 0.94 | 0 |
| HSL | 103.43º | 1% | 0.53% | - |
| HSV(B) | 103.43º | 0.94% | 1% | - |
| XYZ | 39.33 | 73.35 | 12.58 | - |
| YUV | 176.03 | 37.69 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 16 | 0.68 | 0 | 0.94 | 0 | 103.43 | 1 | 0.53 |
| Hex | 52 | FF | 10 | 44 | 0 | 5E | 0 | 67 | 64 | 35 |
| Octal | 122 | 377 | 20 | 104 | 0 | 136 | 0 | 147 | 144 | 65 |
| Binary | 1010010 | 11111111 | 10000 | 1000100 | 0 | 1011110 | 0 | 1100111 | 1100100 | 110101 |
Color Harmonies of #52FF10
Complementary color
Monochromatic Colors of #52FF10
Black with #52FF10
Text Example
Text Example
White with #52FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FF10; }
p { color: rgb(82,255,16); }
H1.HeaderClassName
{
color: #52FF10;
}
.AnyTagClassName
{
color: #52FF10;
}
</style>
background-color css
<style>
a { background-color: #52FF10; }
a { background-color: rgb(82,255,16); }
div.DivClassName
{
background-color: #52FF10;
}
.BgClassName
{
background-color: #52FF10;
}
</style>
border-color css
<style>
span { border-color: #52FF10; }
span { border-color: rgb(82,255,16); }
td.TdClassName
{
border-color: #52FF10;
}
.TagClassName
{
border-color: #52FF10;
}
</style>