#21EB64

Color #21EB64 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #21EB64

Tints of Malachite #21EB64

Color information

#21EB64 (or 0x21EB64) is unknown color: approx Malachite. HEX triplet: 21, EB and 64. RGB value is (33,235,100). Sum of RGB (Red+Green+Blue) = 33+235+100=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 235 (92.19% from 255 or 63.86% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 235 - color contains mainly: green. Hex color #21EB64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EB64 is #DE149B. Grayscale: #9F9F9F. Windows color (decimal): -14554268 or 6613793. OLE color: 6613793.

HSL color Cylindrical-coordinate representation of color #21EB64: hue angle of 139.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EB64 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB33235100-
CMYK0.8600.570.08
HSL139.9º83.47%52.55%-
HSV(B)139.9º85.96%92.16%-
XYZ32.6460.6622.05-
YUV159.2194.5837.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.97%
GREEN value IS 235 (92.19% from 255) = 63.86%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=8.97%
G=63.86%
B=27.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal332351000.8600.570.08139.983.4752.55
Hex21EB645603988c5335
Octal413531441260711021412365
Binary100001111010111100100101011001110011000100011001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21EB64;
 }
 .AnyTagClassName
 {
   color: #21EB64;
 }
</style>
background-color css

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

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

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

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

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

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