#00DD37

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

Shades of Malachite #00DD37

Tints of Malachite #00DD37

Color information

#00DD37 (or 0x00DD37) is unknown color: approx Malachite. HEX triplet: 00, DD and 37. RGB value is (0,221,55). Sum of RGB (Red+Green+Blue) = 0+221+55=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD37 is #FF22C8. Grayscale: #888888. Windows color (decimal): -16720585 or 3661056. OLE color: 3661056.

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

Color convert

RGB022155-
CMYK100.750.13
HSL134.93º100%43.33%-
HSV(B)134.93º100%86.67%-
XYZ26.5551.9912.25-
YUV13682.2831-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 80.07%
BLUE value IS 55 (21.88% from 255) = 19.93%
R=0%
G=80.07%
B=19.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022155100.750.13134.9310043.33
Hex0DD376404BD87642b
Octal03356714401131520714453
Binary0110111011101111100100010010111101100001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,221,55); }

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

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

 a { background-color: rgb(0,221,55); }

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

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

 span { border-color: rgb(0,221,55); }

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