Html Css Color HEX #21E270 Malachite

📋 copy color: '#21E270'

red 33 ◦ green 226 ◦ blue 112

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

Shades of Malachite #21E270

Tints of Malachite #21E270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.92%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 8.89%
G = 60.92%
B = 30.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#21E270 (or 0x21E270) is known color: Malachite. HEX triplet: 21, E2 and 70. RGB value is (33,226,112). Sum of RGB (Red+Green+Blue) = 33+226+112=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #21E270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E270 is #DE1D8F. Grayscale: #9B9B9B. Windows color (decimal): -14556560 or 7397921. OLE color: 7397921.

HSL color Cylindrical-coordinate representation of color #21E270: hue angle of 144.56º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E270 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 226 112 -
CMYK 0.85 0 0.50 0.11
HSL 144.56º 0.77% 0.51% -
HSV(B) 144.56º 0.85% 0.89% -
XYZ 30.75 55.89 24.5 -
YUV 155.3 103.56 40.77 -
System Red Green Blue C M Y K H S L
Decimal 33 226 112 0.85 0 0.50 0.11 144.56 0.77 0.51
Hex 21 E2 70 55 0 32 B 91 4D 33
Octal 41 342 160 125 0 62 13 221 115 63
Binary 100001 11100010 1110000 1010101 0 110010 1011 10010001 1001101 110011

Color Harmonies of #21E270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E270

Black with #21E270

Text Example


Text Example

White with #21E270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,226,112); }

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

background-color css

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

 a { background-color: rgb(33,226,112); }

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

border-color css

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

 span { border-color: rgb(33,226,112); }

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