#00D35D

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

Shades of Malachite #00D35D

Tints of Malachite #00D35D

Color information

#00D35D (or 0x00D35D) is unknown color: approx Malachite. HEX triplet: 00, D3 and 5D. RGB value is (0,211,93). Sum of RGB (Red+Green+Blue) = 0+211+93=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 211 (82.81% from 255 or 69.41% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 211 - color contains mainly: green. Hex color #00D35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D35D is #FF2CA2. Grayscale: #868686. Windows color (decimal): -16723107 or 6148864. OLE color: 6148864.

HSL color Cylindrical-coordinate representation of color #00D35D: hue angle of 146.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D35D is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB021193-
CMYK100.560.17
HSL146.45º100%41.37%-
HSV(B)146.45º100%82.75%-
XYZ25.2747.3818.17-
YUV134.46104.632.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 211 (82.81% from 255) = 69.41%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=0%
G=69.41%
B=30.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal021193100.560.17146.4510041.37
Hex0D35D6403811926429
Octal03231351440702122214451
Binary01101001110111011100100011100010001100100101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,211,93); }

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

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

 a { background-color: rgb(0,211,93); }

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

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

 span { border-color: rgb(0,211,93); }

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