Html Css Color HEX #21DF75 Malachite

📋 copy color: '#21DF75'

red 33 ◦ green 223 ◦ blue 117

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

Shades of Malachite #21DF75

Tints of Malachite #21DF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.79%

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

R = 8.85%
G = 59.79%
B = 31.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#21DF75 (or 0x21DF75) is known color: Malachite. HEX triplet: 21, DF and 75. RGB value is (33,223,117). Sum of RGB (Red+Green+Blue) = 33+223+117=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DF75 is #DE208A. Grayscale: #9A9A9A. Windows color (decimal): -14557323 or 7724833. OLE color: 7724833.

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

Color convert

RGB 33 223 117 -
CMYK 0.85 0 0.48 0.13
HSL 146.53º 0.75% 0.5% -
HSV(B) 146.53º 0.85% 0.87% -
XYZ 30.23 54.38 25.73 -
YUV 154.11 107.05 41.62 -
System Red Green Blue C M Y K H S L
Decimal 33 223 117 0.85 0 0.48 0.13 146.53 0.75 0.5
Hex 21 DF 75 55 0 30 D 93 4B 32
Octal 41 337 165 125 0 60 15 223 113 62
Binary 100001 11011111 1110101 1010101 0 110000 1101 10010011 1001011 110010

Color Harmonies of #21DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DF75

Black with #21DF75

Text Example


Text Example

White with #21DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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