Html Css Color HEX #21E94A Malachite

📋 copy color: '#21E94A'

red 33 ◦ green 233 ◦ blue 74

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

Shades of Malachite #21E94A

Tints of Malachite #21E94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 9.71%
G = 68.53%
B = 21.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#21E94A (or 0x21E94A) is known color: Malachite. HEX triplet: 21, E9 and 4A. RGB value is (33,233,74). Sum of RGB (Red+Green+Blue) = 33+233+74=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 233 (91.41% from 255 or 68.53% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 233 - color contains mainly: green. Hex color #21E94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E94A is #DE16B5. Grayscale: #9B9B9B. Windows color (decimal): -14554806 or 4909345. OLE color: 4909345.

HSL color Cylindrical-coordinate representation of color #21E94A: hue angle of 132.3º 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 #21E94A is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 233 74 -
CMYK 0.86 0 0.68 0.09
HSL 132.3º 0.82% 0.52% -
HSV(B) 132.3º 0.86% 0.91% -
XYZ 31 59.1 16.25 -
YUV 155.07 82.24 40.93 -
System Red Green Blue C M Y K H S L
Decimal 33 233 74 0.86 0 0.68 0.09 132.3 0.82 0.52
Hex 21 E9 4A 56 0 44 9 84 52 34
Octal 41 351 112 126 0 104 11 204 122 64
Binary 100001 11101001 1001010 1010110 0 1000100 1001 10000100 1010010 110100

Color Harmonies of #21E94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E94A

Black with #21E94A

Text Example


Text Example

White with #21E94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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