Shades of Harlequin #52F002
Tints of Harlequin #52F002
RGB
CMYK
RGB Variations
Color information
#52F002 (or 0x52F002) is known color: Harlequin. HEX triplet: 52, F0 and 02. RGB value is (82,240,2). Sum of RGB (Red+Green+Blue) = 82+240+2=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #52F002 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F002 is #AD0FFD. Grayscale: #A6A6A6. Windows color (decimal): -11341822 or 192594. OLE color: 192594.
HSL color Cylindrical-coordinate representation of color #52F002: hue angle of 99.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52F002 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.06 |
| HSL | 99.83º | 0.98% | 0.47% | - |
| HSV(B) | 99.83º | 0.99% | 0.94% | - |
| XYZ | 34.65 | 64.12 | 10.61 | - |
| YUV | 165.63 | 35.65 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 2 | 0.66 | 0 | 0.99 | 0.06 | 99.83 | 0.98 | 0.47 |
| Hex | 52 | F0 | 2 | 42 | 0 | 63 | 6 | 64 | 62 | 2F |
| Octal | 122 | 360 | 2 | 102 | 0 | 143 | 6 | 144 | 142 | 57 |
| Binary | 1010010 | 11110000 | 10 | 1000010 | 0 | 1100011 | 110 | 1100100 | 1100010 | 101111 |
Color Harmonies of #52F002
Complementary color
Monochromatic Colors of #52F002
Black with #52F002
Text Example
Text Example
White with #52F002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F002; }
p { color: rgb(82,240,2); }
H1.HeaderClassName
{
color: #52F002;
}
.AnyTagClassName
{
color: #52F002;
}
</style>
background-color css
<style>
a { background-color: #52F002; }
a { background-color: rgb(82,240,2); }
div.DivClassName
{
background-color: #52F002;
}
.BgClassName
{
background-color: #52F002;
}
</style>
border-color css
<style>
span { border-color: #52F002; }
span { border-color: rgb(82,240,2); }
td.TdClassName
{
border-color: #52F002;
}
.TagClassName
{
border-color: #52F002;
}
</style>