#21DE6F

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

Shades of Malachite #21DE6F

Tints of Malachite #21DE6F

Color information

#21DE6F (or 0x21DE6F) is unknown color: approx Malachite. HEX triplet: 21, DE and 6F. RGB value is (33,222,111). Sum of RGB (Red+Green+Blue) = 33+222+111=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 222 (87.11% from 255 or 60.66% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DE6F is #DE2190. Grayscale: #999999. Windows color (decimal): -14557585 or 7331361. OLE color: 7331361.

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

Color convert

RGB33222111-
CMYK0.8500.50.13
HSL144.76º74.12%50%-
HSV(B)144.76º85.14%87.06%-
XYZ29.6253.7123.85-
YUV152.83104.3842.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.02%
GREEN value IS 222 (87.11% from 255) = 60.66%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=9.02%
G=60.66%
B=30.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332221110.8500.50.13144.7674.1250
Hex21DE6F55032D914a32
Octal413361571250621522111262
Binary100001110111101101111101010101100101101100100011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,222,111); }

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

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

 a { background-color: rgb(33,222,111); }

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

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

 span { border-color: rgb(33,222,111); }

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