#21DD75

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

Shades of Malachite #21DD75

Tints of Malachite #21DD75

Color information

#21DD75 (or 0x21DD75) is unknown color: approx Malachite. HEX triplet: 21, DD and 75. RGB value is (33,221,117). Sum of RGB (Red+Green+Blue) = 33+221+117=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD75 is #DE228A. Grayscale: #999999. Windows color (decimal): -14557835 or 7724321. OLE color: 7724321.

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

Color convert

RGB33221117-
CMYK0.8500.470.13
HSL146.81º74.02%49.8%-
HSV(B)146.81º85.07%86.67%-
XYZ29.6953.3225.56-
YUV152.93107.7242.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.89%
GREEN value IS 221 (86.72% from 255) = 59.57%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=8.89%
G=59.57%
B=31.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332211170.8500.470.13146.8174.0249.8
Hex21DD755502FD934a32
Octal413351651250571522311262
Binary100001110111011110101101010101011111101100100111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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