#54EC1C

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

Shades of Harlequin #54EC1C

Tints of Harlequin #54EC1C

Color information

#54EC1C (or 0x54EC1C) is unknown color: approx Harlequin. HEX triplet: 54, EC and 1C. RGB value is (84,236,28). Sum of RGB (Red+Green+Blue) = 84+236+28=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 236 (92.58% from 255 or 67.82% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 236 - color contains mainly: green. Hex color #54EC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54EC1C is #AB13E3. Grayscale: #A7A7A7. Windows color (decimal): -11211748 or 1895508. OLE color: 1895508.

HSL color Cylindrical-coordinate representation of color #54EC1C: hue angle of 103.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54EC1C is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB8423628-
CMYK0.6400.880.07
HSL103.85º84.55%51.76%-
HSV(B)103.85º88.14%92.55%-
XYZ33.8661.9611.27-
YUV166.8449.6468.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 236 (92.58% from 255) = 67.82%
BLUE value IS 28 (11.33% from 255) = 8.05%
R=24.14%
G=67.82%
B=8.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84236280.6400.880.07103.8584.5551.76
Hex54EC1C400587685534
Octal124354341000130715012564
Binary1010100111011001110010000000101100011111010001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54EC1C; }

 p { color: rgb(84,236,28); }

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

<style>
 a { background-color: #54EC1C; }

 a { background-color: rgb(84,236,28); }

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

<style>
 span { border-color: #54EC1C; }

 span { border-color: rgb(84,236,28); }

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