Html Css Color HEX #01DF41 Malachite

📋 copy color: '#01DF41'

red 1 ◦ green 223 ◦ blue 65

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

Shades of Malachite #01DF41

Tints of Malachite #01DF41

RGB

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

 GREEN value IS 223 (87.5% from 255) = 77.16%

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

R = 0.35%
G = 77.16%
B = 22.49%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#01DF41 (or 0x01DF41) is known color: Malachite. HEX triplet: 01, DF and 41. RGB value is (1,223,65). Sum of RGB (Red+Green+Blue) = 1+223+65=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 223 (87.5% from 255 or 77.16% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF41 is #FE20BE. Grayscale: #8B8B8B. Windows color (decimal): -16654527 or 4316929. OLE color: 4316929.

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

Color convert

RGB 1 223 65 -
CMYK 1.00 0 0.71 0.13
HSL 137.3º 0.99% 0.44% -
HSV(B) 137.3º 1% 0.87% -
XYZ 27.35 53.16 13.82 -
YUV 138.61 86.45 29.85 -
System Red Green Blue C M Y K H S L
Decimal 1 223 65 1.00 0 0.71 0.13 137.3 0.99 0.44
Hex 1 DF 41 64 0 47 D 89 63 2C
Octal 1 337 101 144 0 107 15 211 143 54
Binary 1 11011111 1000001 1100100 0 1000111 1101 10001001 1100011 101100

Color Harmonies of #01DF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF41

Black with #01DF41

Text Example


Text Example

White with #01DF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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