Shades of Harlequin #52F310
Tints of Harlequin #52F310
RGB
CMYK
RGB Variations
Color information
#52F310 (or 0x52F310) is known color: Harlequin. HEX triplet: 52, F3 and 10. RGB value is (82,243,16). Sum of RGB (Red+Green+Blue) = 82+243+16=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 243 (95.31% from 255 or 71.26% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 243 - color contains mainly: green. Hex color #52F310 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F310 is #AD0CEF. Grayscale: #A9A9A9. Windows color (decimal): -11341040 or 1110866. OLE color: 1110866.
HSL color Cylindrical-coordinate representation of color #52F310: hue angle of 102.56º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52F310 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 16 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.05 |
| HSL | 102.56º | 0.9% | 0.51% | - |
| HSV(B) | 102.56º | 0.93% | 0.95% | - |
| XYZ | 35.62 | 65.93 | 11.34 | - |
| YUV | 168.98 | 41.66 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 16 | 0.66 | 0 | 0.93 | 0.05 | 102.56 | 0.9 | 0.51 |
| Hex | 52 | F3 | 10 | 42 | 0 | 5D | 5 | 67 | 5A | 33 |
| Octal | 122 | 363 | 20 | 102 | 0 | 135 | 5 | 147 | 132 | 63 |
| Binary | 1010010 | 11110011 | 10000 | 1000010 | 0 | 1011101 | 101 | 1100111 | 1011010 | 110011 |
Color Harmonies of #52F310
Complementary color
Monochromatic Colors of #52F310
Black with #52F310
Text Example
Text Example
White with #52F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F310; }
p { color: rgb(82,243,16); }
H1.HeaderClassName
{
color: #52F310;
}
.AnyTagClassName
{
color: #52F310;
}
</style>
background-color css
<style>
a { background-color: #52F310; }
a { background-color: rgb(82,243,16); }
div.DivClassName
{
background-color: #52F310;
}
.BgClassName
{
background-color: #52F310;
}
</style>
border-color css
<style>
span { border-color: #52F310; }
span { border-color: rgb(82,243,16); }
td.TdClassName
{
border-color: #52F310;
}
.TagClassName
{
border-color: #52F310;
}
</style>