Shades of Harlequin #52F715
Tints of Harlequin #52F715
RGB
CMYK
RGB Variations
Color information
#52F715 (or 0x52F715) is known color: Harlequin. HEX triplet: 52, F7 and 15. RGB value is (82,247,21). Sum of RGB (Red+Green+Blue) = 82+247+21=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #52F715 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F715 is #AD08EA. Grayscale: #ACACAC. Windows color (decimal): -11340011 or 1439570. OLE color: 1439570.
HSL color Cylindrical-coordinate representation of color #52F715: hue angle of 103.81º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52F715 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 247 | 21 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.03 |
| HSL | 103.81º | 0.93% | 0.53% | - |
| HSV(B) | 103.81º | 0.91% | 0.97% | - |
| XYZ | 36.88 | 68.37 | 11.96 | - |
| YUV | 171.9 | 42.84 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 247 | 21 | 0.67 | 0 | 0.91 | 0.03 | 103.81 | 0.93 | 0.53 |
| Hex | 52 | F7 | 15 | 43 | 0 | 5B | 3 | 68 | 5D | 35 |
| Octal | 122 | 367 | 25 | 103 | 0 | 133 | 3 | 150 | 135 | 65 |
| Binary | 1010010 | 11110111 | 10101 | 1000011 | 0 | 1011011 | 11 | 1101000 | 1011101 | 110101 |
Color Harmonies of #52F715
Complementary color
Monochromatic Colors of #52F715
Black with #52F715
Text Example
Text Example
White with #52F715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F715; }
p { color: rgb(82,247,21); }
H1.HeaderClassName
{
color: #52F715;
}
.AnyTagClassName
{
color: #52F715;
}
</style>
background-color css
<style>
a { background-color: #52F715; }
a { background-color: rgb(82,247,21); }
div.DivClassName
{
background-color: #52F715;
}
.BgClassName
{
background-color: #52F715;
}
</style>
border-color css
<style>
span { border-color: #52F715; }
span { border-color: rgb(82,247,21); }
td.TdClassName
{
border-color: #52F715;
}
.TagClassName
{
border-color: #52F715;
}
</style>