Shades of Harlequin #52F50D
Tints of Harlequin #52F50D
RGB
CMYK
RGB Variations
Color information
#52F50D (or 0x52F50D) is known color: Harlequin. HEX triplet: 52, F5 and 0D. RGB value is (82,245,13). Sum of RGB (Red+Green+Blue) = 82+245+13=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 245 (96.09% from 255 or 72.06% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 245 - color contains mainly: green. Hex color #52F50D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F50D is #AD0AF2. Grayscale: #AAAAAA. Windows color (decimal): -11340531 or 914770. OLE color: 914770.
HSL color Cylindrical-coordinate representation of color #52F50D: hue angle of 102.16º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52F50D is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 13 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.04 |
| HSL | 102.16º | 0.92% | 0.51% | - |
| HSV(B) | 102.16º | 0.95% | 0.96% | - |
| XYZ | 36.2 | 67.13 | 11.43 | - |
| YUV | 169.82 | 39.5 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 13 | 0.67 | 0 | 0.95 | 0.04 | 102.16 | 0.92 | 0.51 |
| Hex | 52 | F5 | D | 43 | 0 | 5F | 4 | 66 | 5C | 33 |
| Octal | 122 | 365 | 15 | 103 | 0 | 137 | 4 | 146 | 134 | 63 |
| Binary | 1010010 | 11110101 | 1101 | 1000011 | 0 | 1011111 | 100 | 1100110 | 1011100 | 110011 |
Color Harmonies of #52F50D
Complementary color
Monochromatic Colors of #52F50D
Black with #52F50D
Text Example
Text Example
White with #52F50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F50D; }
p { color: rgb(82,245,13); }
H1.HeaderClassName
{
color: #52F50D;
}
.AnyTagClassName
{
color: #52F50D;
}
</style>
background-color css
<style>
a { background-color: #52F50D; }
a { background-color: rgb(82,245,13); }
div.DivClassName
{
background-color: #52F50D;
}
.BgClassName
{
background-color: #52F50D;
}
</style>
border-color css
<style>
span { border-color: #52F50D; }
span { border-color: rgb(82,245,13); }
td.TdClassName
{
border-color: #52F50D;
}
.TagClassName
{
border-color: #52F50D;
}
</style>