Html Css Color HEX #21E349 Malachite

📋 copy color: '#21E349'

red 33 ◦ green 227 ◦ blue 73

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

Shades of Malachite #21E349

Tints of Malachite #21E349

RGB

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

 GREEN value IS 227 (89.06% from 255) = 68.17%

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

R = 9.91%
G = 68.17%
B = 21.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#21E349 (or 0x21E349) is known color: Malachite. HEX triplet: 21, E3 and 49. RGB value is (33,227,73). Sum of RGB (Red+Green+Blue) = 33+227+73=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 227 (89.06% from 255 or 68.17% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 227 - color contains mainly: green. Hex color #21E349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E349 is #DE1CB6. Grayscale: #979797. Windows color (decimal): -14556343 or 4842273. OLE color: 4842273.

HSL color Cylindrical-coordinate representation of color #21E349: hue angle of 132.37º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E349 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 227 73 -
CMYK 0.85 0 0.68 0.11
HSL 132.37º 0.78% 0.51% -
HSV(B) 132.37º 0.85% 0.89% -
XYZ 29.3 55.74 15.52 -
YUV 151.44 83.73 43.52 -
System Red Green Blue C M Y K H S L
Decimal 33 227 73 0.85 0 0.68 0.11 132.37 0.78 0.51
Hex 21 E3 49 55 0 44 B 84 4E 33
Octal 41 343 111 125 0 104 13 204 116 63
Binary 100001 11100011 1001001 1010101 0 1000100 1011 10000100 1001110 110011

Color Harmonies of #21E349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E349

Black with #21E349

Text Example


Text Example

White with #21E349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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