Shades of Harlequin #52FE31
Tints of Harlequin #52FE31
RGB
CMYK
RGB Variations
Color information
#52FE31 (or 0x52FE31) is known color: Harlequin. HEX triplet: 52, FE and 31. RGB value is (82,254,49). Sum of RGB (Red+Green+Blue) = 82+254+49=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 254 (99.61% from 255 or 65.97% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FE31 is #AD01CE. Grayscale: #B3B3B3. Windows color (decimal): -11338191 or 3276370. OLE color: 3276370.
HSL color Cylindrical-coordinate representation of color #52FE31: hue angle of 110.34º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52FE31 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 49 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.00 |
| HSL | 110.34º | 0.99% | 0.59% | - |
| HSV(B) | 110.34º | 0.81% | 1% | - |
| XYZ | 39.48 | 72.9 | 14.9 | - |
| YUV | 179.2 | 54.52 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 49 | 0.68 | 0 | 0.81 | 0.00 | 110.34 | 0.99 | 0.59 |
| Hex | 52 | FE | 31 | 44 | 0 | 51 | 0 | 6E | 63 | 3B |
| Octal | 122 | 376 | 61 | 104 | 0 | 121 | 0 | 156 | 143 | 73 |
| Binary | 1010010 | 11111110 | 110001 | 1000100 | 0 | 1010001 | 0 | 1101110 | 1100011 | 111011 |
Color Harmonies of #52FE31
Complementary color
Monochromatic Colors of #52FE31
Black with #52FE31
Text Example
Text Example
White with #52FE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FE31; }
p { color: rgb(82,254,49); }
H1.HeaderClassName
{
color: #52FE31;
}
.AnyTagClassName
{
color: #52FE31;
}
</style>
background-color css
<style>
a { background-color: #52FE31; }
a { background-color: rgb(82,254,49); }
div.DivClassName
{
background-color: #52FE31;
}
.BgClassName
{
background-color: #52FE31;
}
</style>
border-color css
<style>
span { border-color: #52FE31; }
span { border-color: rgb(82,254,49); }
td.TdClassName
{
border-color: #52FE31;
}
.TagClassName
{
border-color: #52FE31;
}
</style>