Shades of Harlequin #52F90C
Tints of Harlequin #52F90C
RGB
CMYK
RGB Variations
Color information
#52F90C (or 0x52F90C) is known color: Harlequin. HEX triplet: 52, F9 and 0C. RGB value is (82,249,12). Sum of RGB (Red+Green+Blue) = 82+249+12=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 249 (97.66% from 255 or 72.59% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 249 - color contains mainly: green. Hex color #52F90C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F90C is #AD06F3. Grayscale: #ACACAC. Windows color (decimal): -11339508 or 850258. OLE color: 850258.
HSL color Cylindrical-coordinate representation of color #52F90C: hue angle of 102.28º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52F90C is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 12 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.02 |
| HSL | 102.28º | 0.95% | 0.51% | - |
| HSV(B) | 102.28º | 0.95% | 0.98% | - |
| XYZ | 37.42 | 69.57 | 11.8 | - |
| YUV | 172.05 | 37.67 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 12 | 0.67 | 0 | 0.95 | 0.02 | 102.28 | 0.95 | 0.51 |
| Hex | 52 | F9 | C | 43 | 0 | 5F | 2 | 66 | 5F | 33 |
| Octal | 122 | 371 | 14 | 103 | 0 | 137 | 2 | 146 | 137 | 63 |
| Binary | 1010010 | 11111001 | 1100 | 1000011 | 0 | 1011111 | 10 | 1100110 | 1011111 | 110011 |
Color Harmonies of #52F90C
Complementary color
Monochromatic Colors of #52F90C
Black with #52F90C
Text Example
Text Example
White with #52F90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F90C; }
p { color: rgb(82,249,12); }
H1.HeaderClassName
{
color: #52F90C;
}
.AnyTagClassName
{
color: #52F90C;
}
</style>
background-color css
<style>
a { background-color: #52F90C; }
a { background-color: rgb(82,249,12); }
div.DivClassName
{
background-color: #52F90C;
}
.BgClassName
{
background-color: #52F90C;
}
</style>
border-color css
<style>
span { border-color: #52F90C; }
span { border-color: rgb(82,249,12); }
td.TdClassName
{
border-color: #52F90C;
}
.TagClassName
{
border-color: #52F90C;
}
</style>