Html Css Color HEX #00DD66 Malachite

📋 copy color: '#00DD66'

red 0 ◦ green 221 ◦ blue 102

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

Shades of Malachite #00DD66

Tints of Malachite #00DD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 0%
G = 68.42%
B = 31.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#00DD66 (or 0x00DD66) is known color: Malachite. HEX triplet: 00, DD and 66. RGB value is (0,221,102). Sum of RGB (Red+Green+Blue) = 0+221+102=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DD66 is #FF2299. Grayscale: #8D8D8D. Windows color (decimal): -16720538 or 6741248. OLE color: 6741248.

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

Color convert

RGB 0 221 102 -
CMYK 1 0 0.54 0.13
HSL 147.69º 1% 0.43% -
HSV(B) 147.69º 1% 0.87% -
XYZ 28.25 52.67 21.25 -
YUV 141.36 105.78 27.18 -
System Red Green Blue C M Y K H S L
Decimal 0 221 102 1 0 0.54 0.13 147.69 1 0.43
Hex 0 DD 66 64 0 36 D 94 64 2B
Octal 0 335 146 144 0 66 15 224 144 53
Binary 0 11011101 1100110 1100100 0 110110 1101 10010100 1100100 101011

Color Harmonies of #00DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DD66

Black with #00DD66

Text Example


Text Example

White with #00DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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