Shades of Harlequin #52EE1F
Tints of Harlequin #52EE1F
RGB
CMYK
RGB Variations
Color information
#52EE1F (or 0x52EE1F) is known color: Harlequin. HEX triplet: 52, EE and 1F. RGB value is (82,238,31). Sum of RGB (Red+Green+Blue) = 82+238+31=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 238 (93.36% from 255 or 67.81% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EE1F is #AD11E0. Grayscale: #A8A8A8. Windows color (decimal): -11342305 or 2092626. OLE color: 2092626.
HSL color Cylindrical-coordinate representation of color #52EE1F: hue angle of 105.22º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52EE1F is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 238 | 31 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.07 |
| HSL | 105.22º | 0.86% | 0.53% | - |
| HSV(B) | 105.22º | 0.87% | 0.93% | - |
| XYZ | 34.3 | 63.04 | 11.66 | - |
| YUV | 167.76 | 50.82 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 31 | 0.66 | 0 | 0.87 | 0.07 | 105.22 | 0.86 | 0.53 |
| Hex | 52 | EE | 1F | 42 | 0 | 57 | 7 | 69 | 56 | 35 |
| Octal | 122 | 356 | 37 | 102 | 0 | 127 | 7 | 151 | 126 | 65 |
| Binary | 1010010 | 11101110 | 11111 | 1000010 | 0 | 1010111 | 111 | 1101001 | 1010110 | 110101 |
Color Harmonies of #52EE1F
Complementary color
Monochromatic Colors of #52EE1F
Black with #52EE1F
Text Example
Text Example
White with #52EE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EE1F; }
p { color: rgb(82,238,31); }
H1.HeaderClassName
{
color: #52EE1F;
}
.AnyTagClassName
{
color: #52EE1F;
}
</style>
background-color css
<style>
a { background-color: #52EE1F; }
a { background-color: rgb(82,238,31); }
div.DivClassName
{
background-color: #52EE1F;
}
.BgClassName
{
background-color: #52EE1F;
}
</style>
border-color css
<style>
span { border-color: #52EE1F; }
span { border-color: rgb(82,238,31); }
td.TdClassName
{
border-color: #52EE1F;
}
.TagClassName
{
border-color: #52EE1F;
}
</style>