Html Css Color HEX #21E96C Malachite

📋 copy color: '#21E96C'

red 33 ◦ green 233 ◦ blue 108

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

Shades of Malachite #21E96C

Tints of Malachite #21E96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.88%

R = 8.82%
G = 62.3%
B = 28.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#21E96C (or 0x21E96C) is known color: Malachite. HEX triplet: 21, E9 and 6C. RGB value is (33,233,108). Sum of RGB (Red+Green+Blue) = 33+233+108=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #21E96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E96C is #DE1693. Grayscale: #9F9F9F. Windows color (decimal): -14554772 or 7137569. OLE color: 7137569.

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

Color convert

RGB 33 233 108 -
CMYK 0.86 0 0.54 0.09
HSL 142.5º 0.82% 0.52% -
HSV(B) 142.5º 0.86% 0.91% -
XYZ 32.47 59.68 24 -
YUV 158.95 99.24 38.16 -
System Red Green Blue C M Y K H S L
Decimal 33 233 108 0.86 0 0.54 0.09 142.5 0.82 0.52
Hex 21 E9 6C 56 0 36 9 8E 52 34
Octal 41 351 154 126 0 66 11 216 122 64
Binary 100001 11101001 1101100 1010110 0 110110 1001 10001110 1010010 110100

Color Harmonies of #21E96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E96C

Black with #21E96C

Text Example


Text Example

White with #21E96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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