Html Css Color HEX #21D349 Malachite

📋 copy color: '#21D349'

red 33 ◦ green 211 ◦ blue 73

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

Shades of Malachite #21D349

Tints of Malachite #21D349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 66.56%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 10.41%
G = 66.56%
B = 23.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#21D349 (or 0x21D349) is known color: Malachite. HEX triplet: 21, D3 and 49. RGB value is (33,211,73). Sum of RGB (Red+Green+Blue) = 33+211+73=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 211 (82.81% from 255 or 66.56% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 211 - color contains mainly: green. Hex color #21D349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D349 is #DE2CB6. Grayscale: #8E8E8E. Windows color (decimal): -14560439 or 4838177. OLE color: 4838177.

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

Color convert

RGB 33 211 73 -
CMYK 0.84 0 0.65 0.17
HSL 133.48º 0.73% 0.48% -
HSV(B) 133.48º 0.84% 0.83% -
XYZ 25.12 47.39 14.13 -
YUV 142.05 89.03 50.22 -
System Red Green Blue C M Y K H S L
Decimal 33 211 73 0.84 0 0.65 0.17 133.48 0.73 0.48
Hex 21 D3 49 54 0 41 11 85 49 30
Octal 41 323 111 124 0 101 21 205 111 60
Binary 100001 11010011 1001001 1010100 0 1000001 10001 10000101 1001001 110000

Color Harmonies of #21D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D349

Black with #21D349

Text Example


Text Example

White with #21D349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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