Html Css Color HEX #21D970 Malachite

📋 copy color: '#21D970'

red 33 ◦ green 217 ◦ blue 112

#21D970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #21D970

Tints of Malachite #21D970

RGB

 RED value IS 33 (13.28% from 255) = 9.12%

 GREEN value IS 217 (85.16% from 255) = 59.94%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 9.12%
G = 59.94%
B = 30.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#21D970 (or 0x21D970) is known color: Malachite. HEX triplet: 21, D9 and 70. RGB value is (33,217,112). Sum of RGB (Red+Green+Blue) = 33+217+112=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 217 (85.16% from 255 or 59.94% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 217 - color contains mainly: green. Hex color #21D970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D970 is #DE268F. Grayscale: #969696. Windows color (decimal): -14558864 or 7395617. OLE color: 7395617.

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

Color convert

RGB 33 217 112 -
CMYK 0.85 0 0.48 0.15
HSL 145.76º 0.74% 0.49% -
HSV(B) 145.76º 0.85% 0.85% -
XYZ 28.36 51.12 23.7 -
YUV 150.01 106.54 44.54 -
System Red Green Blue C M Y K H S L
Decimal 33 217 112 0.85 0 0.48 0.15 145.76 0.74 0.49
Hex 21 D9 70 55 0 30 F 92 4A 31
Octal 41 331 160 125 0 60 17 222 112 61
Binary 100001 11011001 1110000 1010101 0 110000 1111 10010010 1001010 110001

Color Harmonies of #21D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D970

Black with #21D970

Text Example


Text Example

White with #21D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21D970;
 }
 .AnyTagClassName
 {
   color: #21D970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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