#21DB65

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

Shades of Malachite #21DB65

Tints of Malachite #21DB65

Color information

#21DB65 (or 0x21DB65) is unknown color: approx Malachite. HEX triplet: 21, DB and 65. RGB value is (33,219,101). Sum of RGB (Red+Green+Blue) = 33+219+101=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 219 (85.94% from 255 or 62.04% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 219 - color contains mainly: green. Hex color #21DB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DB65 is #DE249A. Grayscale: #969696. Windows color (decimal): -14558363 or 6675233. OLE color: 6675233.

HSL color Cylindrical-coordinate representation of color #21DB65: hue angle of 141.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DB65 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB33219101-
CMYK0.8500.540.14
HSL141.94º73.81%49.41%-
HSV(B)141.94º84.93%85.88%-
XYZ28.3151.9320.84-
YUV149.93100.3844.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.35%
GREEN value IS 219 (85.94% from 255) = 62.04%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=9.35%
G=62.04%
B=28.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal332191010.8500.540.14141.9473.8149.41
Hex21DB6555036E8e4a31
Octal413331451250661621611261
Binary100001110110111100101101010101101101110100011101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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