#21D64D

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

Shades of Malachite #21D64D

Tints of Malachite #21D64D

Color information

#21D64D (or 0x21D64D) is unknown color: approx Malachite. HEX triplet: 21, D6 and 4D. RGB value is (33,214,77). Sum of RGB (Red+Green+Blue) = 33+214+77=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 214 (83.98% from 255 or 66.05% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 214 - color contains mainly: green. Hex color #21D64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D64D is #DE29B2. Grayscale: #909090. Windows color (decimal): -14559667 or 5101089. OLE color: 5101089.

HSL color Cylindrical-coordinate representation of color #21D64D: hue angle of 134.59º 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 #21D64D is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB3321477-
CMYK0.8500.640.16
HSL134.59º73.28%48.43%-
HSV(B)134.59º84.58%83.92%-
XYZ26.0148.9515.1-
YUV144.2690.0348.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.19%
GREEN value IS 214 (83.98% from 255) = 66.05%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=10.19%
G=66.05%
B=23.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal33214770.8500.640.16134.5973.2848.43
Hex21D64D5504010874930
Octal4132611512501002020711160
Binary10000111010110100110110101010100000010000100001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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