#00DC50

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

Shades of Malachite #00DC50

Tints of Malachite #00DC50

Color information

#00DC50 (or 0x00DC50) is unknown color: approx Malachite. HEX triplet: 00, DC and 50. RGB value is (0,220,80). Sum of RGB (Red+Green+Blue) = 0+220+80=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #00DC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DC50 is #FF23AF. Grayscale: #8A8A8A. Windows color (decimal): -16720816 or 5299200. OLE color: 5299200.

HSL color Cylindrical-coordinate representation of color #00DC50: hue angle of 141.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DC50 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB022080-
CMYK100.640.14
HSL141.82º100%43.14%-
HSV(B)141.82º100%86.27%-
XYZ27.0451.7716.16-
YUV138.2695.1129.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 220 (86.33% from 255) = 73.33%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=0%
G=73.33%
B=26.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal022080100.640.14141.8210043.14
Hex0DC5064040E8e642b
Octal033412014401001621614453
Binary01101110010100001100100010000001110100011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,220,80); }

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

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

 a { background-color: rgb(0,220,80); }

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

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

 span { border-color: rgb(0,220,80); }

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