Html Css Color HEX #21DD53 Malachite

📋 copy color: '#21DD53'

red 33 ◦ green 221 ◦ blue 83

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

Shades of Malachite #21DD53

Tints of Malachite #21DD53

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.58%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 9.79%
G = 65.58%
B = 24.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#21DD53 (or 0x21DD53) is known color: Malachite. HEX triplet: 21, DD and 53. RGB value is (33,221,83). Sum of RGB (Red+Green+Blue) = 33+221+83=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD53 is #DE22AC. Grayscale: #959595. Windows color (decimal): -14557869 or 5496097. OLE color: 5496097.

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

Color convert

RGB 33 221 83 -
CMYK 0.85 0 0.62 0.13
HSL 135.96º 0.74% 0.5% -
HSV(B) 135.96º 0.85% 0.87% -
XYZ 28.04 52.66 16.87 -
YUV 149.06 90.72 45.22 -
System Red Green Blue C M Y K H S L
Decimal 33 221 83 0.85 0 0.62 0.13 135.96 0.74 0.5
Hex 21 DD 53 55 0 3E D 88 4A 32
Octal 41 335 123 125 0 76 15 210 112 62
Binary 100001 11011101 1010011 1010101 0 111110 1101 10001000 1001010 110010

Color Harmonies of #21DD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DD53

Black with #21DD53

Text Example


Text Example

White with #21DD53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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