#21DD6B

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

Shades of Malachite #21DD6B

Tints of Malachite #21DD6B

Color information

#21DD6B (or 0x21DD6B) is unknown color: approx Malachite. HEX triplet: 21, DD and 6B. RGB value is (33,221,107). Sum of RGB (Red+Green+Blue) = 33+221+107=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD6B is #DE2294. Grayscale: #989898. Windows color (decimal): -14557845 or 7068961. OLE color: 7068961.

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

Color convert

RGB33221107-
CMYK0.8500.520.13
HSL143.62º74.02%49.8%-
HSV(B)143.62º85.07%86.67%-
XYZ29.1453.122.62-
YUV151.79102.7243.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.14%
GREEN value IS 221 (86.72% from 255) = 61.22%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=9.14%
G=61.22%
B=29.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332211070.8500.520.13143.6274.0249.8
Hex21DD6B55034D904a32
Octal413351531250641522011262
Binary100001110111011101011101010101101001101100100001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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