#21D370

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

Shades of Malachite #21D370

Tints of Malachite #21D370

Color information

#21D370 (or 0x21D370) is unknown color: approx Malachite. HEX triplet: 21, D3 and 70. RGB value is (33,211,112). Sum of RGB (Red+Green+Blue) = 33+211+112=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #21D370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D370 is #DE2C8F. Grayscale: #929292. Windows color (decimal): -14560400 or 7394081. OLE color: 7394081.

HSL color Cylindrical-coordinate representation of color #21D370: hue angle of 146.63º 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 #21D370 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB33211112-
CMYK0.8400.470.17
HSL146.63º72.95%47.84%-
HSV(B)146.63º84.36%82.75%-
XYZ26.8548.0823.2-
YUV146.49108.5347.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.27%
GREEN value IS 211 (82.81% from 255) = 59.27%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=9.27%
G=59.27%
B=31.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal332111120.8400.470.17146.6372.9547.84
Hex21D3705402F11934930
Octal413231601240572122311160
Binary1000011101001111100001010100010111110001100100111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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