Html Css Color HEX #21E175 Malachite

📋 copy color: '#21E175'

red 33 ◦ green 225 ◦ blue 117

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

Shades of Malachite #21E175

Tints of Malachite #21E175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60%

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

R = 8.8%
G = 60%
B = 31.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#21E175 (or 0x21E175) is known color: Malachite. HEX triplet: 21, E1 and 75. RGB value is (33,225,117). Sum of RGB (Red+Green+Blue) = 33+225+117=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #21E175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E175 is #DE1E8A. Grayscale: #9B9B9B. Windows color (decimal): -14556811 or 7725345. OLE color: 7725345.

HSL color Cylindrical-coordinate representation of color #21E175: hue angle of 146.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E175 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 225 117 -
CMYK 0.85 0 0.48 0.12
HSL 146.25º 0.76% 0.51% -
HSV(B) 146.25º 0.85% 0.88% -
XYZ 30.76 55.46 25.91 -
YUV 155.28 106.39 40.78 -
System Red Green Blue C M Y K H S L
Decimal 33 225 117 0.85 0 0.48 0.12 146.25 0.76 0.51
Hex 21 E1 75 55 0 30 C 92 4C 33
Octal 41 341 165 125 0 60 14 222 114 63
Binary 100001 11100001 1110101 1010101 0 110000 1100 10010010 1001100 110011

Color Harmonies of #21E175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E175

Black with #21E175

Text Example


Text Example

White with #21E175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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