Shades of Harlequin #52FE29
Tints of Harlequin #52FE29
RGB
CMYK
RGB Variations
Color information
#52FE29 (or 0x52FE29) is known color: Harlequin. HEX triplet: 52, FE and 29. RGB value is (82,254,41). Sum of RGB (Red+Green+Blue) = 82+254+41=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 254 (99.61% from 255 or 67.37% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE29 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FE29 is #AD01D6. Grayscale: #B2B2B2. Windows color (decimal): -11338199 or 2752082. OLE color: 2752082.
HSL color Cylindrical-coordinate representation of color #52FE29: hue angle of 108.45º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52FE29 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 41 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.00 |
| HSL | 108.45º | 0.99% | 0.58% | - |
| HSV(B) | 108.45º | 0.84% | 1% | - |
| XYZ | 39.32 | 72.84 | 14.08 | - |
| YUV | 178.29 | 50.52 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 41 | 0.68 | 0 | 0.84 | 0.00 | 108.45 | 0.99 | 0.58 |
| Hex | 52 | FE | 29 | 44 | 0 | 54 | 0 | 6C | 63 | 3A |
| Octal | 122 | 376 | 51 | 104 | 0 | 124 | 0 | 154 | 143 | 72 |
| Binary | 1010010 | 11111110 | 101001 | 1000100 | 0 | 1010100 | 0 | 1101100 | 1100011 | 111010 |
Color Harmonies of #52FE29
Complementary color
Monochromatic Colors of #52FE29
Black with #52FE29
Text Example
Text Example
White with #52FE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FE29; }
p { color: rgb(82,254,41); }
H1.HeaderClassName
{
color: #52FE29;
}
.AnyTagClassName
{
color: #52FE29;
}
</style>
background-color css
<style>
a { background-color: #52FE29; }
a { background-color: rgb(82,254,41); }
div.DivClassName
{
background-color: #52FE29;
}
.BgClassName
{
background-color: #52FE29;
}
</style>
border-color css
<style>
span { border-color: #52FE29; }
span { border-color: rgb(82,254,41); }
td.TdClassName
{
border-color: #52FE29;
}
.TagClassName
{
border-color: #52FE29;
}
</style>