Shades of Harlequin #52FC1C
Tints of Harlequin #52FC1C
RGB
CMYK
RGB Variations
Color information
#52FC1C (or 0x52FC1C) is known color: Harlequin. HEX triplet: 52, FC and 1C. RGB value is (82,252,28). Sum of RGB (Red+Green+Blue) = 82+252+28=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #52FC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FC1C is #AD03E3. Grayscale: #B0B0B0. Windows color (decimal): -11338724 or 1899602. OLE color: 1899602.
HSL color Cylindrical-coordinate representation of color #52FC1C: hue angle of 105.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52FC1C is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 28 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.01 |
| HSL | 105.54º | 0.97% | 0.55% | - |
| HSV(B) | 105.54º | 0.89% | 0.99% | - |
| XYZ | 38.5 | 71.5 | 12.87 | - |
| YUV | 175.63 | 44.68 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 28 | 0.67 | 0 | 0.89 | 0.01 | 105.54 | 0.97 | 0.55 |
| Hex | 52 | FC | 1C | 43 | 0 | 59 | 1 | 6A | 61 | 37 |
| Octal | 122 | 374 | 34 | 103 | 0 | 131 | 1 | 152 | 141 | 67 |
| Binary | 1010010 | 11111100 | 11100 | 1000011 | 0 | 1011001 | 1 | 1101010 | 1100001 | 110111 |
Color Harmonies of #52FC1C
Complementary color
Monochromatic Colors of #52FC1C
Black with #52FC1C
Text Example
Text Example
White with #52FC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FC1C; }
p { color: rgb(82,252,28); }
H1.HeaderClassName
{
color: #52FC1C;
}
.AnyTagClassName
{
color: #52FC1C;
}
</style>
background-color css
<style>
a { background-color: #52FC1C; }
a { background-color: rgb(82,252,28); }
div.DivClassName
{
background-color: #52FC1C;
}
.BgClassName
{
background-color: #52FC1C;
}
</style>
border-color css
<style>
span { border-color: #52FC1C; }
span { border-color: rgb(82,252,28); }
td.TdClassName
{
border-color: #52FC1C;
}
.TagClassName
{
border-color: #52FC1C;
}
</style>