#21DC56

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

Shades of Malachite #21DC56

Tints of Malachite #21DC56

Color information

#21DC56 (or 0x21DC56) is unknown color: approx Malachite. HEX triplet: 21, DC and 56. RGB value is (33,220,86). Sum of RGB (Red+Green+Blue) = 33+220+86=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DC56 is #DE23A9. Grayscale: #959595. Windows color (decimal): -14558122 or 5692449. OLE color: 5692449.

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

Color convert

RGB3322086-
CMYK0.8500.610.14
HSL137.01º73.91%49.61%-
HSV(B)137.01º85%86.27%-
XYZ27.952.1817.41-
YUV148.8192.5545.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 220 (86.33% from 255) = 64.90%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=9.73%
G=64.90%
B=25.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal33220860.8500.610.14137.0173.9149.61
Hex21DC565503DE894a32
Octal413341261250751621111262
Binary100001110111001010110101010101111011110100010011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,220,86); }

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

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

 a { background-color: rgb(33,220,86); }

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

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

 span { border-color: rgb(33,220,86); }

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