#53EB1C

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

Shades of Harlequin #53EB1C

Tints of Harlequin #53EB1C

Color information

#53EB1C (or 0x53EB1C) is unknown color: approx Harlequin. HEX triplet: 53, EB and 1C. RGB value is (83,235,28). Sum of RGB (Red+Green+Blue) = 83+235+28=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 235 (92.19% from 255 or 67.92% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 235 - color contains mainly: green. Hex color #53EB1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EB1C is #AC14E3. Grayscale: #A6A6A6. Windows color (decimal): -11277540 or 1895251. OLE color: 1895251.

HSL color Cylindrical-coordinate representation of color #53EB1C: hue angle of 104.06º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53EB1C is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB8323528-
CMYK0.6500.880.08
HSL104.06º83.81%51.57%-
HSV(B)104.06º88.09%92.16%-
XYZ33.4961.3411.17-
YUV165.9550.1468.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 235 (92.19% from 255) = 67.92%
BLUE value IS 28 (11.33% from 255) = 8.09%
R=23.99%
G=67.92%
B=8.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal83235280.6500.880.08104.0683.8151.57
Hex53EB1C410588685434
Octal1233533410101301015012464
Binary10100111110101111100100000101011000100011010001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,235,28); }

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

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

 a { background-color: rgb(83,235,28); }

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

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

 span { border-color: rgb(83,235,28); }

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