Shades of Harlequin #52E315
Tints of Harlequin #52E315
RGB
CMYK
RGB Variations
Color information
#52E315 (or 0x52E315) is known color: Harlequin. HEX triplet: 52, E3 and 15. RGB value is (82,227,21). Sum of RGB (Red+Green+Blue) = 82+227+21=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 227 (89.06% from 255 or 68.79% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 227 - color contains mainly: green. Hex color #52E315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E315 is #AD1CEA. Grayscale: #A0A0A0. Windows color (decimal): -11345131 or 1434450. OLE color: 1434450.
HSL color Cylindrical-coordinate representation of color #52E315: hue angle of 102.23º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52E315 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 21 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.11 |
| HSL | 102.23º | 0.83% | 0.49% | - |
| HSV(B) | 102.23º | 0.91% | 0.89% | - |
| XYZ | 31.08 | 56.79 | 10.03 | - |
| YUV | 160.16 | 49.46 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 21 | 0.64 | 0 | 0.91 | 0.11 | 102.23 | 0.83 | 0.49 |
| Hex | 52 | E3 | 15 | 40 | 0 | 5B | B | 66 | 53 | 31 |
| Octal | 122 | 343 | 25 | 100 | 0 | 133 | 13 | 146 | 123 | 61 |
| Binary | 1010010 | 11100011 | 10101 | 1000000 | 0 | 1011011 | 1011 | 1100110 | 1010011 | 110001 |
Color Harmonies of #52E315
Complementary color
Monochromatic Colors of #52E315
Black with #52E315
Text Example
Text Example
White with #52E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E315; }
p { color: rgb(82,227,21); }
H1.HeaderClassName
{
color: #52E315;
}
.AnyTagClassName
{
color: #52E315;
}
</style>
background-color css
<style>
a { background-color: #52E315; }
a { background-color: rgb(82,227,21); }
div.DivClassName
{
background-color: #52E315;
}
.BgClassName
{
background-color: #52E315;
}
</style>
border-color css
<style>
span { border-color: #52E315; }
span { border-color: rgb(82,227,21); }
td.TdClassName
{
border-color: #52E315;
}
.TagClassName
{
border-color: #52E315;
}
</style>