Html Css Color HEX #01D071 Malachite

📋 copy color: '#01D071'

red 1 ◦ green 208 ◦ blue 113

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

Shades of Malachite #01D071

Tints of Malachite #01D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.6%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 0.31%
G = 64.6%
B = 35.09%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#01D071 (or 0x01D071) is known color: Malachite. HEX triplet: 01, D0 and 71. RGB value is (1,208,113). Sum of RGB (Red+Green+Blue) = 1+208+113=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #01D071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D071 is #FE2F8E. Grayscale: #878787. Windows color (decimal): -16658319 or 7458817. OLE color: 7458817.

HSL color Cylindrical-coordinate representation of color #01D071: hue angle of 152.46º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D071 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 208 113 -
CMYK 1.00 0 0.46 0.18
HSL 152.46º 0.99% 0.41% -
HSV(B) 152.46º 1% 0.82% -
XYZ 25.55 46.31 23.22 -
YUV 135.28 115.42 32.22 -
System Red Green Blue C M Y K H S L
Decimal 1 208 113 1.00 0 0.46 0.18 152.46 0.99 0.41
Hex 1 D0 71 64 0 2E 12 98 63 29
Octal 1 320 161 144 0 56 22 230 143 51
Binary 1 11010000 1110001 1100100 0 101110 10010 10011000 1100011 101001

Color Harmonies of #01D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D071

Black with #01D071

Text Example


Text Example

White with #01D071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,208,113); }

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

background-color css

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

 a { background-color: rgb(1,208,113); }

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

border-color css

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

 span { border-color: rgb(1,208,113); }

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