Html Css Color HEX #01D441 Malachite

📋 copy color: '#01D441'

red 1 ◦ green 212 ◦ blue 65

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

Shades of Malachite #01D441

Tints of Malachite #01D441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 76.26%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 0.36%
G = 76.26%
B = 23.38%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#01D441 (or 0x01D441) is known color: Malachite. HEX triplet: 01, D4 and 41. RGB value is (1,212,65). Sum of RGB (Red+Green+Blue) = 1+212+65=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 212 (83.20% from 255 or 76.26% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 212 - color contains mainly: green. Hex color #01D441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D441 is #FE2BBE. Grayscale: #848484. Windows color (decimal): -16657343 or 4314113. OLE color: 4314113.

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

Color convert

RGB 1 212 65 -
CMYK 1.00 0 0.69 0.17
HSL 138.2º 0.99% 0.42% -
HSV(B) 138.2º 1% 0.83% -
XYZ 24.51 47.48 12.87 -
YUV 132.15 90.1 34.45 -
System Red Green Blue C M Y K H S L
Decimal 1 212 65 1.00 0 0.69 0.17 138.2 0.99 0.42
Hex 1 D4 41 64 0 45 11 8A 63 2A
Octal 1 324 101 144 0 105 21 212 143 52
Binary 1 11010100 1000001 1100100 0 1000101 10001 10001010 1100011 101010

Color Harmonies of #01D441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D441

Black with #01D441

Text Example


Text Example

White with #01D441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,212,65); }

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

background-color css

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

 a { background-color: rgb(1,212,65); }

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

border-color css

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

 span { border-color: rgb(1,212,65); }

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