Html Css Color HEX #21E942 Malachite

📋 copy color: '#21E942'

red 33 ◦ green 233 ◦ blue 66

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

Shades of Malachite #21E942

Tints of Malachite #21E942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 70.18%

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

R = 9.94%
G = 70.18%
B = 19.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#21E942 (or 0x21E942) is known color: Malachite. HEX triplet: 21, E9 and 42. RGB value is (33,233,66). Sum of RGB (Red+Green+Blue) = 33+233+66=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 233 (91.41% from 255 or 70.18% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 233 - color contains mainly: green. Hex color #21E942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E942 is #DE16BD. Grayscale: #9A9A9A. Windows color (decimal): -14554814 or 4385057. OLE color: 4385057.

HSL color Cylindrical-coordinate representation of color #21E942: hue angle of 129.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E942 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 233 66 -
CMYK 0.86 0 0.72 0.09
HSL 129.9º 0.82% 0.52% -
HSV(B) 129.9º 0.86% 0.91% -
XYZ 30.75 58.99 14.92 -
YUV 154.16 78.24 41.58 -
System Red Green Blue C M Y K H S L
Decimal 33 233 66 0.86 0 0.72 0.09 129.9 0.82 0.52
Hex 21 E9 42 56 0 48 9 82 52 34
Octal 41 351 102 126 0 110 11 202 122 64
Binary 100001 11101001 1000010 1010110 0 1001000 1001 10000010 1010010 110100

Color Harmonies of #21E942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E942

Black with #21E942

Text Example


Text Example

White with #21E942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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