#21DD47

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

Shades of Malachite #21DD47

Tints of Malachite #21DD47

Color information

#21DD47 (or 0x21DD47) is unknown color: approx Malachite. HEX triplet: 21, DD and 47. RGB value is (33,221,71). Sum of RGB (Red+Green+Blue) = 33+221+71=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DD47 is #DE22B8. Grayscale: #949494. Windows color (decimal): -14557881 or 4709665. OLE color: 4709665.

HSL color Cylindrical-coordinate representation of color #21DD47: hue angle of 132.13º 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 #21DD47 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB3322171-
CMYK0.8500.680.13
HSL132.13º74.02%49.8%-
HSV(B)132.13º85.07%86.67%-
XYZ27.6252.4914.64-
YUV147.6984.7246.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.15%
GREEN value IS 221 (86.72% from 255) = 68%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=10.15%
G=68%
B=21.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33221710.8500.680.13132.1374.0249.8
Hex21DD4755044D844a32
Octal4133510712501041520411262
Binary1000011101110110001111010101010001001101100001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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