Shades of Harlequin #52F902
Tints of Harlequin #52F902
RGB
CMYK
RGB Variations
Color information
#52F902 (or 0x52F902) is known color: Harlequin. HEX triplet: 52, F9 and 02. RGB value is (82,249,2). Sum of RGB (Red+Green+Blue) = 82+249+2=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 249 (97.66% from 255 or 74.77% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 249 - color contains mainly: green. Hex color #52F902 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F902 is #AD06FD. Grayscale: #ABABAB. Windows color (decimal): -11339518 or 194898. OLE color: 194898.
HSL color Cylindrical-coordinate representation of color #52F902: hue angle of 100.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52F902 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 2 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.02 |
| HSL | 100.57º | 0.98% | 0.49% | - |
| HSV(B) | 100.57º | 0.99% | 0.98% | - |
| XYZ | 37.37 | 69.55 | 11.51 | - |
| YUV | 170.91 | 32.67 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 2 | 0.67 | 0 | 0.99 | 0.02 | 100.57 | 0.98 | 0.49 |
| Hex | 52 | F9 | 2 | 43 | 0 | 63 | 2 | 65 | 62 | 31 |
| Octal | 122 | 371 | 2 | 103 | 0 | 143 | 2 | 145 | 142 | 61 |
| Binary | 1010010 | 11111001 | 10 | 1000011 | 0 | 1100011 | 10 | 1100101 | 1100010 | 110001 |
Color Harmonies of #52F902
Complementary color
Monochromatic Colors of #52F902
Black with #52F902
Text Example
Text Example
White with #52F902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F902; }
p { color: rgb(82,249,2); }
H1.HeaderClassName
{
color: #52F902;
}
.AnyTagClassName
{
color: #52F902;
}
</style>
background-color css
<style>
a { background-color: #52F902; }
a { background-color: rgb(82,249,2); }
div.DivClassName
{
background-color: #52F902;
}
.BgClassName
{
background-color: #52F902;
}
</style>
border-color css
<style>
span { border-color: #52F902; }
span { border-color: rgb(82,249,2); }
td.TdClassName
{
border-color: #52F902;
}
.TagClassName
{
border-color: #52F902;
}
</style>