Html Css Color HEX #21E34A Malachite

📋 copy color: '#21E34A'

red 33 ◦ green 227 ◦ blue 74

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

Shades of Malachite #21E34A

Tints of Malachite #21E34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 9.88%
G = 67.96%
B = 22.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#21E34A (or 0x21E34A) is known color: Malachite. HEX triplet: 21, E3 and 4A. RGB value is (33,227,74). Sum of RGB (Red+Green+Blue) = 33+227+74=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 227 (89.06% from 255 or 67.96% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 227 - color contains mainly: green. Hex color #21E34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E34A is #DE1CB5. Grayscale: #979797. Windows color (decimal): -14556342 or 4907809. OLE color: 4907809.

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

Color convert

RGB 33 227 74 -
CMYK 0.85 0 0.67 0.11
HSL 132.68º 0.78% 0.51% -
HSV(B) 132.68º 0.85% 0.89% -
XYZ 29.33 55.76 15.69 -
YUV 151.55 84.23 43.44 -
System Red Green Blue C M Y K H S L
Decimal 33 227 74 0.85 0 0.67 0.11 132.68 0.78 0.51
Hex 21 E3 4A 55 0 43 B 85 4E 33
Octal 41 343 112 125 0 103 13 205 116 63
Binary 100001 11100011 1001010 1010101 0 1000011 1011 10000101 1001110 110011

Color Harmonies of #21E34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E34A

Black with #21E34A

Text Example


Text Example

White with #21E34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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