#00DE5C

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

Shades of Malachite #00DE5C

Tints of Malachite #00DE5C

Color information

#00DE5C (or 0x00DE5C) is unknown color: approx Malachite. HEX triplet: 00, DE and 5C. RGB value is (0,222,92). Sum of RGB (Red+Green+Blue) = 0+222+92=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 222 (87.11% from 255 or 70.70% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DE5C is #FF21A3. Grayscale: #8D8D8D. Windows color (decimal): -16720292 or 6086144. OLE color: 6086144.

HSL color Cylindrical-coordinate representation of color #00DE5C: hue angle of 144.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DE5C is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB022292-
CMYK100.590.13
HSL144.86º100%43.53%-
HSV(B)144.86º100%87.06%-
XYZ28.0553.0218.88-
YUV140.8100.4527.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 222 (87.11% from 255) = 70.70%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=0%
G=70.70%
B=29.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022292100.590.13144.8610043.53
Hex0DE5C6403BD91642c
Octal03361341440731522114454
Binary0110111101011100110010001110111101100100011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00DE5C; }

 p { color: rgb(0,222,92); }

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

<style>
 a { background-color: #00DE5C; }

 a { background-color: rgb(0,222,92); }

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

<style>
 span { border-color: #00DE5C; }

 span { border-color: rgb(0,222,92); }

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