#21D372

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

Shades of Malachite #21D372

Tints of Malachite #21D372

Color information

#21D372 (or 0x21D372) is unknown color: approx Malachite. HEX triplet: 21, D3 and 72. RGB value is (33,211,114). Sum of RGB (Red+Green+Blue) = 33+211+114=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 211 (82.81% from 255 or 58.94% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 211 - color contains mainly: green. Hex color #21D372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D372 is #DE2C8D. Grayscale: #929292. Windows color (decimal): -14560398 or 7525153. OLE color: 7525153.

HSL color Cylindrical-coordinate representation of color #21D372: hue angle of 147.3º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D372 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB33211114-
CMYK0.8400.460.17
HSL147.3º72.95%47.84%-
HSV(B)147.3º84.36%82.75%-
XYZ26.9648.1323.79-
YUV146.72109.5346.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.22%
GREEN value IS 211 (82.81% from 255) = 58.94%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=9.22%
G=58.94%
B=31.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal332111140.8400.460.17147.372.9547.84
Hex21D3725402E11934930
Octal413231621240562122311160
Binary1000011101001111100101010100010111010001100100111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,211,114); }

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

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

 a { background-color: rgb(33,211,114); }

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

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

 span { border-color: rgb(33,211,114); }

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