#46EB04

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

Shades of Harlequin #46EB04

Tints of Harlequin #46EB04

Color information

#46EB04 (or 0x46EB04) is unknown color: approx Harlequin. HEX triplet: 46, EB and 04. RGB value is (70,235,4). Sum of RGB (Red+Green+Blue) = 70+235+4=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 235 (92.19% from 255 or 76.05% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 235 - color contains mainly: green. Hex color #46EB04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EB04 is #B914FB. Grayscale: #A0A0A0. Windows color (decimal): -12129532 or 322374. OLE color: 322374.

HSL color Cylindrical-coordinate representation of color #46EB04: hue angle of 102.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46EB04 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB702354-
CMYK0.7000.980.08
HSL102.86º96.65%46.86%-
HSV(B)102.86º98.3%92.16%-
XYZ32.2660.7310.14-
YUV159.3340.3464.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 235 (92.19% from 255) = 76.05%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=22.65%
G=76.05%
B=1.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7023540.7000.980.08102.8696.6546.86
Hex46EB446062867612f
Octal106353410601421014714157
Binary100011011101011100100011001100010100011001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,235,4); }

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

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

 a { background-color: rgb(70,235,4); }

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

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

 span { border-color: rgb(70,235,4); }

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