Html Css Color HEX #21D870 Malachite

📋 copy color: '#21D870'

red 33 ◦ green 216 ◦ blue 112

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

Shades of Malachite #21D870

Tints of Malachite #21D870

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.83%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 9.14%
G = 59.83%
B = 31.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#21D870 (or 0x21D870) is known color: Malachite. HEX triplet: 21, D8 and 70. RGB value is (33,216,112). Sum of RGB (Red+Green+Blue) = 33+216+112=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #21D870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D870 is #DE278F. Grayscale: #959595. Windows color (decimal): -14559120 or 7395361. OLE color: 7395361.

HSL color Cylindrical-coordinate representation of color #21D870: hue angle of 145.9º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D870 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 216 112 -
CMYK 0.85 0 0.48 0.15
HSL 145.9º 0.73% 0.49% -
HSV(B) 145.9º 0.85% 0.85% -
XYZ 28.11 50.6 23.62 -
YUV 149.43 106.87 44.96 -
System Red Green Blue C M Y K H S L
Decimal 33 216 112 0.85 0 0.48 0.15 145.9 0.73 0.49
Hex 21 D8 70 55 0 30 F 92 49 31
Octal 41 330 160 125 0 60 17 222 111 61
Binary 100001 11011000 1110000 1010101 0 110000 1111 10010010 1001001 110001

Color Harmonies of #21D870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D870

Black with #21D870

Text Example


Text Example

White with #21D870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,216,112); }

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

background-color css

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

 a { background-color: rgb(33,216,112); }

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

border-color css

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

 span { border-color: rgb(33,216,112); }

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