#46E00D

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

Shades of Harlequin #46E00D

Tints of Harlequin #46E00D

Color information

#46E00D (or 0x46E00D) is unknown color: approx Harlequin. HEX triplet: 46, E0 and 0D. RGB value is (70,224,13). Sum of RGB (Red+Green+Blue) = 70+224+13=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #46E00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E00D is #B91FF2. Grayscale: #9A9A9A. Windows color (decimal): -12132339 or 909382. OLE color: 909382.

HSL color Cylindrical-coordinate representation of color #46E00D: hue angle of 103.79º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46E00D is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB7022413-
CMYK0.6900.940.12
HSL103.79º89.03%46.47%-
HSV(B)103.79º94.2%87.84%-
XYZ29.2554.649.39-
YUV153.948.4868.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 224 (87.89% from 255) = 72.96%
BLUE value IS 13 (5.47% from 255) = 4.23%
R=22.80%
G=72.96%
B=4.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70224130.6900.940.12103.7989.0346.47
Hex46E0D4505EC68592e
Octal1063401510501361415013156
Binary1000110111000001101100010101011110110011010001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,224,13); }

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

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

 a { background-color: rgb(70,224,13); }

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

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

 span { border-color: rgb(70,224,13); }

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