#47EC0E

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

Shades of Harlequin #47EC0E

Tints of Harlequin #47EC0E

Color information

#47EC0E (or 0x47EC0E) is unknown color: approx Harlequin. HEX triplet: 47, EC and 0E. RGB value is (71,236,14). Sum of RGB (Red+Green+Blue) = 71+236+14=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #47EC0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47EC0E is #B813F1. Grayscale: #A2A2A2. Windows color (decimal): -12063730 or 977991. OLE color: 977991.

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

Color convert

RGB7123614-
CMYK0.7000.940.07
HSL104.59º88.8%49.02%-
HSV(B)104.59º94.07%92.55%-
XYZ32.6761.3610.54-
YUV161.3644.8463.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 236 (92.58% from 255) = 73.52%
BLUE value IS 14 (5.86% from 255) = 4.36%
R=22.12%
G=73.52%
B=4.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71236140.7000.940.07104.5988.849.02
Hex47ECE4605E7695931
Octal107354161060136715113161
Binary100011111101100111010001100101111011111010011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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