Shades of Harlequin #52E308
Tints of Harlequin #52E308
RGB
CMYK
RGB Variations
Color information
#52E308 (or 0x52E308) is known color: Harlequin. HEX triplet: 52, E3 and 08. RGB value is (82,227,8). Sum of RGB (Red+Green+Blue) = 82+227+8=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 227 (89.06% from 255 or 71.61% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 227 - color contains mainly: green. Hex color #52E308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E308 is #AD1CF7. Grayscale: #9F9F9F. Windows color (decimal): -11345144 or 582482. OLE color: 582482.
HSL color Cylindrical-coordinate representation of color #52E308: hue angle of 99.73º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52E308 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 8 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.11 |
| HSL | 99.73º | 0.93% | 0.46% | - |
| HSV(B) | 99.73º | 0.96% | 0.89% | - |
| XYZ | 30.99 | 56.75 | 9.55 | - |
| YUV | 158.68 | 42.96 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 8 | 0.64 | 0 | 0.96 | 0.11 | 99.73 | 0.93 | 0.46 |
| Hex | 52 | E3 | 8 | 40 | 0 | 60 | B | 64 | 5D | 2E |
| Octal | 122 | 343 | 10 | 100 | 0 | 140 | 13 | 144 | 135 | 56 |
| Binary | 1010010 | 11100011 | 1000 | 1000000 | 0 | 1100000 | 1011 | 1100100 | 1011101 | 101110 |
Color Harmonies of #52E308
Complementary color
Monochromatic Colors of #52E308
Black with #52E308
Text Example
Text Example
White with #52E308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E308; }
p { color: rgb(82,227,8); }
H1.HeaderClassName
{
color: #52E308;
}
.AnyTagClassName
{
color: #52E308;
}
</style>
background-color css
<style>
a { background-color: #52E308; }
a { background-color: rgb(82,227,8); }
div.DivClassName
{
background-color: #52E308;
}
.BgClassName
{
background-color: #52E308;
}
</style>
border-color css
<style>
span { border-color: #52E308; }
span { border-color: rgb(82,227,8); }
td.TdClassName
{
border-color: #52E308;
}
.TagClassName
{
border-color: #52E308;
}
</style>