Html Css Color HEX #21D472 Malachite

📋 copy color: '#21D472'

red 33 ◦ green 212 ◦ blue 114

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

Shades of Malachite #21D472

Tints of Malachite #21D472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.05%

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 9.19%
G = 59.05%
B = 31.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#21D472 (or 0x21D472) is known color: Malachite. HEX triplet: 21, D4 and 72. RGB value is (33,212,114). Sum of RGB (Red+Green+Blue) = 33+212+114=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #21D472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D472 is #DE2B8D. Grayscale: #939393. Windows color (decimal): -14560142 or 7525409. OLE color: 7525409.

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

Color convert

RGB 33 212 114 -
CMYK 0.84 0 0.46 0.17
HSL 147.15º 0.73% 0.48% -
HSV(B) 147.15º 0.84% 0.83% -
XYZ 27.21 48.63 23.87 -
YUV 147.31 109.2 46.47 -
System Red Green Blue C M Y K H S L
Decimal 33 212 114 0.84 0 0.46 0.17 147.15 0.73 0.48
Hex 21 D4 72 54 0 2E 11 93 49 30
Octal 41 324 162 124 0 56 21 223 111 60
Binary 100001 11010100 1110010 1010100 0 101110 10001 10010011 1001001 110000

Color Harmonies of #21D472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D472

Black with #21D472

Text Example


Text Example

White with #21D472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,212,114); }

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

background-color css

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

 a { background-color: rgb(33,212,114); }

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

border-color css

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

 span { border-color: rgb(33,212,114); }

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