Html Css Color HEX #21DB75 Malachite

📋 copy color: '#21DB75'

red 33 ◦ green 219 ◦ blue 117

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

Shades of Malachite #21DB75

Tints of Malachite #21DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.35%

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 8.94%
G = 59.35%
B = 31.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#21DB75 (or 0x21DB75) is known color: Malachite. HEX triplet: 21, DB and 75. RGB value is (33,219,117). Sum of RGB (Red+Green+Blue) = 33+219+117=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 219 (85.94% from 255 or 59.35% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 219 - color contains mainly: green. Hex color #21DB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DB75 is #DE248A. Grayscale: #979797. Windows color (decimal): -14558347 or 7723809. OLE color: 7723809.

HSL color Cylindrical-coordinate representation of color #21DB75: hue angle of 147.1º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DB75 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 219 117 -
CMYK 0.85 0 0.47 0.14
HSL 147.1º 0.74% 0.49% -
HSV(B) 147.1º 0.85% 0.86% -
XYZ 29.17 52.27 25.38 -
YUV 151.76 108.38 43.29 -
System Red Green Blue C M Y K H S L
Decimal 33 219 117 0.85 0 0.47 0.14 147.1 0.74 0.49
Hex 21 DB 75 55 0 2F E 93 4A 31
Octal 41 333 165 125 0 57 16 223 112 61
Binary 100001 11011011 1110101 1010101 0 101111 1110 10010011 1001010 110001

Color Harmonies of #21DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DB75

Black with #21DB75

Text Example


Text Example

White with #21DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,219,117); }

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

background-color css

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

 a { background-color: rgb(33,219,117); }

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

border-color css

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

 span { border-color: rgb(33,219,117); }

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