Shades of Harlequin #52F30D
Tints of Harlequin #52F30D
RGB
CMYK
RGB Variations
Color information
#52F30D (or 0x52F30D) is known color: Harlequin. HEX triplet: 52, F3 and 0D. RGB value is (82,243,13). Sum of RGB (Red+Green+Blue) = 82+243+13=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 243 (95.31% from 255 or 71.89% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 243 - color contains mainly: green. Hex color #52F30D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F30D is #AD0CF2. Grayscale: #A9A9A9. Windows color (decimal): -11341043 or 914258. OLE color: 914258.
HSL color Cylindrical-coordinate representation of color #52F30D: hue angle of 102º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52F30D is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 13 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.05 |
| HSL | 102º | 0.91% | 0.5% | - |
| HSV(B) | 102º | 0.95% | 0.95% | - |
| XYZ | 35.6 | 65.92 | 11.23 | - |
| YUV | 168.64 | 40.16 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 13 | 0.66 | 0 | 0.95 | 0.05 | 102 | 0.91 | 0.5 |
| Hex | 52 | F3 | D | 42 | 0 | 5F | 5 | 66 | 5B | 32 |
| Octal | 122 | 363 | 15 | 102 | 0 | 137 | 5 | 146 | 133 | 62 |
| Binary | 1010010 | 11110011 | 1101 | 1000010 | 0 | 1011111 | 101 | 1100110 | 1011011 | 110010 |
Color Harmonies of #52F30D
Complementary color
Monochromatic Colors of #52F30D
Black with #52F30D
Text Example
Text Example
White with #52F30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F30D; }
p { color: rgb(82,243,13); }
H1.HeaderClassName
{
color: #52F30D;
}
.AnyTagClassName
{
color: #52F30D;
}
</style>
background-color css
<style>
a { background-color: #52F30D; }
a { background-color: rgb(82,243,13); }
div.DivClassName
{
background-color: #52F30D;
}
.BgClassName
{
background-color: #52F30D;
}
</style>
border-color css
<style>
span { border-color: #52F30D; }
span { border-color: rgb(82,243,13); }
td.TdClassName
{
border-color: #52F30D;
}
.TagClassName
{
border-color: #52F30D;
}
</style>