#46EC19

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

Shades of Harlequin #46EC19

Tints of Harlequin #46EC19

Color information

#46EC19 (or 0x46EC19) is unknown color: approx Harlequin. HEX triplet: 46, EC and 19. RGB value is (70,236,25). Sum of RGB (Red+Green+Blue) = 70+236+25=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EC19 is #B913E6. Grayscale: #A2A2A2. Windows color (decimal): -12129255 or 1698886. OLE color: 1698886.

HSL color Cylindrical-coordinate representation of color #46EC19: hue angle of 107.2º 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 #46EC19 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB7023625-
CMYK0.7000.890.07
HSL107.2º84.74%51.18%-
HSV(B)107.2º89.41%92.55%-
XYZ32.761.3611.04-
YUV162.3150.562.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 236 (92.58% from 255) = 71.30%
BLUE value IS 25 (10.16% from 255) = 7.55%
R=21.15%
G=71.30%
B=7.55%

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
Decimal70236250.7000.890.07107.284.7451.18
Hex46EC194605976b5533
Octal106354311060131715312563
Binary1000110111011001100110001100101100111111010111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46EC19; }

 p { color: rgb(70,236,25); }

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

<style>
 a { background-color: #46EC19; }

 a { background-color: rgb(70,236,25); }

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

<style>
 span { border-color: #46EC19; }

 span { border-color: rgb(70,236,25); }

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