Shades of Harlequin #52F203
Tints of Harlequin #52F203
RGB
CMYK
RGB Variations
Color information
#52F203 (or 0x52F203) is known color: Harlequin. HEX triplet: 52, F2 and 03. RGB value is (82,242,3). Sum of RGB (Red+Green+Blue) = 82+242+3=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #52F203 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F203 is #AD0DFC. Grayscale: #A7A7A7. Windows color (decimal): -11341309 or 258642. OLE color: 258642.
HSL color Cylindrical-coordinate representation of color #52F203: hue angle of 100.17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52F203 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 3 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.05 |
| HSL | 100.17º | 0.98% | 0.48% | - |
| HSV(B) | 100.17º | 0.99% | 0.95% | - |
| XYZ | 35.25 | 65.3 | 10.83 | - |
| YUV | 166.91 | 35.49 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 3 | 0.66 | 0 | 0.99 | 0.05 | 100.17 | 0.98 | 0.48 |
| Hex | 52 | F2 | 3 | 42 | 0 | 63 | 5 | 64 | 62 | 30 |
| Octal | 122 | 362 | 3 | 102 | 0 | 143 | 5 | 144 | 142 | 60 |
| Binary | 1010010 | 11110010 | 11 | 1000010 | 0 | 1100011 | 101 | 1100100 | 1100010 | 110000 |
Color Harmonies of #52F203
Complementary color
Monochromatic Colors of #52F203
Black with #52F203
Text Example
Text Example
White with #52F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F203; }
p { color: rgb(82,242,3); }
H1.HeaderClassName
{
color: #52F203;
}
.AnyTagClassName
{
color: #52F203;
}
</style>
background-color css
<style>
a { background-color: #52F203; }
a { background-color: rgb(82,242,3); }
div.DivClassName
{
background-color: #52F203;
}
.BgClassName
{
background-color: #52F203;
}
</style>
border-color css
<style>
span { border-color: #52F203; }
span { border-color: rgb(82,242,3); }
td.TdClassName
{
border-color: #52F203;
}
.TagClassName
{
border-color: #52F203;
}
</style>