Html Css Color HEX #01D63F Malachite

📋 copy color: '#01D63F'

red 1 ◦ green 214 ◦ blue 63

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

Shades of Malachite #01D63F

Tints of Malachite #01D63F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 76.98%

 BLUE value IS 63 (25% from 255) = 22.66%

R = 0.36%
G = 76.98%
B = 22.66%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#01D63F (or 0x01D63F) is known color: Malachite. HEX triplet: 01, D6 and 3F. RGB value is (1,214,63). Sum of RGB (Red+Green+Blue) = 1+214+63=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 214 (83.98% from 255 or 76.98% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 214 - color contains mainly: green. Hex color #01D63F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D63F is #FE29C0. Grayscale: #858585. Windows color (decimal): -16656833 or 4183553. OLE color: 4183553.

HSL color Cylindrical-coordinate representation of color #01D63F: hue angle of 137.46º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D63F is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 214 63 -
CMYK 1.00 0 0.71 0.16
HSL 137.46º 0.99% 0.42% -
HSV(B) 137.46º 1% 0.84% -
XYZ 24.96 48.46 12.74 -
YUV 133.1 88.43 33.78 -
System Red Green Blue C M Y K H S L
Decimal 1 214 63 1.00 0 0.71 0.16 137.46 0.99 0.42
Hex 1 D6 3F 64 0 47 10 89 63 2A
Octal 1 326 77 144 0 107 20 211 143 52
Binary 1 11010110 111111 1100100 0 1000111 10000 10001001 1100011 101010

Color Harmonies of #01D63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D63F

Black with #01D63F

Text Example


Text Example

White with #01D63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,214,63); }

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

background-color css

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

 a { background-color: rgb(1,214,63); }

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

border-color css

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

 span { border-color: rgb(1,214,63); }

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