#21db53

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

Shades of Malachite #21DB53

Tints of Malachite #21DB53

Color information

#21DB53 (or 0x21DB53) is unknown color: approx Malachite. HEX triplet: 21, DB and 53. RGB value is (33,219,83). Sum of RGB (Red+Green+Blue) = 33+219+83=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 219 (85.94% from 255 or 65.37% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 219 - color contains mainly: green. Hex color #21DB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DB53 is #DE24AC. Grayscale: #949494. Windows color (decimal): -14558381 or 5495585. OLE color: 5495585.

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

Color convert

RGB3321983-
CMYK0.8500.620.14
HSL136.13º73.81%49.41%-
HSV(B)136.13º84.93%85.88%-
XYZ27.5251.6116.7-
YUV147.8891.3846.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 219 (85.94% from 255) = 65.37%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=9.85%
G=65.37%
B=24.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal33219830.8500.620.14136.1373.8149.41
Hex21DB535503EE884a31
Octal413331231250761621011261
Binary100001110110111010011101010101111101110100010001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21db53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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