Html Css Color HEX #01EB32 Malachite

📋 copy color: '#01EB32'

red 1 ◦ green 235 ◦ blue 50

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

Shades of Malachite #01EB32

Tints of Malachite #01EB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 0.35%
G = 82.17%
B = 17.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#01EB32 (or 0x01EB32) is known color: Malachite. HEX triplet: 01, EB and 32. RGB value is (1,235,50). Sum of RGB (Red+Green+Blue) = 1+235+50=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 235 (92.19% from 255 or 82.17% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 235 - color contains mainly: green. Hex color #01EB32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EB32 is #FE14CD. Grayscale: #909090. Windows color (decimal): -16651470 or 3336961. OLE color: 3336961.

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

Color convert

RGB 1 235 50 -
CMYK 1.00 0 0.79 0.08
HSL 132.56º 0.99% 0.46% -
HSV(B) 132.56º 1% 0.92% -
XYZ 30.3 59.65 12.94 -
YUV 143.94 74.98 26.04 -
System Red Green Blue C M Y K H S L
Decimal 1 235 50 1.00 0 0.79 0.08 132.56 0.99 0.46
Hex 1 EB 32 64 0 4F 8 85 63 2E
Octal 1 353 62 144 0 117 10 205 143 56
Binary 1 11101011 110010 1100100 0 1001111 1000 10000101 1100011 101110

Color Harmonies of #01EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EB32

Black with #01EB32

Text Example


Text Example

White with #01EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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