Shades of Harlequin #52F119
Tints of Harlequin #52F119
RGB
CMYK
RGB Variations
Color information
#52F119 (or 0x52F119) is known color: Harlequin. HEX triplet: 52, F1 and 19. RGB value is (82,241,25). Sum of RGB (Red+Green+Blue) = 82+241+25=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #52F119 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F119 is #AD0EE6. Grayscale: #A9A9A9. Windows color (decimal): -11341543 or 1700178. OLE color: 1700178.
HSL color Cylindrical-coordinate representation of color #52F119: hue angle of 104.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52F119 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 25 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.05 |
| HSL | 104.17º | 0.89% | 0.52% | - |
| HSV(B) | 104.17º | 0.9% | 0.95% | - |
| XYZ | 35.11 | 64.77 | 11.57 | - |
| YUV | 168.84 | 46.82 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 25 | 0.66 | 0 | 0.90 | 0.05 | 104.17 | 0.89 | 0.52 |
| Hex | 52 | F1 | 19 | 42 | 0 | 5A | 5 | 68 | 59 | 34 |
| Octal | 122 | 361 | 31 | 102 | 0 | 132 | 5 | 150 | 131 | 64 |
| Binary | 1010010 | 11110001 | 11001 | 1000010 | 0 | 1011010 | 101 | 1101000 | 1011001 | 110100 |
Color Harmonies of #52F119
Complementary color
Monochromatic Colors of #52F119
Black with #52F119
Text Example
Text Example
White with #52F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F119; }
p { color: rgb(82,241,25); }
H1.HeaderClassName
{
color: #52F119;
}
.AnyTagClassName
{
color: #52F119;
}
</style>
background-color css
<style>
a { background-color: #52F119; }
a { background-color: rgb(82,241,25); }
div.DivClassName
{
background-color: #52F119;
}
.BgClassName
{
background-color: #52F119;
}
</style>
border-color css
<style>
span { border-color: #52F119; }
span { border-color: rgb(82,241,25); }
td.TdClassName
{
border-color: #52F119;
}
.TagClassName
{
border-color: #52F119;
}
</style>