Html Css Color HEX #00D664 Malachite

📋 copy color: '#00D664'

red 0 ◦ green 214 ◦ blue 100

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

Shades of Malachite #00D664

Tints of Malachite #00D664

RGB

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

 GREEN value IS 214 (83.98% from 255) = 68.15%

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 0%
G = 68.15%
B = 31.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#00D664 (or 0x00D664) is known color: Malachite. HEX triplet: 00, D6 and 64. RGB value is (0,214,100). Sum of RGB (Red+Green+Blue) = 0+214+100=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #00D664 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D664 is #FF299B. Grayscale: #898989. Windows color (decimal): -16722332 or 6608384. OLE color: 6608384.

HSL color Cylindrical-coordinate representation of color #00D664: hue angle of 148.04º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D664 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 214 100 -
CMYK 1 0 0.53 0.16
HSL 148.04º 1% 0.42% -
HSV(B) 148.04º 1% 0.84% -
XYZ 26.35 49.01 20.13 -
YUV 137.02 107.1 30.27 -
System Red Green Blue C M Y K H S L
Decimal 0 214 100 1 0 0.53 0.16 148.04 1 0.42
Hex 0 D6 64 64 0 35 10 94 64 2A
Octal 0 326 144 144 0 65 20 224 144 52
Binary 0 11010110 1100100 1100100 0 110101 10000 10010100 1100100 101010

Color Harmonies of #00D664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D664

Black with #00D664

Text Example


Text Example

White with #00D664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,214,100); }

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

background-color css

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

 a { background-color: rgb(0,214,100); }

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

border-color css

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

 span { border-color: rgb(0,214,100); }

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