#21dd5b

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

Shades of Malachite #21DD5B

Tints of Malachite #21DD5B

Color information

#21DD5B (or 0x21DD5B) is unknown color: approx Malachite. HEX triplet: 21, DD and 5B. RGB value is (33,221,91). Sum of RGB (Red+Green+Blue) = 33+221+91=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD5B is #DE22A4. Grayscale: #969696. Windows color (decimal): -14557861 or 6020385. OLE color: 6020385.

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

Color convert

RGB3322191-
CMYK0.8500.590.13
HSL138.51º74.02%49.8%-
HSV(B)138.51º85.07%86.67%-
XYZ28.3752.7918.59-
YUV149.9794.7244.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.57%
GREEN value IS 221 (86.72% from 255) = 64.06%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=9.57%
G=64.06%
B=26.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33221910.8500.590.13138.5174.0249.8
Hex21DD5B5503BD8b4a32
Octal413351331250731521311262
Binary100001110111011011011101010101110111101100010111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21dd5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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