Html Css Color HEX #21D064 Malachite

📋 copy color: '#21D064'

red 33 ◦ green 208 ◦ blue 100

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

Shades of Malachite #21D064

Tints of Malachite #21D064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61%

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

R = 9.68%
G = 61%
B = 29.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#21D064 (or 0x21D064) is known color: Malachite. HEX triplet: 21, D0 and 64. RGB value is (33,208,100). Sum of RGB (Red+Green+Blue) = 33+208+100=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #21D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D064 is #DE2F9B. Grayscale: #8F8F8F. Windows color (decimal): -14561180 or 6606881. OLE color: 6606881.

HSL color Cylindrical-coordinate representation of color #21D064: hue angle of 142.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D064 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 208 100 -
CMYK 0.84 0 0.52 0.18
HSL 142.97º 0.73% 0.47% -
HSV(B) 142.97º 0.84% 0.82% -
XYZ 25.48 46.36 19.66 -
YUV 143.36 103.52 49.28 -
System Red Green Blue C M Y K H S L
Decimal 33 208 100 0.84 0 0.52 0.18 142.97 0.73 0.47
Hex 21 D0 64 54 0 34 12 8F 49 2F
Octal 41 320 144 124 0 64 22 217 111 57
Binary 100001 11010000 1100100 1010100 0 110100 10010 10001111 1001001 101111

Color Harmonies of #21D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D064

Black with #21D064

Text Example


Text Example

White with #21D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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