Shades of Harlequin #52FA00
Tints of Harlequin #52FA00
RGB
CMYK
RGB Variations
Color information
#52FA00 (or 0x52FA00) is known color: Harlequin. HEX triplet: 52, FA and 00. RGB value is (82,250,0). Sum of RGB (Red+Green+Blue) = 82+250+0=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 250 (98.05% from 255 or 75.30% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FA00 is #AD05FF. Grayscale: #ACACAC. Windows color (decimal): -11339264 or 64082. OLE color: 64082.
HSL color Cylindrical-coordinate representation of color #52FA00: hue angle of 100.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52FA00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.02 |
| HSL | 100.32º | 1% | 0.49% | - |
| HSV(B) | 100.32º | 1% | 0.98% | - |
| XYZ | 37.67 | 70.17 | 11.56 | - |
| YUV | 171.27 | 31.34 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 0 | 0.67 | 0 | 1 | 0.02 | 100.32 | 1 | 0.49 |
| Hex | 52 | FA | 0 | 43 | 0 | 64 | 2 | 64 | 64 | 31 |
| Octal | 122 | 372 | 0 | 103 | 0 | 144 | 2 | 144 | 144 | 61 |
| Binary | 1010010 | 11111010 | 0 | 1000011 | 0 | 1100100 | 10 | 1100100 | 1100100 | 110001 |
Color Harmonies of #52FA00
Complementary color
Monochromatic Colors of #52FA00
Black with #52FA00
Text Example
Text Example
White with #52FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FA00; }
p { color: rgb(82,250,0); }
H1.HeaderClassName
{
color: #52FA00;
}
.AnyTagClassName
{
color: #52FA00;
}
</style>
background-color css
<style>
a { background-color: #52FA00; }
a { background-color: rgb(82,250,0); }
div.DivClassName
{
background-color: #52FA00;
}
.BgClassName
{
background-color: #52FA00;
}
</style>
border-color css
<style>
span { border-color: #52FA00; }
span { border-color: rgb(82,250,0); }
td.TdClassName
{
border-color: #52FA00;
}
.TagClassName
{
border-color: #52FA00;
}
</style>