Html Css Color HEX #21E85D Malachite

📋 copy color: '#21E85D'

red 33 ◦ green 232 ◦ blue 93

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

Shades of Malachite #21E85D

Tints of Malachite #21E85D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 64.8%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 9.22%
G = 64.8%
B = 25.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#21E85D (or 0x21E85D) is known color: Malachite. HEX triplet: 21, E8 and 5D. RGB value is (33,232,93). Sum of RGB (Red+Green+Blue) = 33+232+93=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 232 (91.02% from 255 or 64.80% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 232 - color contains mainly: green. Hex color #21E85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E85D is #DE17A2. Grayscale: #9D9D9D. Windows color (decimal): -14555043 or 6154273. OLE color: 6154273.

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

Color convert

RGB 33 232 93 -
CMYK 0.86 0 0.60 0.09
HSL 138.09º 0.81% 0.52% -
HSV(B) 138.09º 0.86% 0.91% -
XYZ 31.46 58.83 20.05 -
YUV 156.65 92.07 39.8 -
System Red Green Blue C M Y K H S L
Decimal 33 232 93 0.86 0 0.60 0.09 138.09 0.81 0.52
Hex 21 E8 5D 56 0 3C 9 8A 51 34
Octal 41 350 135 126 0 74 11 212 121 64
Binary 100001 11101000 1011101 1010110 0 111100 1001 10001010 1010001 110100

Color Harmonies of #21E85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E85D

Black with #21E85D

Text Example


Text Example

White with #21E85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,232,93); }

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

background-color css

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

 a { background-color: rgb(33,232,93); }

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

border-color css

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

 span { border-color: rgb(33,232,93); }

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