Html Css Color HEX #21E144 Malachite

📋 copy color: '#21E144'

red 33 ◦ green 225 ◦ blue 68

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

Shades of Malachite #21E144

Tints of Malachite #21E144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 10.12%
G = 69.02%
B = 20.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#21E144 (or 0x21E144) is known color: Malachite. HEX triplet: 21, E1 and 44. RGB value is (33,225,68). Sum of RGB (Red+Green+Blue) = 33+225+68=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #21E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E144 is #DE1EBB. Grayscale: #969696. Windows color (decimal): -14556860 or 4514081. OLE color: 4514081.

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

Color convert

RGB 33 225 68 -
CMYK 0.85 0 0.70 0.12
HSL 130.94º 0.76% 0.51% -
HSV(B) 130.94º 0.85% 0.88% -
XYZ 28.6 54.59 14.5 -
YUV 149.69 81.89 44.77 -
System Red Green Blue C M Y K H S L
Decimal 33 225 68 0.85 0 0.70 0.12 130.94 0.76 0.51
Hex 21 E1 44 55 0 46 C 83 4C 33
Octal 41 341 104 125 0 106 14 203 114 63
Binary 100001 11100001 1000100 1010101 0 1000110 1100 10000011 1001100 110011

Color Harmonies of #21E144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E144

Black with #21E144

Text Example


Text Example

White with #21E144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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