Shades of Harlequin #52F30C
Tints of Harlequin #52F30C
RGB
CMYK
RGB Variations
Color information
#52F30C (or 0x52F30C) is known color: Harlequin. HEX triplet: 52, F3 and 0C. RGB value is (82,243,12). Sum of RGB (Red+Green+Blue) = 82+243+12=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 243 (95.31% from 255 or 72.11% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 243 - color contains mainly: green. Hex color #52F30C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F30C is #AD0CF3. Grayscale: #A9A9A9. Windows color (decimal): -11341044 or 848722. OLE color: 848722.
HSL color Cylindrical-coordinate representation of color #52F30C: hue angle of 101.82º 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 #52F30C is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 12 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.05 |
| HSL | 101.82º | 0.91% | 0.5% | - |
| HSV(B) | 101.82º | 0.95% | 0.95% | - |
| XYZ | 35.6 | 65.92 | 11.2 | - |
| YUV | 168.53 | 39.66 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 12 | 0.66 | 0 | 0.95 | 0.05 | 101.82 | 0.91 | 0.5 |
| Hex | 52 | F3 | C | 42 | 0 | 5F | 5 | 66 | 5B | 32 |
| Octal | 122 | 363 | 14 | 102 | 0 | 137 | 5 | 146 | 133 | 62 |
| Binary | 1010010 | 11110011 | 1100 | 1000010 | 0 | 1011111 | 101 | 1100110 | 1011011 | 110010 |
Color Harmonies of #52F30C
Complementary color
Monochromatic Colors of #52F30C
Black with #52F30C
Text Example
Text Example
White with #52F30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F30C; }
p { color: rgb(82,243,12); }
H1.HeaderClassName
{
color: #52F30C;
}
.AnyTagClassName
{
color: #52F30C;
}
</style>
background-color css
<style>
a { background-color: #52F30C; }
a { background-color: rgb(82,243,12); }
div.DivClassName
{
background-color: #52F30C;
}
.BgClassName
{
background-color: #52F30C;
}
</style>
border-color css
<style>
span { border-color: #52F30C; }
span { border-color: rgb(82,243,12); }
td.TdClassName
{
border-color: #52F30C;
}
.TagClassName
{
border-color: #52F30C;
}
</style>