#21DD4D

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

Shades of Malachite #21DD4D

Tints of Malachite #21DD4D

Color information

#21DD4D (or 0x21DD4D) is unknown color: approx Malachite. HEX triplet: 21, DD and 4D. RGB value is (33,221,77). Sum of RGB (Red+Green+Blue) = 33+221+77=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD4D is #DE22B2. Grayscale: #949494. Windows color (decimal): -14557875 or 5102881. OLE color: 5102881.

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

Color convert

RGB3322177-
CMYK0.8500.650.13
HSL134.04º74.02%49.8%-
HSV(B)134.04º85.07%86.67%-
XYZ27.8252.5715.7-
YUV148.3787.7245.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.97%
GREEN value IS 221 (86.72% from 255) = 66.77%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=9.97%
G=66.77%
B=23.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33221770.8500.650.13134.0474.0249.8
Hex21DD4D55041D864a32
Octal4133511512501011520611262
Binary1000011101110110011011010101010000011101100001101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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