#01DE36

Color #01DE36 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #01DE36

Tints of Malachite #01DE36

Color information

#01DE36 (or 0x01DE36) is unknown color: approx Malachite. HEX triplet: 01, DE and 36. RGB value is (1,222,54). Sum of RGB (Red+Green+Blue) = 1+222+54=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 222 (87.11% from 255 or 80.14% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DE36 is #FE21C9. Grayscale: #898989. Windows color (decimal): -16654794 or 3595777. OLE color: 3595777.

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

Color convert

RGB122254-
CMYK1.0000.760.13
HSL134.39º99.1%43.73%-
HSV(B)134.39º99.55%87.06%-
XYZ26.852.5212.21-
YUV136.7781.2831.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 222 (87.11% from 255) = 80.14%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=0.36%
G=80.14%
B=19.49%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222541.0000.760.13134.3999.143.73
Hex1DE366404CD86632c
Octal13366614401141520614354
Binary1110111101101101100100010011001101100001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01DE36;
 }
 .AnyTagClassName
 {
   color: #01DE36;
 }
</style>
background-color css

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

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

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

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

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

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