Html Css Color HEX #21E142 Malachite

📋 copy color: '#21E142'

red 33 ◦ green 225 ◦ blue 66

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

Shades of Malachite #21E142

Tints of Malachite #21E142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 10.19%
G = 69.44%
B = 20.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#21E142 (or 0x21E142) is known color: Malachite. HEX triplet: 21, E1 and 42. RGB value is (33,225,66). Sum of RGB (Red+Green+Blue) = 33+225+66=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #21E142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E142 is #DE1EBD. Grayscale: #959595. Windows color (decimal): -14556862 or 4383009. OLE color: 4383009.

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

Color convert

RGB 33 225 66 -
CMYK 0.85 0 0.71 0.12
HSL 130.31º 0.76% 0.51% -
HSV(B) 130.31º 0.85% 0.88% -
XYZ 28.54 54.57 14.18 -
YUV 149.47 80.89 44.93 -
System Red Green Blue C M Y K H S L
Decimal 33 225 66 0.85 0 0.71 0.12 130.31 0.76 0.51
Hex 21 E1 42 55 0 47 C 82 4C 33
Octal 41 341 102 125 0 107 14 202 114 63
Binary 100001 11100001 1000010 1010101 0 1000111 1100 10000010 1001100 110011

Color Harmonies of #21E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E142

Black with #21E142

Text Example


Text Example

White with #21E142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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