Html Css Color HEX #21E06B Malachite

📋 copy color: '#21E06B'

red 33 ◦ green 224 ◦ blue 107

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

Shades of Malachite #21E06B

Tints of Malachite #21E06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 9.07%
G = 61.54%
B = 29.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#21E06B (or 0x21E06B) is known color: Malachite. HEX triplet: 21, E0 and 6B. RGB value is (33,224,107). Sum of RGB (Red+Green+Blue) = 33+224+107=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #21E06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E06B is #DE1F94. Grayscale: #999999. Windows color (decimal): -14557077 or 7069729. OLE color: 7069729.

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

Color convert

RGB 33 224 107 -
CMYK 0.85 0 0.52 0.12
HSL 143.25º 0.75% 0.5% -
HSV(B) 143.25º 0.85% 0.88% -
XYZ 29.94 54.7 22.89 -
YUV 153.55 101.72 42.01 -
System Red Green Blue C M Y K H S L
Decimal 33 224 107 0.85 0 0.52 0.12 143.25 0.75 0.5
Hex 21 E0 6B 55 0 34 C 8F 4B 32
Octal 41 340 153 125 0 64 14 217 113 62
Binary 100001 11100000 1101011 1010101 0 110100 1100 10001111 1001011 110010

Color Harmonies of #21E06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E06B

Black with #21E06B

Text Example


Text Example

White with #21E06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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