Shades of Harlequin #52F514
Tints of Harlequin #52F514
RGB
CMYK
RGB Variations
Color information
#52F514 (or 0x52F514) is known color: Harlequin. HEX triplet: 52, F5 and 14. RGB value is (82,245,20). Sum of RGB (Red+Green+Blue) = 82+245+20=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 245 (96.09% from 255 or 70.61% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 245 - color contains mainly: green. Hex color #52F514 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F514 is #AD0AEB. Grayscale: #ABABAB. Windows color (decimal): -11340524 or 1373522. OLE color: 1373522.
HSL color Cylindrical-coordinate representation of color #52F514: hue angle of 103.47º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52F514 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 20 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.04 |
| HSL | 103.47º | 0.92% | 0.52% | - |
| HSV(B) | 103.47º | 0.92% | 0.96% | - |
| XYZ | 36.26 | 67.15 | 11.71 | - |
| YUV | 170.61 | 43 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 20 | 0.67 | 0 | 0.92 | 0.04 | 103.47 | 0.92 | 0.52 |
| Hex | 52 | F5 | 14 | 43 | 0 | 5C | 4 | 67 | 5C | 34 |
| Octal | 122 | 365 | 24 | 103 | 0 | 134 | 4 | 147 | 134 | 64 |
| Binary | 1010010 | 11110101 | 10100 | 1000011 | 0 | 1011100 | 100 | 1100111 | 1011100 | 110100 |
Color Harmonies of #52F514
Complementary color
Monochromatic Colors of #52F514
Black with #52F514
Text Example
Text Example
White with #52F514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F514; }
p { color: rgb(82,245,20); }
H1.HeaderClassName
{
color: #52F514;
}
.AnyTagClassName
{
color: #52F514;
}
</style>
background-color css
<style>
a { background-color: #52F514; }
a { background-color: rgb(82,245,20); }
div.DivClassName
{
background-color: #52F514;
}
.BgClassName
{
background-color: #52F514;
}
</style>
border-color css
<style>
span { border-color: #52F514; }
span { border-color: rgb(82,245,20); }
td.TdClassName
{
border-color: #52F514;
}
.TagClassName
{
border-color: #52F514;
}
</style>