Html Css Color HEX #00DD67 Malachite

📋 copy color: '#00DD67'

red 0 ◦ green 221 ◦ blue 103

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

Shades of Malachite #00DD67

Tints of Malachite #00DD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.21%

 BLUE value IS 103 (40.63% from 255) = 31.79%

R = 0%
G = 68.21%
B = 31.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#00DD67 (or 0x00DD67) is known color: Malachite. HEX triplet: 00, DD and 67. RGB value is (0,221,103). Sum of RGB (Red+Green+Blue) = 0+221+103=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DD67 is #FF2298. Grayscale: #8D8D8D. Windows color (decimal): -16720537 or 6806784. OLE color: 6806784.

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

Color convert

RGB 0 221 103 -
CMYK 1 0 0.53 0.13
HSL 147.96º 1% 0.43% -
HSV(B) 147.96º 1% 0.87% -
XYZ 28.3 52.69 21.51 -
YUV 141.47 106.28 27.09 -
System Red Green Blue C M Y K H S L
Decimal 0 221 103 1 0 0.53 0.13 147.96 1 0.43
Hex 0 DD 67 64 0 35 D 94 64 2B
Octal 0 335 147 144 0 65 15 224 144 53
Binary 0 11011101 1100111 1100100 0 110101 1101 10010100 1100100 101011

Color Harmonies of #00DD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DD67

Black with #00DD67

Text Example


Text Example

White with #00DD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,221,103); }

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

background-color css

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

 a { background-color: rgb(0,221,103); }

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

border-color css

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

 span { border-color: rgb(0,221,103); }

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