Shades of Harlequin #53E915
Tints of Harlequin #53E915
RGB
CMYK
RGB Variations
Color information
#53E915 (or 0x53E915) is known color: Harlequin. HEX triplet: 53, E9 and 15. RGB value is (83,233,21). Sum of RGB (Red+Green+Blue) = 83+233+21=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 233 (91.41% from 255 or 69.14% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 233 - color contains mainly: green. Hex color #53E915 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53E915 is #AC16EA. Grayscale: #A4A4A4. Windows color (decimal): -11278059 or 1435987. OLE color: 1435987.
HSL color Cylindrical-coordinate representation of color #53E915: hue angle of 102.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53E915 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 233 | 21 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.09 |
| HSL | 102.45º | 0.83% | 0.5% | - |
| HSV(B) | 102.45º | 0.91% | 0.91% | - |
| XYZ | 32.84 | 60.17 | 10.59 | - |
| YUV | 163.98 | 47.31 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 233 | 21 | 0.64 | 0 | 0.91 | 0.09 | 102.45 | 0.83 | 0.5 |
| Hex | 53 | E9 | 15 | 40 | 0 | 5B | 9 | 66 | 53 | 32 |
| Octal | 123 | 351 | 25 | 100 | 0 | 133 | 11 | 146 | 123 | 62 |
| Binary | 1010011 | 11101001 | 10101 | 1000000 | 0 | 1011011 | 1001 | 1100110 | 1010011 | 110010 |
Color Harmonies of #53E915
Complementary color
Monochromatic Colors of #53E915
Black with #53E915
Text Example
Text Example
White with #53E915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E915; }
p { color: rgb(83,233,21); }
H1.HeaderClassName
{
color: #53E915;
}
.AnyTagClassName
{
color: #53E915;
}
</style>
background-color css
<style>
a { background-color: #53E915; }
a { background-color: rgb(83,233,21); }
div.DivClassName
{
background-color: #53E915;
}
.BgClassName
{
background-color: #53E915;
}
</style>
border-color css
<style>
span { border-color: #53E915; }
span { border-color: rgb(83,233,21); }
td.TdClassName
{
border-color: #53E915;
}
.TagClassName
{
border-color: #53E915;
}
</style>