#46EA01

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

Shades of Harlequin #46EA01

Tints of Harlequin #46EA01

Color information

#46EA01 (or 0x46EA01) is unknown color: approx Harlequin. HEX triplet: 46, EA and 01. RGB value is (70,234,1). Sum of RGB (Red+Green+Blue) = 70+234+1=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 234 (91.80% from 255 or 76.72% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 234 - color contains mainly: green. Hex color #46EA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EA01 is #B915FE. Grayscale: #9F9F9F. Windows color (decimal): -12129791 or 125510. OLE color: 125510.

HSL color Cylindrical-coordinate representation of color #46EA01: hue angle of 102.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46EA01 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB702341-
CMYK0.7001.000.08
HSL102.23º99.15%46.08%-
HSV(B)102.23º99.57%91.76%-
XYZ31.9560.159.95-
YUV158.439.1764.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 234 (91.80% from 255) = 76.72%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=22.95%
G=76.72%
B=0.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7023410.7001.000.08102.2399.1546.08
Hex46EA146064866632e
Octal106352110601441014614356
Binary1000110111010101100011001100100100011001101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,234,1); }

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

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

 a { background-color: rgb(70,234,1); }

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

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

 span { border-color: rgb(70,234,1); }

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