Shades of Harlequin #52F702
Tints of Harlequin #52F702
RGB
CMYK
RGB Variations
Color information
#52F702 (or 0x52F702) is known color: Harlequin. HEX triplet: 52, F7 and 02. RGB value is (82,247,2). Sum of RGB (Red+Green+Blue) = 82+247+2=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 247 (96.88% from 255 or 74.62% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 247 - color contains mainly: green. Hex color #52F702 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F702 is #AD08FD. Grayscale: #AAAAAA. Windows color (decimal): -11340030 or 194386. OLE color: 194386.
HSL color Cylindrical-coordinate representation of color #52F702: hue angle of 100.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52F702 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 247 | 2 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.03 |
| HSL | 100.41º | 0.98% | 0.49% | - |
| HSV(B) | 100.41º | 0.99% | 0.97% | - |
| XYZ | 36.75 | 68.32 | 11.31 | - |
| YUV | 169.74 | 33.34 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 247 | 2 | 0.67 | 0 | 0.99 | 0.03 | 100.41 | 0.98 | 0.49 |
| Hex | 52 | F7 | 2 | 43 | 0 | 63 | 3 | 64 | 62 | 31 |
| Octal | 122 | 367 | 2 | 103 | 0 | 143 | 3 | 144 | 142 | 61 |
| Binary | 1010010 | 11110111 | 10 | 1000011 | 0 | 1100011 | 11 | 1100100 | 1100010 | 110001 |
Color Harmonies of #52F702
Complementary color
Monochromatic Colors of #52F702
Black with #52F702
Text Example
Text Example
White with #52F702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F702; }
p { color: rgb(82,247,2); }
H1.HeaderClassName
{
color: #52F702;
}
.AnyTagClassName
{
color: #52F702;
}
</style>
background-color css
<style>
a { background-color: #52F702; }
a { background-color: rgb(82,247,2); }
div.DivClassName
{
background-color: #52F702;
}
.BgClassName
{
background-color: #52F702;
}
</style>
border-color css
<style>
span { border-color: #52F702; }
span { border-color: rgb(82,247,2); }
td.TdClassName
{
border-color: #52F702;
}
.TagClassName
{
border-color: #52F702;
}
</style>