Shades of Harlequin #52FA1C
Tints of Harlequin #52FA1C
RGB
CMYK
RGB Variations
Color information
#52FA1C (or 0x52FA1C) is known color: Harlequin. HEX triplet: 52, FA and 1C. RGB value is (82,250,28). Sum of RGB (Red+Green+Blue) = 82+250+28=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 250 (98.05% from 255 or 69.44% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FA1C is #AD05E3. Grayscale: #AFAFAF. Windows color (decimal): -11339236 or 1899090. OLE color: 1899090.
HSL color Cylindrical-coordinate representation of color #52FA1C: hue angle of 105.41º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52FA1C is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 28 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.02 |
| HSL | 105.41º | 0.96% | 0.55% | - |
| HSV(B) | 105.41º | 0.89% | 0.98% | - |
| XYZ | 37.87 | 70.25 | 12.66 | - |
| YUV | 174.46 | 45.34 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 28 | 0.67 | 0 | 0.89 | 0.02 | 105.41 | 0.96 | 0.55 |
| Hex | 52 | FA | 1C | 43 | 0 | 59 | 2 | 69 | 60 | 37 |
| Octal | 122 | 372 | 34 | 103 | 0 | 131 | 2 | 151 | 140 | 67 |
| Binary | 1010010 | 11111010 | 11100 | 1000011 | 0 | 1011001 | 10 | 1101001 | 1100000 | 110111 |
Color Harmonies of #52FA1C
Complementary color
Monochromatic Colors of #52FA1C
Black with #52FA1C
Text Example
Text Example
White with #52FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FA1C; }
p { color: rgb(82,250,28); }
H1.HeaderClassName
{
color: #52FA1C;
}
.AnyTagClassName
{
color: #52FA1C;
}
</style>
background-color css
<style>
a { background-color: #52FA1C; }
a { background-color: rgb(82,250,28); }
div.DivClassName
{
background-color: #52FA1C;
}
.BgClassName
{
background-color: #52FA1C;
}
</style>
border-color css
<style>
span { border-color: #52FA1C; }
span { border-color: rgb(82,250,28); }
td.TdClassName
{
border-color: #52FA1C;
}
.TagClassName
{
border-color: #52FA1C;
}
</style>