Shades of Harlequin #52F112
Tints of Harlequin #52F112
RGB
CMYK
RGB Variations
Color information
#52F112 (or 0x52F112) is known color: Harlequin. HEX triplet: 52, F1 and 12. RGB value is (82,241,18). Sum of RGB (Red+Green+Blue) = 82+241+18=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #52F112 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F112 is #AD0EED. Grayscale: #A8A8A8. Windows color (decimal): -11341550 or 1241426. OLE color: 1241426.
HSL color Cylindrical-coordinate representation of color #52F112: hue angle of 102.78º degrees, saturation: 0.89, 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 #52F112 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 18 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.05 |
| HSL | 102.78º | 0.89% | 0.51% | - |
| HSV(B) | 102.78º | 0.93% | 0.95% | - |
| XYZ | 35.04 | 64.75 | 11.22 | - |
| YUV | 168.04 | 43.32 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 18 | 0.66 | 0 | 0.93 | 0.05 | 102.78 | 0.89 | 0.51 |
| Hex | 52 | F1 | 12 | 42 | 0 | 5D | 5 | 67 | 59 | 33 |
| Octal | 122 | 361 | 22 | 102 | 0 | 135 | 5 | 147 | 131 | 63 |
| Binary | 1010010 | 11110001 | 10010 | 1000010 | 0 | 1011101 | 101 | 1100111 | 1011001 | 110011 |
Color Harmonies of #52F112
Complementary color
Monochromatic Colors of #52F112
Black with #52F112
Text Example
Text Example
White with #52F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F112; }
p { color: rgb(82,241,18); }
H1.HeaderClassName
{
color: #52F112;
}
.AnyTagClassName
{
color: #52F112;
}
</style>
background-color css
<style>
a { background-color: #52F112; }
a { background-color: rgb(82,241,18); }
div.DivClassName
{
background-color: #52F112;
}
.BgClassName
{
background-color: #52F112;
}
</style>
border-color css
<style>
span { border-color: #52F112; }
span { border-color: rgb(82,241,18); }
td.TdClassName
{
border-color: #52F112;
}
.TagClassName
{
border-color: #52F112;
}
</style>