Shades of Harlequin #53E315
Tints of Harlequin #53E315
RGB
CMYK
RGB Variations
Color information
#53E315 (or 0x53E315) is known color: Harlequin. HEX triplet: 53, E3 and 15. RGB value is (83,227,21). Sum of RGB (Red+Green+Blue) = 83+227+21=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 227 (89.06% from 255 or 68.58% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 227 - color contains mainly: green. Hex color #53E315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53E315 is #AC1CEA. Grayscale: #A1A1A1. Windows color (decimal): -11279595 or 1434451. OLE color: 1434451.
HSL color Cylindrical-coordinate representation of color #53E315: hue angle of 101.94º 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 #53E315 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 227 | 21 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.11 |
| HSL | 101.94º | 0.83% | 0.49% | - |
| HSV(B) | 101.94º | 0.91% | 0.89% | - |
| XYZ | 31.17 | 56.83 | 10.04 | - |
| YUV | 160.46 | 49.29 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 227 | 21 | 0.63 | 0 | 0.91 | 0.11 | 101.94 | 0.83 | 0.49 |
| Hex | 53 | E3 | 15 | 3F | 0 | 5B | B | 66 | 53 | 31 |
| Octal | 123 | 343 | 25 | 77 | 0 | 133 | 13 | 146 | 123 | 61 |
| Binary | 1010011 | 11100011 | 10101 | 111111 | 0 | 1011011 | 1011 | 1100110 | 1010011 | 110001 |
Color Harmonies of #53E315
Complementary color
Monochromatic Colors of #53E315
Black with #53E315
Text Example
Text Example
White with #53E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E315; }
p { color: rgb(83,227,21); }
H1.HeaderClassName
{
color: #53E315;
}
.AnyTagClassName
{
color: #53E315;
}
</style>
background-color css
<style>
a { background-color: #53E315; }
a { background-color: rgb(83,227,21); }
div.DivClassName
{
background-color: #53E315;
}
.BgClassName
{
background-color: #53E315;
}
</style>
border-color css
<style>
span { border-color: #53E315; }
span { border-color: rgb(83,227,21); }
td.TdClassName
{
border-color: #53E315;
}
.TagClassName
{
border-color: #53E315;
}
</style>