Shades of Harlequin #52F205
Tints of Harlequin #52F205
RGB
CMYK
RGB Variations
Color information
#52F205 (or 0x52F205) is known color: Harlequin. HEX triplet: 52, F2 and 05. RGB value is (82,242,5). Sum of RGB (Red+Green+Blue) = 82+242+5=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #52F205 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F205 is #AD0DFA. Grayscale: #A7A7A7. Windows color (decimal): -11341307 or 389714. OLE color: 389714.
HSL color Cylindrical-coordinate representation of color #52F205: hue angle of 100.51º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52F205 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.05 |
| HSL | 100.51º | 0.96% | 0.48% | - |
| HSV(B) | 100.51º | 0.98% | 0.95% | - |
| XYZ | 35.26 | 65.31 | 10.89 | - |
| YUV | 167.14 | 36.49 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 5 | 0.66 | 0 | 0.98 | 0.05 | 100.51 | 0.96 | 0.48 |
| Hex | 52 | F2 | 5 | 42 | 0 | 62 | 5 | 65 | 60 | 30 |
| Octal | 122 | 362 | 5 | 102 | 0 | 142 | 5 | 145 | 140 | 60 |
| Binary | 1010010 | 11110010 | 101 | 1000010 | 0 | 1100010 | 101 | 1100101 | 1100000 | 110000 |
Color Harmonies of #52F205
Complementary color
Monochromatic Colors of #52F205
Black with #52F205
Text Example
Text Example
White with #52F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F205; }
p { color: rgb(82,242,5); }
H1.HeaderClassName
{
color: #52F205;
}
.AnyTagClassName
{
color: #52F205;
}
</style>
background-color css
<style>
a { background-color: #52F205; }
a { background-color: rgb(82,242,5); }
div.DivClassName
{
background-color: #52F205;
}
.BgClassName
{
background-color: #52F205;
}
</style>
border-color css
<style>
span { border-color: #52F205; }
span { border-color: rgb(82,242,5); }
td.TdClassName
{
border-color: #52F205;
}
.TagClassName
{
border-color: #52F205;
}
</style>