#47EC1A

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

Shades of Harlequin #47EC1A

Tints of Harlequin #47EC1A

Color information

#47EC1A (or 0x47EC1A) is unknown color: approx Harlequin. HEX triplet: 47, EC and 1A. RGB value is (71,236,26). Sum of RGB (Red+Green+Blue) = 71+236+26=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #47EC1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47EC1A is #B813E5. Grayscale: #A3A3A3. Windows color (decimal): -12063718 or 1764423. OLE color: 1764423.

HSL color Cylindrical-coordinate representation of color #47EC1A: hue angle of 107.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47EC1A is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB7123626-
CMYK0.7000.890.07
HSL107.14º84.68%51.37%-
HSV(B)107.14º88.98%92.55%-
XYZ32.7861.4111.1-
YUV162.7250.8462.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 236 (92.58% from 255) = 70.87%
BLUE value IS 26 (10.55% from 255) = 7.81%
R=21.32%
G=70.87%
B=7.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71236260.7000.890.07107.1484.6851.37
Hex47EC1A4605976b5533
Octal107354321060131715312563
Binary1000111111011001101010001100101100111111010111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47EC1A; }

 p { color: rgb(71,236,26); }

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

<style>
 a { background-color: #47EC1A; }

 a { background-color: rgb(71,236,26); }

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

<style>
 span { border-color: #47EC1A; }

 span { border-color: rgb(71,236,26); }

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