Html Css Color HEX #21DE71 Malachite

📋 copy color: '#21DE71'

red 33 ◦ green 222 ◦ blue 113

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

Shades of Malachite #21DE71

Tints of Malachite #21DE71

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.33%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 8.97%
G = 60.33%
B = 30.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#21DE71 (or 0x21DE71) is known color: Malachite. HEX triplet: 21, DE and 71. RGB value is (33,222,113). Sum of RGB (Red+Green+Blue) = 33+222+113=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 222 (87.11% from 255 or 60.33% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DE71 is #DE218E. Grayscale: #999999. Windows color (decimal): -14557583 or 7462433. OLE color: 7462433.

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

Color convert

RGB 33 222 113 -
CMYK 0.85 0 0.49 0.13
HSL 145.4º 0.74% 0.5% -
HSV(B) 145.4º 0.85% 0.87% -
XYZ 29.73 53.76 24.43 -
YUV 153.06 105.38 42.36 -
System Red Green Blue C M Y K H S L
Decimal 33 222 113 0.85 0 0.49 0.13 145.4 0.74 0.5
Hex 21 DE 71 55 0 31 D 91 4A 32
Octal 41 336 161 125 0 61 15 221 112 62
Binary 100001 11011110 1110001 1010101 0 110001 1101 10010001 1001010 110010

Color Harmonies of #21DE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DE71

Black with #21DE71

Text Example


Text Example

White with #21DE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,222,113); }

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

background-color css

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

 a { background-color: rgb(33,222,113); }

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

border-color css

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

 span { border-color: rgb(33,222,113); }

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