Html Css Color HEX #00D66F Malachite

📋 copy color: '#00D66F'

red 0 ◦ green 214 ◦ blue 111

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

Shades of Malachite #00D66F

Tints of Malachite #00D66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 0%
G = 65.85%
B = 34.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#00D66F (or 0x00D66F) is known color: Malachite. HEX triplet: 00, D6 and 6F. RGB value is (0,214,111). Sum of RGB (Red+Green+Blue) = 0+214+111=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #00D66F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D66F is #FF2990. Grayscale: #8A8A8A. Windows color (decimal): -16722321 or 7329280. OLE color: 7329280.

HSL color Cylindrical-coordinate representation of color #00D66F: hue angle of 151.12º 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 #00D66F is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 214 111 -
CMYK 1 0 0.48 0.16
HSL 151.12º 1% 0.42% -
HSV(B) 151.12º 1% 0.84% -
XYZ 26.92 49.24 23.12 -
YUV 138.27 112.6 29.38 -
System Red Green Blue C M Y K H S L
Decimal 0 214 111 1 0 0.48 0.16 151.12 1 0.42
Hex 0 D6 6F 64 0 30 10 97 64 2A
Octal 0 326 157 144 0 60 20 227 144 52
Binary 0 11010110 1101111 1100100 0 110000 10000 10010111 1100100 101010

Color Harmonies of #00D66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D66F

Black with #00D66F

Text Example


Text Example

White with #00D66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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