Shades of Harlequin #52EA25
Tints of Harlequin #52EA25
RGB
CMYK
RGB Variations
Color information
#52EA25 (or 0x52EA25) is known color: Harlequin. HEX triplet: 52, EA and 25. RGB value is (82,234,37). Sum of RGB (Red+Green+Blue) = 82+234+37=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EA25 is #AD15DA. Grayscale: #A6A6A6. Windows color (decimal): -11343323 or 2484818. OLE color: 2484818.
HSL color Cylindrical-coordinate representation of color #52EA25: hue angle of 106.29º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52EA25 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 234 | 37 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.08 |
| HSL | 106.29º | 0.82% | 0.53% | - |
| HSV(B) | 106.29º | 0.84% | 0.92% | - |
| XYZ | 33.24 | 60.77 | 11.73 | - |
| YUV | 166.09 | 55.14 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 37 | 0.65 | 0 | 0.84 | 0.08 | 106.29 | 0.82 | 0.53 |
| Hex | 52 | EA | 25 | 41 | 0 | 54 | 8 | 6A | 52 | 35 |
| Octal | 122 | 352 | 45 | 101 | 0 | 124 | 10 | 152 | 122 | 65 |
| Binary | 1010010 | 11101010 | 100101 | 1000001 | 0 | 1010100 | 1000 | 1101010 | 1010010 | 110101 |
Color Harmonies of #52EA25
Complementary color
Monochromatic Colors of #52EA25
Black with #52EA25
Text Example
Text Example
White with #52EA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EA25; }
p { color: rgb(82,234,37); }
H1.HeaderClassName
{
color: #52EA25;
}
.AnyTagClassName
{
color: #52EA25;
}
</style>
background-color css
<style>
a { background-color: #52EA25; }
a { background-color: rgb(82,234,37); }
div.DivClassName
{
background-color: #52EA25;
}
.BgClassName
{
background-color: #52EA25;
}
</style>
border-color css
<style>
span { border-color: #52EA25; }
span { border-color: rgb(82,234,37); }
td.TdClassName
{
border-color: #52EA25;
}
.TagClassName
{
border-color: #52EA25;
}
</style>