#21DD65

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

Shades of Malachite #21DD65

Tints of Malachite #21DD65

Color information

#21DD65 (or 0x21DD65) is unknown color: approx Malachite. HEX triplet: 21, DD and 65. RGB value is (33,221,101). Sum of RGB (Red+Green+Blue) = 33+221+101=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD65 is #DE229A. Grayscale: #979797. Windows color (decimal): -14557851 or 6675745. OLE color: 6675745.

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

Color convert

RGB33221101-
CMYK0.8500.540.13
HSL141.7º74.02%49.8%-
HSV(B)141.7º85.07%86.67%-
XYZ28.8352.9821.02-
YUV151.1199.7243.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.30%
GREEN value IS 221 (86.72% from 255) = 62.25%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=9.30%
G=62.25%
B=28.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332211010.8500.540.13141.774.0249.8
Hex21DD6555036D8e4a32
Octal413351451250661521611262
Binary100001110111011100101101010101101101101100011101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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