#53EE1A

Color #53EE1A Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #53EE1A

Tints of Harlequin #53EE1A

Color information

#53EE1A (or 0x53EE1A) is unknown color: approx Harlequin. HEX triplet: 53, EE and 1A. RGB value is (83,238,26). Sum of RGB (Red+Green+Blue) = 83+238+26=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 238 (93.36% from 255 or 68.59% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 238 - color contains mainly: green. Hex color #53EE1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EE1A is #AC11E5. Grayscale: #A8A8A8. Windows color (decimal): -11276774 or 1764947. OLE color: 1764947.

HSL color Cylindrical-coordinate representation of color #53EE1A: hue angle of 103.87º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53EE1A is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB8323826-
CMYK0.6500.890.07
HSL103.87º86.18%51.76%-
HSV(B)103.87º89.08%93.33%-
XYZ34.3363.0611.34-
YUV167.4948.1567.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 238 (93.36% from 255) = 68.59%
BLUE value IS 26 (10.55% from 255) = 7.49%
R=23.92%
G=68.59%
B=7.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal83238260.6500.890.07103.8786.1851.76
Hex53EE1A410597685634
Octal123356321010131715012664
Binary1010011111011101101010000010101100111111010001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53EE1A; }

 p { color: rgb(83,238,26); }

 H1.HeaderClassName
 {
   color: #53EE1A;
 }
 .AnyTagClassName
 {
   color: #53EE1A;
 }
</style>
background-color css

<style>
 a { background-color: #53EE1A; }

 a { background-color: rgb(83,238,26); }

 div.DivClassName
 {
   background-color: #53EE1A;
 }
 .BgClassName
 {
   background-color: #53EE1A;
 }
</style>
border-color css

<style>
 span { border-color: #53EE1A; }

 span { border-color: rgb(83,238,26); }

 td.TdClassName
 {
   border-color: #53EE1A;
 }
 .TagClassName
 {
   border-color: #53EE1A;
 }
</style>