Shades of Harlequin #52F223
Tints of Harlequin #52F223
RGB
CMYK
RGB Variations
Color information
#52F223 (or 0x52F223) is known color: Harlequin. HEX triplet: 52, F2 and 23. RGB value is (82,242,35). Sum of RGB (Red+Green+Blue) = 82+242+35=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #52F223 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F223 is #AD0DDC. Grayscale: #ABABAB. Windows color (decimal): -11341277 or 2355794. OLE color: 2355794.
HSL color Cylindrical-coordinate representation of color #52F223: hue angle of 106.38º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52F223 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 35 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.05 |
| HSL | 106.38º | 0.89% | 0.54% | - |
| HSV(B) | 106.38º | 0.86% | 0.95% | - |
| XYZ | 35.54 | 65.42 | 12.34 | - |
| YUV | 170.56 | 51.49 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 35 | 0.66 | 0 | 0.86 | 0.05 | 106.38 | 0.89 | 0.54 |
| Hex | 52 | F2 | 23 | 42 | 0 | 56 | 5 | 6A | 59 | 36 |
| Octal | 122 | 362 | 43 | 102 | 0 | 126 | 5 | 152 | 131 | 66 |
| Binary | 1010010 | 11110010 | 100011 | 1000010 | 0 | 1010110 | 101 | 1101010 | 1011001 | 110110 |
Color Harmonies of #52F223
Complementary color
Monochromatic Colors of #52F223
Black with #52F223
Text Example
Text Example
White with #52F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F223; }
p { color: rgb(82,242,35); }
H1.HeaderClassName
{
color: #52F223;
}
.AnyTagClassName
{
color: #52F223;
}
</style>
background-color css
<style>
a { background-color: #52F223; }
a { background-color: rgb(82,242,35); }
div.DivClassName
{
background-color: #52F223;
}
.BgClassName
{
background-color: #52F223;
}
</style>
border-color css
<style>
span { border-color: #52F223; }
span { border-color: rgb(82,242,35); }
td.TdClassName
{
border-color: #52F223;
}
.TagClassName
{
border-color: #52F223;
}
</style>