Html Css Color HEX #01EB64 Malachite

📋 copy color: '#01EB64'

red 1 ◦ green 235 ◦ blue 100

#01EB64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #01EB64

Tints of Malachite #01EB64

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 235 (92.19% from 255) = 69.94%

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 0.3%
G = 69.94%
B = 29.76%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#01EB64 (or 0x01EB64) is known color: Malachite. HEX triplet: 01, EB and 64. RGB value is (1,235,100). Sum of RGB (Red+Green+Blue) = 1+235+100=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 235 (92.19% from 255 or 69.94% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 235 - color contains mainly: green. Hex color #01EB64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EB64 is #FE149B. Grayscale: #959595. Windows color (decimal): -16651420 or 6613761. OLE color: 6613761.

HSL color Cylindrical-coordinate representation of color #01EB64: hue angle of 145.38º 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 #01EB64 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 235 100 -
CMYK 1.00 0 0.57 0.08
HSL 145.38º 0.99% 0.46% -
HSV(B) 145.38º 1% 0.92% -
XYZ 32.02 60.34 22.02 -
YUV 149.64 99.98 21.98 -
System Red Green Blue C M Y K H S L
Decimal 1 235 100 1.00 0 0.57 0.08 145.38 0.99 0.46
Hex 1 EB 64 64 0 39 8 91 63 2E
Octal 1 353 144 144 0 71 10 221 143 56
Binary 1 11101011 1100100 1100100 0 111001 1000 10010001 1100011 101110

Color Harmonies of #01EB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EB64

Black with #01EB64

Text Example


Text Example

White with #01EB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01EB64; }

 p { color: rgb(1,235,100); }

 H1.HeaderClassName
 {
   color: #01EB64;
 }
 .AnyTagClassName
 {
   color: #01EB64;
 }
</style>

background-color css

<style>
 a { background-color: #01EB64; }

 a { background-color: rgb(1,235,100); }

 div.DivClassName
 {
   background-color: #01EB64;
 }
 .BgClassName
 {
   background-color: #01EB64;
 }
</style>

border-color css

<style>
 span { border-color: #01EB64; }

 span { border-color: rgb(1,235,100); }

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