Html Css Color HEX #21C964 Malachite

📋 copy color: '#21C964'

red 33 ◦ green 201 ◦ blue 100

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

Shades of Malachite #21C964

Tints of Malachite #21C964

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.18%

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 9.88%
G = 60.18%
B = 29.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#21C964 (or 0x21C964) is known color: Malachite. HEX triplet: 21, C9 and 64. RGB value is (33,201,100). Sum of RGB (Red+Green+Blue) = 33+201+100=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #21C964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C964 is #DE369B. Grayscale: #8B8B8B. Windows color (decimal): -14562972 or 6605089. OLE color: 6605089.

HSL color Cylindrical-coordinate representation of color #21C964: hue angle of 143.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C964 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 201 100 -
CMYK 0.84 0 0.50 0.21
HSL 143.93º 0.72% 0.46% -
HSV(B) 143.93º 0.84% 0.79% -
XYZ 23.81 43.02 19.1 -
YUV 139.25 105.84 52.21 -
System Red Green Blue C M Y K H S L
Decimal 33 201 100 0.84 0 0.50 0.21 143.93 0.72 0.46
Hex 21 C9 64 54 0 32 15 90 48 2E
Octal 41 311 144 124 0 62 25 220 110 56
Binary 100001 11001001 1100100 1010100 0 110010 10101 10010000 1001000 101110

Color Harmonies of #21C964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C964

Black with #21C964

Text Example


Text Example

White with #21C964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,201,100); }

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

background-color css

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

 a { background-color: rgb(33,201,100); }

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

border-color css

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

 span { border-color: rgb(33,201,100); }

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