Html Css Color HEX #01DF3F Malachite

📋 copy color: '#01DF3F'

red 1 ◦ green 223 ◦ blue 63

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

Shades of Malachite #01DF3F

Tints of Malachite #01DF3F

RGB

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

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

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

R = 0.35%
G = 77.7%
B = 21.95%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#01DF3F (or 0x01DF3F) is known color: Malachite. HEX triplet: 01, DF and 3F. RGB value is (1,223,63). Sum of RGB (Red+Green+Blue) = 1+223+63=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF3F is #FE20C0. Grayscale: #8A8A8A. Windows color (decimal): -16654529 or 4185857. OLE color: 4185857.

HSL color Cylindrical-coordinate representation of color #01DF3F: hue angle of 136.76º 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 #01DF3F is Cyan = 1.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 223 63 -
CMYK 1.00 0 0.72 0.13
HSL 136.76º 0.99% 0.44% -
HSV(B) 136.76º 1% 0.87% -
XYZ 27.3 53.14 13.52 -
YUV 138.38 85.45 30.01 -
System Red Green Blue C M Y K H S L
Decimal 1 223 63 1.00 0 0.72 0.13 136.76 0.99 0.44
Hex 1 DF 3F 64 0 48 D 89 63 2C
Octal 1 337 77 144 0 110 15 211 143 54
Binary 1 11011111 111111 1100100 0 1001000 1101 10001001 1100011 101100

Color Harmonies of #01DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF3F

Black with #01DF3F

Text Example


Text Example

White with #01DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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