Html Css Color HEX #21DD74 Malachite

📋 copy color: '#21DD74'

red 33 ◦ green 221 ◦ blue 116

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

Shades of Malachite #21DD74

Tints of Malachite #21DD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.73%

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 8.92%
G = 59.73%
B = 31.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#21DD74 (or 0x21DD74) is known color: Malachite. HEX triplet: 21, DD and 74. RGB value is (33,221,116). Sum of RGB (Red+Green+Blue) = 33+221+116=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD74 is #DE228B. Grayscale: #999999. Windows color (decimal): -14557836 or 7658785. OLE color: 7658785.

HSL color Cylindrical-coordinate representation of color #21DD74: hue angle of 146.49º 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 #21DD74 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 221 116 -
CMYK 0.85 0 0.48 0.13
HSL 146.49º 0.74% 0.5% -
HSV(B) 146.49º 0.85% 0.87% -
XYZ 29.64 53.3 25.25 -
YUV 152.82 107.22 42.54 -
System Red Green Blue C M Y K H S L
Decimal 33 221 116 0.85 0 0.48 0.13 146.49 0.74 0.5
Hex 21 DD 74 55 0 30 D 92 4A 32
Octal 41 335 164 125 0 60 15 222 112 62
Binary 100001 11011101 1110100 1010101 0 110000 1101 10010010 1001010 110010

Color Harmonies of #21DD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DD74

Black with #21DD74

Text Example


Text Example

White with #21DD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,221,116); }

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

background-color css

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

 a { background-color: rgb(33,221,116); }

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

border-color css

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

 span { border-color: rgb(33,221,116); }

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