Html Css Color HEX #01DE3E Malachite

📋 copy color: '#01DE3E'

red 1 ◦ green 222 ◦ blue 62

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

Shades of Malachite #01DE3E

Tints of Malachite #01DE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 77.89%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 0.35%
G = 77.89%
B = 21.75%

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

#01DE3E (or 0x01DE3E) is known color: Malachite. HEX triplet: 01, DE and 3E. RGB value is (1,222,62). Sum of RGB (Red+Green+Blue) = 1+222+62=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 222 (87.11% from 255 or 77.89% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DE3E is #FE21C1. Grayscale: #8A8A8A. Windows color (decimal): -16654786 or 4120065. OLE color: 4120065.

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

Color convert

RGB 1 222 62 -
CMYK 1.00 0 0.72 0.13
HSL 136.56º 0.99% 0.44% -
HSV(B) 136.56º 1% 0.87% -
XYZ 27 52.6 13.29 -
YUV 137.68 85.28 30.51 -
System Red Green Blue C M Y K H S L
Decimal 1 222 62 1.00 0 0.72 0.13 136.56 0.99 0.44
Hex 1 DE 3E 64 0 48 D 89 63 2C
Octal 1 336 76 144 0 110 15 211 143 54
Binary 1 11011110 111110 1100100 0 1001000 1101 10001001 1100011 101100

Color Harmonies of #01DE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DE3E

Black with #01DE3E

Text Example


Text Example

White with #01DE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,222,62); }

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

background-color css

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

 a { background-color: rgb(1,222,62); }

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

border-color css

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

 span { border-color: rgb(1,222,62); }

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