Html Css Color HEX #01DE44 Malachite

📋 copy color: '#01DE44'

red 1 ◦ green 222 ◦ blue 68

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

Shades of Malachite #01DE44

Tints of Malachite #01DE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 0.34%
G = 76.29%
B = 23.37%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#01DE44 (or 0x01DE44) is known color: Malachite. HEX triplet: 01, DE and 44. RGB value is (1,222,68). Sum of RGB (Red+Green+Blue) = 1+222+68=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DE44 is #FE21BB. Grayscale: #8A8A8A. Windows color (decimal): -16654780 or 4513281. OLE color: 4513281.

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

Color convert

RGB 1 222 68 -
CMYK 1.00 0 0.69 0.13
HSL 138.19º 0.99% 0.44% -
HSV(B) 138.19º 1% 0.87% -
XYZ 27.18 52.67 14.2 -
YUV 138.37 88.28 30.02 -
System Red Green Blue C M Y K H S L
Decimal 1 222 68 1.00 0 0.69 0.13 138.19 0.99 0.44
Hex 1 DE 44 64 0 45 D 8A 63 2C
Octal 1 336 104 144 0 105 15 212 143 54
Binary 1 11011110 1000100 1100100 0 1000101 1101 10001010 1100011 101100

Color Harmonies of #01DE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DE44

Black with #01DE44

Text Example


Text Example

White with #01DE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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