Shades of Harlequin #53EE0F
Tints of Harlequin #53EE0F
RGB
CMYK
RGB Variations
Color information
#53EE0F (or 0x53EE0F) is known color: Harlequin. HEX triplet: 53, EE and 0F. RGB value is (83,238,15). Sum of RGB (Red+Green+Blue) = 83+238+15=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #53EE0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53EE0F is #AC11F0. Grayscale: #A6A6A6. Windows color (decimal): -11276785 or 1044051. OLE color: 1044051.
HSL color Cylindrical-coordinate representation of color #53EE0F: hue angle of 101.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53EE0F is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 238 | 15 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.07 |
| HSL | 101.7º | 0.88% | 0.5% | - |
| HSV(B) | 101.7º | 0.94% | 0.93% | - |
| XYZ | 34.23 | 63.02 | 10.81 | - |
| YUV | 166.23 | 42.65 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 238 | 15 | 0.65 | 0 | 0.94 | 0.07 | 101.7 | 0.88 | 0.5 |
| Hex | 53 | EE | F | 41 | 0 | 5E | 7 | 66 | 58 | 32 |
| Octal | 123 | 356 | 17 | 101 | 0 | 136 | 7 | 146 | 130 | 62 |
| Binary | 1010011 | 11101110 | 1111 | 1000001 | 0 | 1011110 | 111 | 1100110 | 1011000 | 110010 |
Color Harmonies of #53EE0F
Complementary color
Monochromatic Colors of #53EE0F
Black with #53EE0F
Text Example
Text Example
White with #53EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EE0F; }
p { color: rgb(83,238,15); }
H1.HeaderClassName
{
color: #53EE0F;
}
.AnyTagClassName
{
color: #53EE0F;
}
</style>
background-color css
<style>
a { background-color: #53EE0F; }
a { background-color: rgb(83,238,15); }
div.DivClassName
{
background-color: #53EE0F;
}
.BgClassName
{
background-color: #53EE0F;
}
</style>
border-color css
<style>
span { border-color: #53EE0F; }
span { border-color: rgb(83,238,15); }
td.TdClassName
{
border-color: #53EE0F;
}
.TagClassName
{
border-color: #53EE0F;
}
</style>