Html Css Color HEX #21E069 Malachite

📋 copy color: '#21E069'

red 33 ◦ green 224 ◦ blue 105

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

Shades of Malachite #21E069

Tints of Malachite #21E069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.01%

R = 9.12%
G = 61.88%
B = 29.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#21E069 (or 0x21E069) is known color: Malachite. HEX triplet: 21, E0 and 69. RGB value is (33,224,105). Sum of RGB (Red+Green+Blue) = 33+224+105=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 224 (87.89% from 255 or 61.88% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 224 - color contains mainly: green. Hex color #21E069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E069 is #DE1F96. Grayscale: #999999. Windows color (decimal): -14557079 or 6938657. OLE color: 6938657.

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

Color convert

RGB 33 224 105 -
CMYK 0.85 0 0.53 0.12
HSL 142.62º 0.75% 0.5% -
HSV(B) 142.62º 0.85% 0.88% -
XYZ 29.83 54.65 22.34 -
YUV 153.33 100.72 42.18 -
System Red Green Blue C M Y K H S L
Decimal 33 224 105 0.85 0 0.53 0.12 142.62 0.75 0.5
Hex 21 E0 69 55 0 35 C 8F 4B 32
Octal 41 340 151 125 0 65 14 217 113 62
Binary 100001 11100000 1101001 1010101 0 110101 1100 10001111 1001011 110010

Color Harmonies of #21E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E069

Black with #21E069

Text Example


Text Example

White with #21E069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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