Html Css Color HEX #21E158 Malachite

📋 copy color: '#21E158'

red 33 ◦ green 225 ◦ blue 88

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

Shades of Malachite #21E158

Tints of Malachite #21E158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 9.54%
G = 65.03%
B = 25.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#21E158 (or 0x21E158) is known color: Malachite. HEX triplet: 21, E1 and 58. RGB value is (33,225,88). Sum of RGB (Red+Green+Blue) = 33+225+88=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #21E158 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E158 is #DE1EA7. Grayscale: #989898. Windows color (decimal): -14556840 or 5824801. OLE color: 5824801.

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

Color convert

RGB 33 225 88 -
CMYK 0.85 0 0.61 0.12
HSL 137.19º 0.76% 0.51% -
HSV(B) 137.19º 0.85% 0.88% -
XYZ 29.31 54.88 18.28 -
YUV 151.97 91.89 43.14 -
System Red Green Blue C M Y K H S L
Decimal 33 225 88 0.85 0 0.61 0.12 137.19 0.76 0.51
Hex 21 E1 58 55 0 3D C 89 4C 33
Octal 41 341 130 125 0 75 14 211 114 63
Binary 100001 11100001 1011000 1010101 0 111101 1100 10001001 1001100 110011

Color Harmonies of #21E158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E158

Black with #21E158

Text Example


Text Example

White with #21E158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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