Html Css Color HEX #01DE65 Malachite

📋 copy color: '#01DE65'

red 1 ◦ green 222 ◦ blue 101

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

Shades of Malachite #01DE65

Tints of Malachite #01DE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 0.31%
G = 68.52%
B = 31.17%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#01DE65 (or 0x01DE65) is known color: Malachite. HEX triplet: 01, DE and 65. RGB value is (1,222,101). Sum of RGB (Red+Green+Blue) = 1+222+101=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DE65 is #FE219A. Grayscale: #8E8E8E. Windows color (decimal): -16654747 or 6675969. OLE color: 6675969.

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

Color convert

RGB 1 222 101 -
CMYK 1.00 0 0.55 0.13
HSL 147.15º 0.99% 0.44% -
HSV(B) 147.15º 1% 0.87% -
XYZ 28.48 53.19 21.08 -
YUV 142.13 104.78 27.34 -
System Red Green Blue C M Y K H S L
Decimal 1 222 101 1.00 0 0.55 0.13 147.15 0.99 0.44
Hex 1 DE 65 64 0 37 D 93 63 2C
Octal 1 336 145 144 0 67 15 223 143 54
Binary 1 11011110 1100101 1100100 0 110111 1101 10010011 1100011 101100

Color Harmonies of #01DE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DE65

Black with #01DE65

Text Example


Text Example

White with #01DE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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