Html Css Color HEX #00D25D Malachite

📋 copy color: '#00D25D'

red 0 ◦ green 210 ◦ blue 93

#00D25D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #00D25D

Tints of Malachite #00D25D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 210 (82.42% from 255) = 69.31%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 0%
G = 69.31%
B = 30.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#00D25D (or 0x00D25D) is known color: Malachite. HEX triplet: 00, D2 and 5D. RGB value is (0,210,93). Sum of RGB (Red+Green+Blue) = 0+210+93=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 210 (82.42% from 255 or 69.31% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 210 - color contains mainly: green. Hex color #00D25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D25D is #FF2DA2. Grayscale: #868686. Windows color (decimal): -16723363 or 6148608. OLE color: 6148608.

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

Color convert

RGB 0 210 93 -
CMYK 1 0 0.56 0.18
HSL 146.57º 1% 0.41% -
HSV(B) 146.57º 1% 0.82% -
XYZ 25.02 46.88 18.09 -
YUV 133.87 104.93 32.51 -
System Red Green Blue C M Y K H S L
Decimal 0 210 93 1 0 0.56 0.18 146.57 1 0.41
Hex 0 D2 5D 64 0 38 12 93 64 29
Octal 0 322 135 144 0 70 22 223 144 51
Binary 0 11010010 1011101 1100100 0 111000 10010 10010011 1100100 101001

Color Harmonies of #00D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D25D

Black with #00D25D

Text Example


Text Example

White with #00D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00D25D;
 }
 .AnyTagClassName
 {
   color: #00D25D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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