Html Css Color HEX #00D770 Malachite

📋 copy color: '#00D770'

red 0 ◦ green 215 ◦ blue 112

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

Shades of Malachite #00D770

Tints of Malachite #00D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.75%

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 0%
G = 65.75%
B = 34.25%

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

#00D770 (or 0x00D770) is known color: Malachite. HEX triplet: 00, D7 and 70. RGB value is (0,215,112). Sum of RGB (Red+Green+Blue) = 0+215+112=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #00D770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D770 is #FF288F. Grayscale: #8B8B8B. Windows color (decimal): -16722064 or 7395072. OLE color: 7395072.

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

Color convert

RGB 0 215 112 -
CMYK 1 0 0.48 0.16
HSL 151.26º 1% 0.42% -
HSV(B) 151.26º 1% 0.84% -
XYZ 27.23 49.77 23.5 -
YUV 138.97 112.77 28.88 -
System Red Green Blue C M Y K H S L
Decimal 0 215 112 1 0 0.48 0.16 151.26 1 0.42
Hex 0 D7 70 64 0 30 10 97 64 2A
Octal 0 327 160 144 0 60 20 227 144 52
Binary 0 11010111 1110000 1100100 0 110000 10000 10010111 1100100 101010

Color Harmonies of #00D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D770

Black with #00D770

Text Example


Text Example

White with #00D770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,215,112); }

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

background-color css

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

 a { background-color: rgb(0,215,112); }

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

border-color css

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

 span { border-color: rgb(0,215,112); }

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