Html Css Color HEX #00EB32 Malachite

📋 copy color: '#00EB32'

red 0 ◦ green 235 ◦ blue 50

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

Shades of Malachite #00EB32

Tints of Malachite #00EB32

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 82.46%
B = 17.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#00EB32 (or 0x00EB32) is known color: Malachite. HEX triplet: 00, EB and 32. RGB value is (0,235,50). Sum of RGB (Red+Green+Blue) = 0+235+50=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 235 (92.19% from 255 or 82.46% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 235 - color contains mainly: green. Hex color #00EB32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EB32 is #FF14CD. Grayscale: #909090. Windows color (decimal): -16717006 or 3336960. OLE color: 3336960.

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

Color convert

RGB 0 235 50 -
CMYK 1 0 0.79 0.08
HSL 132.77º 1% 0.46% -
HSV(B) 132.77º 1% 0.92% -
XYZ 30.28 59.65 12.93 -
YUV 143.65 75.14 25.54 -
System Red Green Blue C M Y K H S L
Decimal 0 235 50 1 0 0.79 0.08 132.77 1 0.46
Hex 0 EB 32 64 0 4F 8 85 64 2E
Octal 0 353 62 144 0 117 10 205 144 56
Binary 0 11101011 110010 1100100 0 1001111 1000 10000101 1100100 101110

Color Harmonies of #00EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EB32

Black with #00EB32

Text Example


Text Example

White with #00EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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