Html Css Color HEX #21DE4A Malachite

📋 copy color: '#21DE4A'

red 33 ◦ green 222 ◦ blue 74

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

Shades of Malachite #21DE4A

Tints of Malachite #21DE4A

RGB

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

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

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

R = 10.03%
G = 67.48%
B = 22.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#21DE4A (or 0x21DE4A) is known color: Malachite. HEX triplet: 21, DE and 4A. RGB value is (33,222,74). Sum of RGB (Red+Green+Blue) = 33+222+74=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 222 (87.11% from 255 or 67.48% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DE4A is #DE21B5. Grayscale: #959595. Windows color (decimal): -14557622 or 4906529. OLE color: 4906529.

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

Color convert

RGB 33 222 74 -
CMYK 0.85 0 0.67 0.13
HSL 133.02º 0.74% 0.5% -
HSV(B) 133.02º 0.85% 0.87% -
XYZ 27.98 53.06 15.25 -
YUV 148.62 85.88 45.53 -
System Red Green Blue C M Y K H S L
Decimal 33 222 74 0.85 0 0.67 0.13 133.02 0.74 0.5
Hex 21 DE 4A 55 0 43 D 85 4A 32
Octal 41 336 112 125 0 103 15 205 112 62
Binary 100001 11011110 1001010 1010101 0 1000011 1101 10000101 1001010 110010

Color Harmonies of #21DE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DE4A

Black with #21DE4A

Text Example


Text Example

White with #21DE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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