Shades of Harlequin #52F800
Tints of Harlequin #52F800
RGB
CMYK
RGB Variations
Color information
#52F800 (or 0x52F800) is known color: Harlequin. HEX triplet: 52, F8 and 00. RGB value is (82,248,0). Sum of RGB (Red+Green+Blue) = 82+248+0=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 248 (97.27% from 255 or 75.15% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 248 - color contains mainly: green. Hex color #52F800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F800 is #AD07FF. Grayscale: #AAAAAA. Windows color (decimal): -11339776 or 63570. OLE color: 63570.
HSL color Cylindrical-coordinate representation of color #52F800: hue angle of 100.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52F800 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 248 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.03 |
| HSL | 100.16º | 1% | 0.49% | - |
| HSV(B) | 100.16º | 1% | 0.97% | - |
| XYZ | 37.05 | 68.93 | 11.35 | - |
| YUV | 170.09 | 32 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 0 | 0.67 | 0 | 1 | 0.03 | 100.16 | 1 | 0.49 |
| Hex | 52 | F8 | 0 | 43 | 0 | 64 | 3 | 64 | 64 | 31 |
| Octal | 122 | 370 | 0 | 103 | 0 | 144 | 3 | 144 | 144 | 61 |
| Binary | 1010010 | 11111000 | 0 | 1000011 | 0 | 1100100 | 11 | 1100100 | 1100100 | 110001 |
Color Harmonies of #52F800
Complementary color
Monochromatic Colors of #52F800
Black with #52F800
Text Example
Text Example
White with #52F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F800; }
p { color: rgb(82,248,0); }
H1.HeaderClassName
{
color: #52F800;
}
.AnyTagClassName
{
color: #52F800;
}
</style>
background-color css
<style>
a { background-color: #52F800; }
a { background-color: rgb(82,248,0); }
div.DivClassName
{
background-color: #52F800;
}
.BgClassName
{
background-color: #52F800;
}
</style>
border-color css
<style>
span { border-color: #52F800; }
span { border-color: rgb(82,248,0); }
td.TdClassName
{
border-color: #52F800;
}
.TagClassName
{
border-color: #52F800;
}
</style>