#21DD74

Color #21DD74 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #21DD74

Tints of Malachite #21DD74

Color information

#21DD74 (or 0x21DD74) is unknown color: approx Malachite. HEX triplet: 21, DD and 74. RGB value is (33,221,116). Sum of RGB (Red+Green+Blue) = 33+221+116=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD74 is #DE228B. Grayscale: #999999. Windows color (decimal): -14557836 or 7658785. OLE color: 7658785.

HSL color Cylindrical-coordinate representation of color #21DD74: hue angle of 146.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD74 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB33221116-
CMYK0.8500.480.13
HSL146.49º74.02%49.8%-
HSV(B)146.49º85.07%86.67%-
XYZ29.6453.325.25-
YUV152.82107.2242.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.92%
GREEN value IS 221 (86.72% from 255) = 59.73%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=8.92%
G=59.73%
B=31.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332211160.8500.480.13146.4974.0249.8
Hex21DD7455030D924a32
Octal413351641250601522211262
Binary100001110111011110100101010101100001101100100101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21DD74; }

 p { color: rgb(33,221,116); }

 H1.HeaderClassName
 {
   color: #21DD74;
 }
 .AnyTagClassName
 {
   color: #21DD74;
 }
</style>
background-color css

<style>
 a { background-color: #21DD74; }

 a { background-color: rgb(33,221,116); }

 div.DivClassName
 {
   background-color: #21DD74;
 }
 .BgClassName
 {
   background-color: #21DD74;
 }
</style>
border-color css

<style>
 span { border-color: #21DD74; }

 span { border-color: rgb(33,221,116); }

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