Html Css Color HEX #00DD4A Malachite

📋 copy color: '#00DD4A'

red 0 ◦ green 221 ◦ blue 74

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

Shades of Malachite #00DD4A

Tints of Malachite #00DD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 0%
G = 74.92%
B = 25.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#00DD4A (or 0x00DD4A) is known color: Malachite. HEX triplet: 00, DD and 4A. RGB value is (0,221,74). Sum of RGB (Red+Green+Blue) = 0+221+74=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD4A is #FF22B5. Grayscale: #8A8A8A. Windows color (decimal): -16720566 or 4906240. OLE color: 4906240.

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

Color convert

RGB 0 221 74 -
CMYK 1 0 0.67 0.13
HSL 140.09º 1% 0.43% -
HSV(B) 140.09º 1% 0.87% -
XYZ 27.09 52.21 15.13 -
YUV 138.16 91.78 29.45 -
System Red Green Blue C M Y K H S L
Decimal 0 221 74 1 0 0.67 0.13 140.09 1 0.43
Hex 0 DD 4A 64 0 43 D 8C 64 2B
Octal 0 335 112 144 0 103 15 214 144 53
Binary 0 11011101 1001010 1100100 0 1000011 1101 10001100 1100100 101011

Color Harmonies of #00DD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DD4A

Black with #00DD4A

Text Example


Text Example

White with #00DD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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