Html Css Color HEX #21EF64 Malachite

📋 copy color: '#21EF64'

red 33 ◦ green 239 ◦ blue 100

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

Shades of Malachite #21EF64

Tints of Malachite #21EF64

RGB

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

 GREEN value IS 239 (93.75% from 255) = 64.25%

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

R = 8.87%
G = 64.25%
B = 26.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#21EF64 (or 0x21EF64) is known color: Malachite. HEX triplet: 21, EF and 64. RGB value is (33,239,100). Sum of RGB (Red+Green+Blue) = 33+239+100=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 239 (93.75% from 255 or 64.25% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 239 - color contains mainly: green. Hex color #21EF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EF64 is #DE109B. Grayscale: #A1A1A1. Windows color (decimal): -14553244 or 6614817. OLE color: 6614817.

HSL color Cylindrical-coordinate representation of color #21EF64: hue angle of 139.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EF64 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 239 100 -
CMYK 0.86 0 0.58 0.06
HSL 139.51º 0.87% 0.53% -
HSV(B) 139.51º 0.86% 0.94% -
XYZ 33.79 62.98 22.43 -
YUV 161.56 93.25 36.3 -
System Red Green Blue C M Y K H S L
Decimal 33 239 100 0.86 0 0.58 0.06 139.51 0.87 0.53
Hex 21 EF 64 56 0 3A 6 8C 57 35
Octal 41 357 144 126 0 72 6 214 127 65
Binary 100001 11101111 1100100 1010110 0 111010 110 10001100 1010111 110101

Color Harmonies of #21EF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EF64

Black with #21EF64

Text Example


Text Example

White with #21EF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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