Html Css Color HEX #21D64C Malachite

📋 copy color: '#21D64C'

red 33 ◦ green 214 ◦ blue 76

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

Shades of Malachite #21D64C

Tints of Malachite #21D64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 66.25%

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 10.22%
G = 66.25%
B = 23.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#21D64C (or 0x21D64C) is known color: Malachite. HEX triplet: 21, D6 and 4C. RGB value is (33,214,76). Sum of RGB (Red+Green+Blue) = 33+214+76=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 214 (83.98% from 255 or 66.25% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 214 - color contains mainly: green. Hex color #21D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D64C is #DE29B3. Grayscale: #909090. Windows color (decimal): -14559668 or 5035553. OLE color: 5035553.

HSL color Cylindrical-coordinate representation of color #21D64C: hue angle of 134.25º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D64C is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 214 76 -
CMYK 0.85 0 0.64 0.16
HSL 134.25º 0.73% 0.48% -
HSV(B) 134.25º 0.85% 0.84% -
XYZ 25.98 48.94 14.91 -
YUV 144.15 89.53 48.72 -
System Red Green Blue C M Y K H S L
Decimal 33 214 76 0.85 0 0.64 0.16 134.25 0.73 0.48
Hex 21 D6 4C 55 0 40 10 86 49 30
Octal 41 326 114 125 0 100 20 206 111 60
Binary 100001 11010110 1001100 1010101 0 1000000 10000 10000110 1001001 110000

Color Harmonies of #21D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D64C

Black with #21D64C

Text Example


Text Example

White with #21D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,214,76); }

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

background-color css

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

 a { background-color: rgb(33,214,76); }

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

border-color css

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

 span { border-color: rgb(33,214,76); }

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