Shades of Harlequin #52F326
Tints of Harlequin #52F326
RGB
CMYK
RGB Variations
Color information
#52F326 (or 0x52F326) is known color: Harlequin. HEX triplet: 52, F3 and 26. RGB value is (82,243,38). Sum of RGB (Red+Green+Blue) = 82+243+38=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #52F326 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F326 is #AD0CD9. Grayscale: #ACACAC. Windows color (decimal): -11341018 or 2552658. OLE color: 2552658.
HSL color Cylindrical-coordinate representation of color #52F326: hue angle of 107.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52F326 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 38 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.05 |
| HSL | 107.12º | 0.9% | 0.55% | - |
| HSV(B) | 107.12º | 0.84% | 0.95% | - |
| XYZ | 35.88 | 66.03 | 12.69 | - |
| YUV | 171.49 | 52.66 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 38 | 0.66 | 0 | 0.84 | 0.05 | 107.12 | 0.9 | 0.55 |
| Hex | 52 | F3 | 26 | 42 | 0 | 54 | 5 | 6B | 5A | 37 |
| Octal | 122 | 363 | 46 | 102 | 0 | 124 | 5 | 153 | 132 | 67 |
| Binary | 1010010 | 11110011 | 100110 | 1000010 | 0 | 1010100 | 101 | 1101011 | 1011010 | 110111 |
Color Harmonies of #52F326
Complementary color
Monochromatic Colors of #52F326
Black with #52F326
Text Example
Text Example
White with #52F326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F326; }
p { color: rgb(82,243,38); }
H1.HeaderClassName
{
color: #52F326;
}
.AnyTagClassName
{
color: #52F326;
}
</style>
background-color css
<style>
a { background-color: #52F326; }
a { background-color: rgb(82,243,38); }
div.DivClassName
{
background-color: #52F326;
}
.BgClassName
{
background-color: #52F326;
}
</style>
border-color css
<style>
span { border-color: #52F326; }
span { border-color: rgb(82,243,38); }
td.TdClassName
{
border-color: #52F326;
}
.TagClassName
{
border-color: #52F326;
}
</style>