Html Css Color HEX #21E042 Malachite

📋 copy color: '#21E042'

red 33 ◦ green 224 ◦ blue 66

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

Shades of Malachite #21E042

Tints of Malachite #21E042

RGB

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

 GREEN value IS 224 (87.89% from 255) = 69.35%

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

R = 10.22%
G = 69.35%
B = 20.43%

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

#21E042 (or 0x21E042) is known color: Malachite. HEX triplet: 21, E0 and 42. RGB value is (33,224,66). Sum of RGB (Red+Green+Blue) = 33+224+66=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 224 (87.89% from 255 or 69.35% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 224 - color contains mainly: green. Hex color #21E042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E042 is #DE1FBD. Grayscale: #959595. Windows color (decimal): -14557118 or 4382753. OLE color: 4382753.

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

Color convert

RGB 33 224 66 -
CMYK 0.85 0 0.71 0.12
HSL 130.37º 0.75% 0.5% -
HSV(B) 130.37º 0.85% 0.88% -
XYZ 28.27 54.03 14.09 -
YUV 148.88 81.22 45.35 -
System Red Green Blue C M Y K H S L
Decimal 33 224 66 0.85 0 0.71 0.12 130.37 0.75 0.5
Hex 21 E0 42 55 0 47 C 82 4B 32
Octal 41 340 102 125 0 107 14 202 113 62
Binary 100001 11100000 1000010 1010101 0 1000111 1100 10000010 1001011 110010

Color Harmonies of #21E042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E042

Black with #21E042

Text Example


Text Example

White with #21E042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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