Shades of Harlequin #52F605
Tints of Harlequin #52F605
RGB
CMYK
RGB Variations
Color information
#52F605 (or 0x52F605) is known color: Harlequin. HEX triplet: 52, F6 and 05. RGB value is (82,246,5). Sum of RGB (Red+Green+Blue) = 82+246+5=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 246 (96.48% from 255 or 73.87% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 246 - color contains mainly: green. Hex color #52F605 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F605 is #AD09FA. Grayscale: #AAAAAA. Windows color (decimal): -11340283 or 390738. OLE color: 390738.
HSL color Cylindrical-coordinate representation of color #52F605: hue angle of 100.83º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52F605 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 5 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.04 |
| HSL | 100.83º | 0.96% | 0.49% | - |
| HSV(B) | 100.83º | 0.98% | 0.96% | - |
| XYZ | 36.46 | 67.72 | 11.29 | - |
| YUV | 169.49 | 35.17 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 5 | 0.67 | 0 | 0.98 | 0.04 | 100.83 | 0.96 | 0.49 |
| Hex | 52 | F6 | 5 | 43 | 0 | 62 | 4 | 65 | 60 | 31 |
| Octal | 122 | 366 | 5 | 103 | 0 | 142 | 4 | 145 | 140 | 61 |
| Binary | 1010010 | 11110110 | 101 | 1000011 | 0 | 1100010 | 100 | 1100101 | 1100000 | 110001 |
Color Harmonies of #52F605
Complementary color
Monochromatic Colors of #52F605
Black with #52F605
Text Example
Text Example
White with #52F605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F605; }
p { color: rgb(82,246,5); }
H1.HeaderClassName
{
color: #52F605;
}
.AnyTagClassName
{
color: #52F605;
}
</style>
background-color css
<style>
a { background-color: #52F605; }
a { background-color: rgb(82,246,5); }
div.DivClassName
{
background-color: #52F605;
}
.BgClassName
{
background-color: #52F605;
}
</style>
border-color css
<style>
span { border-color: #52F605; }
span { border-color: rgb(82,246,5); }
td.TdClassName
{
border-color: #52F605;
}
.TagClassName
{
border-color: #52F605;
}
</style>